* {
  margin: 0;
  padding: 0;
  font-family: 'Josefin Sans', sans-serif;

}

.container {
  width: 1170px;
  margin: 0 auto;
}

.header {
  width: 100%;
  padding-bottom: 30px;
  position: fixed;
  background-color: white;
  z-index: 999;
  top: 0;
}

.header ul {
  cursor: pointer;
  list-style-type: none;
  position: relative;
  top: -45px;
  text-transform: uppercase;
  font-weight: 600;
  /*font-family: 'Roboto', sans-serif;*/
  font-family: 'Carrois Gothic', sans-serif;
}


.left-nav {
  float: left;
}
  .left-nav li {
    float: left;
    margin-left: 50px;
  }

  .left-nav li:nth-child(1) {
    float: left;
    margin-left: 0;
  }

.right-nav {
  float: right;
}
  .right-nav li {
    float: right;
    margin-left: 50px;
 }

   .right-nav li:nth-child(3) {
    float: right;
    margin-left: 0;
  }

.title {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 60px;
  text-align: center;
  margin: 0 auto;
  width: 390px;
  position: relative;
  /*right: 80px;*/
  top: 50px;

}
  .sub-title {
    font-weight: 600;
    position: relative;
    left: 7px;
    top: -37px;
    letter-spacing: 15px;
    font-size: 16px;
  }

.hero img {
  position: fixed;
  top: 166px;
  width: 100%;
  height: 590px;
  /*background-image: url("bugatti-homepage-copy.png");*/
  z-index: 1;

}

.content {
  z-index: 2;
  position: relative;
  top: 740px;
  height: 900px;
  background-color: white;
  width: 100%;
}

.slogan-panel {
  /*margin-right: 150px;*/
}
.slogan {
  /*position: fixed;*/
  padding-top: 40px;
  /*margin-top: 80px;*/
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.contact {
  /*margin-right: 150px;*/
}

.separator {
    margin-top: -110px;
    font-weight: 100;
    font-size: 200px;
}

.contact p {
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}


.review {
  margin-left: 5px;
  float: left;
  width: 430px;
}

  .review p {
    text-align: justify;
    text-align: middle;
    line-height: 150%;
    font-size: 20px;
  }

    .reviews div:nth-child(1) {
    position: relative;
    padding-left: 0;
  }

  .reviews div:nth-child(2) {
    float: right;
    /*margin-right: 100px;*/
  }

  .review .author {
    position: relative;
    left: 180px;
  }




/* HELPER CLASSES */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
