
body { 
    background-image: url("http://www.riskstream.com/canexus.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: "Roboto", sans-serif;
  color: #3d3536;
  background-color: black;
}

body, html {
  height: 100%;
}

a {
  color: #a6989a;
}

.cd-container {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
}

.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.cd-main-content {
  height: 100%;
  position: relative;
  z-index: 1;
}

.cd-fixed-bg {
  position: relative;
  min-height: 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.cd-fixed-bg h1, .cd-fixed-bg h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 100%;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
}

.cd-fixed-bg.cd-bg-5 {
  background-image: url("http://www.riskstream.com/canexus.jpg");
  max-width: 100%;
  height: auto;
}

.cd-fixed-bg.cd-bg-1 {
  background-image: url("http://www.riskstream.com/1.jpg");
  max-width: 100%;
  height: auto;
}

.cd-fixed-bg.cd-bg-2 {
  background-image: url("http://www.riskstream.com/2.jpg");
  max-width: 100%;
  height: auto;
}

.cd-fixed-bg.cd-bg-3 {
  background-image: url("http://www.riskstream.com/3.jpg");
  max-width: 100%;
  height: auto;
}

.cd-fixed-bg.cd-bg-4 {
  background-image: url("http://www.riskstream.com/4.jpg");
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 320px) {
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 36px;
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 480px) {
  .cd-fixed-bg {
    background-attachment: fixed;
    max-width: 100%;
    height: auto;
  }
  
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 48px;
    font-weight: 300;
    max-width: 100%;
    height: auto;
  }
  
}

.cd-scrolling-bg {
  position: relative;
  min-height: 50%;
  padding: 4em 0;
  line-height: 1.6;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.cd-scrolling-bg.cd-color-5 {
  background-color: #3d3536;
  color: #a6989a;
}

.cd-scrolling-bg.cd-color-1 {
  background-color: #3d3536;
  color: #a6989a;
}

.cd-scrolling-bg.cd-color-2 {
  background-color: #3d3536;
  color: #a6989a;
}

.cd-scrolling-bg.cd-color-3 {
  background-color: #3d3536;
  color: #a6989a;
}


.cd-scrolling-bg.cd-color-6 {
  background-color: White;
  color: black;
  font: 15px Helvetica, sans-serif;
}


@media only screen and (min-width: 480px) {
  .cd-scrolling-bg {
    padding: 8em 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
    font-weight: 300;
  }
}

@media screen and (max-device-width: 1300px){
 
body{
background-image: url(http://www.riskstream.com/canexus.jpg);
 max-width: 100%;
 height: auto;
}
 
.cd-fixed-bg.cd-bg-1{
background-image: url(http://www.riskstream.com/1.jpg);
 max-width: 100%;
 height: auto;
}
 
.cd-fixed-bg.cd-bg-2{
background-image: url(http://www.riskstream.com/2.jpg);
 max-width: 100%;
 height: auto;
}
 
.cd-fixed-bg.cd-bg-3{
background-image: url(http://www.riskstream.com/3.jpg);
 max-width: 100%;
 height: auto;
}
 
 .cd-fixed-bg.cd-bg-4{
background-image: url(http://www.riskstream.com/4.jpg);
 max-width: 100%;
 height: auto;
}
}
