/* Sticky footer styles
-------------------------------------------------- */
font-face {
  font-family: 'gotham-black';
  src: url('../fonts/gotham-black-webfont.woff2') format('woff2'),
       url('../fonts/gotham-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham-black-italic';
  src: url('../fonts/gotham-blackita-webfont.woff2') format('woff2'),
       url('../fonts/gotham-blackita-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham-bold';
  src: url('../fonts/gotham-bold-webfont.woff2') format('woff2'),
       url('../fonts/gotham-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham-bold-italic';
  src: url('../fonts/gotham-boldita-webfont.woff2') format('woff2'),
       url('../fonts/gotham-boldita-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham-book';
  src: url('../fonts/gotham-book-webfont.woff2') format('woff2'),
       url('../fonts/gotham-book-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham-book-italic';
  src: url('../fonts/gotham-bookita-webfont.woff2') format('woff2'),
       url('../fonts/gotham-bookita-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham-light';
  src: url('../fonts/gotham-light-webfont.woff2') format('woff2'),
       url('../fonts/gotham-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham-light-italic';
  src: url('../fonts/gotham-lightita-webfont.woff2') format('woff2'),
       url('../fonts/gotham-lightita-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham-medium';
  src: url('../fonts/gotham-medium-webfont.woff2') format('woff2'),
       url('../fonts/gotham-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham-medium-italic';
  src: url('../fonts/gotham-mediumita-webfont.woff2') format('woff2'),
       url('../fonts/gotham-mediumita-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham-thin';
  src: url('../fonts/gotham-thin-webfont.woff2') format('woff2'),
       url('../fonts/gotham-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham-thin-italic';
  src: url('../fonts/gotham-thinita-webfont.woff2') format('woff2'),
       url('../fonts/gotham-thinita-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
    position: relative;
    min-height: 100%;   
    overflow-x: hidden;
}
html.locked {
    overflow: hidden;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-style: normal;
    font-weight: 200;
    color: black;
    background-color: transparent;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
body.locked {
    overflow: hidden;
}
h1 {
    font-family: 'gotham-book', sans-serif;
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 350;
    line-height: 49px; /* 136.111% */
    text-transform: uppercase;
    margin-bottom: 3%;
}
h2 {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 49px; /* 122.5% */
  text-transform: uppercase;
  text-align: center;
  margin: 3% 0;
}
h3 {
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 122.5% */
  text-transform: uppercase;
  margin: 0 0 3% 0;
}
p {
  color: #FFF;
  text-align: center;
  font-family: 'gotham-book', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 350;
  line-height: 46px; /* 153.333% */
  text-transform: uppercase;
}
.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}
.mobile-hide {
    display: block;
}
.mobile-show {
    display: none;
}
.flex {
    display: flex;
}
.flex .col-md-6 {
    width: 50%;
}
.row.heading {
    text-align: center;
}
body .container {
    padding: 5% 10%;
    background-color: white;
    
}
body .container .col-md-10 {
    padding: 0;
}
.container .row {
    margin-bottom: 0;
    /*display: flex;*/
    align-items: stretch;
}
div.row {
    margin-bottom: 3%;
}
button {
    font-family: 'Poppins';
    padding: 20px 20px;
    border-radius: 10px;
    background: #494949;
    border: 1px solid #494949;
    font-size: 32px;
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 47.581px; /* 148.69% */
    text-transform: uppercase;
}
button:hover {
    background: transparent;
    border: 1px solid white;
    color: white;
}
.container.topper {
    background: white;
    text-align: center;
    padding: 0px 10%;
}
.container.header {
    background-color: #000;
    text-align: center;
}
.header .col-md-8, .header .col-md-10 {
    padding-left: 0;
}
.header img {
  max-width: 466px;
  width: 100%;
}
.container.iconic {
    padding: 5% 10%;
    text-align: center;
    padding-bottom: 3%;
}
.container.iconic .col-md-4 {
    text-align: center;
}
.container.iconic .hexo div.blackbox {
    background-color: black;
    padding: 5%;
    min-height: 430px;
}
.container.iconic .hexo div.blackbox .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.container.iconic .hexo h3 {
  margin-bottom: 5%;
}
.container.iconic .hexo p {
}
.container.iconic button {
  position: absolute;
  bottom: 8%;
  right: 20%;
  width: 60%;
}
.container.iconic button:hover {
  background: transparent;
  border: 1px solid white;
  color: white;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

footer.col-lg-12 {
    width: 100%;
    /* Set the fixed height of the footer here */
    text-align: center;
    background:black;
    color: #000;
    padding: 3% 10%;
    font-weight: 700;
}
footer p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5%;
}
footer img {
    width: 100%;
    max-width: 336px;
}
footer button {
    
}
footer button:hover {
    
}

/*full screen*/
@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1400px) {
  .container.iconic .hexo h3 {
    font-size: 30px;
  }
  .container.iconic button {
    font-size: 20px;
    padding: 10px 10px;
  }
  .container.iconic .hexo div.blackbox {
    min-height: 320px;
  }
  .container.iconic .hexo div.blackbox .flex {
    min-height: 100px;
  }
  .container.iconic .hexo p {
    font-size: 20px;
    line-height: 35px;
  }
}


/*tablet*/
@media (min-width: 992px) {
    .container {
        width: 100%;
    }

}

@media (max-width: 992px) {
    body {
        margin-bottom: 0;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: block;
    }
    .mobile-show img {
        width: 100%;
    }
    h1 {
      font-size: 20px;
      line-height: 30px;
      margin-top: 2%;
      margin-bottom: 8%;
    }
    h2 {
      font-size: 36px;
      line-height: 40px;
    }
    button {
      width: 100%;
      padding: 3%;
    }
    .container.iconic {
        padding-top: 5%;
        padding-bottom: 10%;
    }
    .container.iconic .col-md-4.hexo {
        margin-bottom: 30px;
        padding-right: 0;
        padding-left: 0;
    }
    .container.iconic .hexo div.blackbox {
      min-height: auto;
    }
    .container.iconic .hexo div.blackbox .flex {
      display: block;
      min-height: none;
    }
    .container.iconic button {
        margin-top: 20px;
        position: relative;
        width: 100%;
        bottom: auto;
        right: auto;
        font-size: 30px;
    }
    footer.col-lg-12 {
      display: block;
      padding: 5%;
    }
    footer img {
      max-width: 250px;
      margin-bottom: 8%;
    }
    footer p {
      font-size: 16px;
      line-height: 20px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

/*phone*/
@media screen and (max-width: 350px) {
    
}
  