/* RAW */

html {
    position: relative;
    min-height: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
  font-size: 38px;
  line-height: 1.15;
  font-weight: normal;
}

h1.counterfeit {
  font-size: 50px;
  line-height: 1.15;
  font-weight: normal;
}

h1.genuine{
    font-size: 50px;
    line-height: 1.15;
    font-weight: normal;
    color: #b4875e;
    font-family: 'Goudy';
}

h2.counterfeit {
  font-size: 30px;
  line-height: 1.15;
  font-weight: normal;
}

@media (max-width: 991px) {
  h1.counterfeit {
      font-size: 42px;
  }
  h1.genuine{
      font-size: 42px;
  }
  h2.counterfeit{
      font-size: 26px;
  }
}


@media (max-width: 767px) {
  h1.counterfeit {
      font-size: 38px;
  }
  h1.genuine{
      font-size: 38px;
  }
  h2.counterfeit{
      font-size: 22px;
  }

}

@media (max-width: 600px) {
    h1.counterfeit {
      font-size: 32px;
  }
  h1.genuine{
      font-size: 32px;
  }
  h2.counterfeit{
      font-size: 18px;
  }
 
}

@media (max-width: 500px) {
     h1.counterfeit {
      font-size: 28px;
  }
  h1.genuine{
      font-size: 28px;
  }
  h2.counterfeit{
      font-size: 16px;
  }
 
}

button {
  appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
}

.button {
 border: 4px solid #fff;
 color:#fff;
  border-radius: 100px;
  padding: 13px 35px;
  background: transparent;
  font-size: 18px;
  outline: none;
  padding-left: 30px;
  margin-top:50px;

}

.button:hover{
 border: 4px solid #AD132A;
}

button.button span.text a{ color:#fff; }
  



main img {
    width: 100%;
}
#content {
    min-height: 400px;
    padding: 100px 0 180px;
}

.fillverify-image{margin-bottom:300px;}
.fillconno-image{margin-bottom:130px;}
.fillcone-image{margin-bottom:90px;}
.filltips-image{margin-bottom:130px;}
.filltrays-image{margin-bottom:150px;}

@media(min-width: 768px) {
    #content {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
body {
    background-image: url(../img/bg.jpg);
    background-repeat: repeat;
    background-size: auto;
    background-position: top center;
}
main {
    margin-bottom: -160px;
    margin-top: 120px;
    z-index: 1;
}
.verify-content {
  text-align: center;
  padding: 0 30px;
  margin-bottom:30px;
}
/*.verify-image {
  display: none;
}*/
.verify-image img,
.verify-juicy img,
.verify-product img,
.verify-cones img {
    max-width: 860px;
    margin-top: 20px;
}
.verify-blackcones img {
    max-width: 500px;
    margin-top: 20px;
}
/*.verify-cones img {
    max-width: 860px;
    margin-top: 60px;
}*/
.message-box {
  padding: 10px 55px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: inline-block;
  margin-bottom: 20px;
}
.message-box .btn {
  margin-top: 20px;
}
.real-raw {
    max-width: 477px;
    margin-bottom: 20px;
}
.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}
.btn {
    border: 4px solid;
    border-radius: 100px;
    padding: 13px 35px;
    background: transparent;
    font-size: 18px;
    outline: none;
    padding-left: 30px;
    color: #fff !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.btn:before {
    content: '\f105';
    font-family: fontawesome;
    font-family: 'Font Awesome\ 5 pro' !important;
    left: -20px;
    position:relative;
    opacity:0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-weight:700px;
}
.btn:hover {
    padding-left: 35px;
    transform:scale(1.05);
    -moz-transform:scale(1.05);
    -webkit-transform:scale(1.05);
    -o-transform:scale(1.05);
}
.btn:hover:before {
    opacity: 1;
    left: -10px;
}

@media (max-width: 991px) {
    #content {
        padding: 60px 0 120px;
    }
    main {
        margin-top: 100px;
    }
}
@media (max-width: 767px) {
    #content {
        padding: 50px 0 100px;
    }
    .real-raw {
        max-width: 350px;
    }
    .message-box {
        padding: 30px 40px;
    }
}
@media (max-width: 575px) {
    #content {
        padding: 20px 0 90px;
    }
    .real-raw {
        max-width: 220px;
        margin-bottom: 10px;
    }
    .message-box {
        padding: 20px;
        margin-top: 0;
    }
    .verify-image img, 
    .verify-juicy img, 
    .verify-product img, 
    .verify-cones img {
        margin-top: 0;
    }
    .message-box .btn {
        margin-top: 0px;
        font-size: 14px;
        padding: 10px 28px;
    }
}




