html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 0px;
}
.jumbotron {
  background-image: url("../img/brands/diamond/1-01.jpg");
  background-size: 100% 100%;
  color: #b0bec5;
  margin-bottom: 0;
}
.navbar-scroll {
  background-color: rgba(0,123,255,0.4);
  transition: background-color 0.5s;
}
@media(max-width: 768px){
    .navbar {background-color: #007bff !important; }
}
/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
.parallax-container {
  max-width: 960px;
  margin: 0 auto;
}

/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 0 0;
  background-color: rgba(207,216,220,0.5);
}
section.module.content:last-child {
  margin-bottom: 0px;
}
section.module.parallax {
  background-position: 0 0;
}
section.module.parallax h1 {
  color: #1e1e1e;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px white;
}
section.module.parallax-1 {
  background-image: url("../img/brands/diamond/bg2.jpg");
  background-position: right bottom;
  background-repeat: none;
  background-attachment: fixed;
  background-size: cover;
  background-color: rgba(0,123,255,0.4);
  min-height:100vh;
}
section.module.parallax-2 {
  background-image: url("../img/brands/diamond/background1-01.jpg");
  background-position: right bottom;
  background-repeat: none;
  background-attachment: fixed;
  background-size: cover;
  background-color: rgba(0,123,255,0.4);
  min-height:100vh;
}
section.module.parallax-3 {
  background-image: url("../img/brands/diamond/bg.jpg");
  background-position: right bottom;
  background-repeat: none;
  background-attachment:fixed;
  background-size: cover;
  background-color: rgba(0,123,255,0.4);
  min-height:100vh;
}
section.module.parallax-4 {
  background-image: url("../img/brands/diamond/bg3.jpg");
  background-position: right bottom;
  background-repeat: none;
  background-attachment:fixed;
  background-size: cover;
  background-color: rgba(0,123,255,0.4);
  min-height:100vh;
}


@media only screen and (min-width: 960px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax {
    padding: 50px 0;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}
@media only screen and (max-width: 960px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax {
    padding: 200px 0;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}
@media only screen and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 160px;
  }
}
@media only screen and (max-width: 960px) {
  section.module.parallax h1 {
    font-size: 50px;
      position: relative;
  }
}
/*footer*/
.footer .container-fluid {
  height: auto;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px;
}
footer .container-fluid a {
  display: inline-block;
  color: #ddd;
  padding-left: 1em;
 
}
footer .container-fluid p {
  display: inline-block;
  color: #ddd;
  padding-left: 1em;
  padding-right: 2em;
}
@media(max-width: 768px){
    .col-md-4 {
      text-align: center;
      line-height: 30px;
  }
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}