
body{
  font-family:'Quicksand', sans-serif !important;
  box-sizing: border-box;
}

h6{
  text-align: right;
  background-color: #f9f9f9;
  padding: 0.75rem  !important;
  text-transform: uppercase;
}

.logos_wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 1rem !important;
}

.collection-header{
  color: white;
  font-family: 'EB Garamond', serif;
  font-weight: normal;
  font-size: 45px;
  text-align: center;
}

.logo{
  display: flex;
  justify-content: center;
}

.logo--{
  margin-top: 1rem;
  width: 100%;
  height: 90px;
}

.left, .right{
  height: 610px;
}

.bg-image{
  position: relative;
  height: 610px;
  background-repeat:no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  background-position:top;
}

.above-the-fold{
  background-image: url('../images/16_2.png');
  background-attachment: fixed;
  perspective: 5px;
  overflow-x: hidden;
  overflow-y: hidden;
  transform-style: preserve-3d;
  background-position: 100% -50%;
  height: 80vh;
}

.text-wrapper{
  position: absolute;
  top: 50% ;
  left: 50%;
  transform: translate(-50%,0%);
}

 .text-wrapper > p{
    text-align: center;
    line-height: 1.5;
  }

.uno{
  background-image: url('../images/bg-image-1.png');
}

.due{
  background-image: url('../images/10.png');
}

.text{
  text-align: left;
  line-height: 1.5;
  padding: 5rem 17rem  !important;
}

.images-container {
  display: flex;
  justify-content: space-evenly;
  max-height: 500px;
  align-items: center;
}

.image{
  max-width:40%;
  height: auto;
}

.hybrid-wrapper{
  display: flex;
  justify-content: space-evenly;
}

.hybrid{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-medium{
  width: 400px;
}

.-text{
  text-align: left;
  line-height: 1.5;
}

.-text > p {
  margin-right: 70px;
}

.cta{
  height: 70px;;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -3.8rem !important;
  background-color: #e5e5e5;
}

.cta > a {
  font-weight: 700;
  font-size: 20px;
  color: black;
  line-height: 2;
}

a > img {
  width: 20px;
}

a > img:hover {
  color: #234357;
}


@media all and ( max-width: 992px) {

  .text{
    padding: 4rem 8rem !important;
  }

}


@media only all and ( max-width: 768px) {
  
  .bg-image {
    height: 600px !important;
  }
  .above-the-fold{
    background-position: 33%;
    background-attachment: scroll;

  }
  .text{
    padding: 3rem 10rem !important;
  }
  
  .text-wrapper{
    top: 50%;
    left: 50%;
  }

  .text-wrapper >p { 
    white-space: nowrap;
  }
  
  .images-container{
    flex-direction: column;
    margin: 1rem auto !important;
    max-height: 1000px;
  }

  .image{
    max-width: 70%;
  }
 
  .hybrid-wrapper{
    flex-direction: column;
  }

  .hybrid > p{
    margin: 3rem 10rem 0!important; 
  }

}

@media only all and ( max-width: 576px) {
  .bg-image {
    height: 320px !important;
  }

  .above-the-fold{
    background-size: contain;
    background-position: center;
  }

  .logo--{
    width: 50%;  }

  .logos_wrapper{
    padding: 0px !important;
  }

  .text-wrapper{
    top: 80%;
    left: 50%;
    transform: translate(-50%,-76%) !important;
  }

  .text-wrapper >p {
    font-size: 30px;
    white-space: nowrap;
  }

  .text{
    padding: 3rem !important;
  }

  .wrap{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .image{
    margin: 1.5rem;
  }

  .uno{
    margin-top: 3rem!important;
    background-position: right;
  }

  .due{
    background-position: right;
  }

  .hybrid-wrapper{
    flex-direction: column;
    width: 90%;
    margin: 0rem auto !important;
  }

  .-text{
    margin: 3rem 2rem 0 !important;
  }

  .hybrid {
    height: auto;
  }

  .-text > p {
    margin: 0px !important;
  }

  .image-medium{
    width: 300px;
  }

}