@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

@keyframes fadeIn {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*! outline: 0; */
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  text-align: center;
  background: #000;
}

p {
  font-family: 'Roboto', sans-serif;
  text-align: left;
  margin: 1rem 0;
  color: #000;
  font-size: .9rem;
  line-height: 1.4rem;
}

h1, h2, h3, h4 {
  font-family: 'Poppins', sans-serif;
  color: #c10000;
  font-weight: 700;
  text-align: left;
}

h1 {
  font-size: 4rem;
  padding: 0 0 .5rem 0;
}

h2 {
  font-size: 3rem;
  padding: 0 0 .5rem 0;
}

h3 {
  font-size: 2rem;
  font-weight: 600;
}


hr {
  border: none;
  height: 1px;
  background: #333;
  opacity: .25;
}

button {
  cursor: pointer;
  transition: all .25s;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: .35rem 2rem;
  border-radius: .2rem;
  margin-top: .15rem;
  margin-right: .15rem;
}

.page {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  min-height: calc(100vh + 130px);  
}

.page-content {
  position: relative;
  width: 100%;
}

.clearfix {
  overflow: auto;
}

.clearfix::after {
  clear: both;
}

.main-container-blur {
  filter: blur(.7rem) grayscale(50%);
  -webkit-filter: blur(.36rem) grayscale(50%);
}

header {
  float: left;
  width: 120px;
  box-sizing: border-box;
  text-align: center;
  padding: 8px;
  margin: 15px 0 15px 40px;
  font-size: 0;
}
header img {
  width: 100%;
}

.hide {
  visibility: hidden !important;
}

.none {
  opacity: 0;
}

.display {
  opacity: 1;
}

.show {
  visibility: visible;
}

.main-nav {
  text-align: left;
  color: rgba(0,0,0,1);
  width: calc(92% - 50px);
  float: right;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: .25rem;
  margin: 62px auto auto auto;    
}

.navigation {
  transition: all .5s;
}

.fixed-header {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 2;
  width: 100%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  
}

.fixed-header ~ div {
  padding-top: 10rem;
}

.fixed-header header {
  padding: 0;
}

.fixed-header .main-nav {
  margin: 37px auto auto auto;
}

.fixed-header header img {
  width: 90px;
}

.main-nav .logo {
  display: none;
}

.main-nav .close {
  display: none;
}

.main-nav a {
  padding: 1rem 0;
  margin-right: 2rem;
  color: rgba(0,0,0,1);
  text-decoration: inherit;
  transition: all .2s; 
}

.main-nav a:hover {
  color: rgba(0,0,0,.5);
}

.main-nav .socials {
  float: right;
  width: auto;
  margin-right: 20px;
}

.main-nav .socials a {
  font-size: 1.25rem;
  margin-right: .5rem;
}
.main-nav .socials a:last-child {
  margin-right: 1.7rem;
}

.socials .fa-youtube {
  color: #cb1e20;
}
.socials .fa-facebook {
  color: #295396;
}
.socials .fa-twitter {
  color: #1ca1f3;
}
.socials .fa-instagram {
  color: #f00075;
}

.open {
  display: none;
}

.sidenav .close i {
  position: absolute;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  top: 35px;
  right: 22px;
  font-size: 40px;
  margin-left: 50px;
  width: auto;
  border-bottom: none;
  cursor: pointer;
}

.full-width {
  width: 100% !important;
  visibility: visible !important;
}

.min-width {
  width: 0%;
}

.center { text-align: center !important; }
.left { text-align: left !important; }
.right { text-align: right !important; }

.black { color: #000; }
.white { color: #fff; }

.page-middle {
  margin: 0 auto;
}

.main-container {
  position: relative;
  box-sizing: border-box;
  padding: .25rem;
  margin: 0 auto 8rem auto;
  width: 1366px;
}

.hero .main-container {
  margin: 2rem auto;
}

.container {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: .8rem 0;
}

.hero {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  min-height: 450px;
  background-image: url(../img/hero-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  top: 0;
  left: 0;
}

.hero .copy {
  bottom: 4rem;
  width: 1024px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero .copy h1 {
  color: #fff;
  margin: 0;
  line-height: auto;
  padding: 0;
}
.hero .copy p {
  color: #fff;
  margin: 0;
}

.hero .copy.left h1, .hero .copy.left p {
  text-align: left;
}
.hero .copy.right h1, .hero .copy.right p {
  text-align: right;
}
.hero .copy.center h1, .hero .copy.center p {
  text-align: center;
}

.column-100 {
  width: 100%;
  padding: .75rem;
  box-sizing: border-box;
}

.column-75 {
  width: 75%;
  padding: .75rem;
  box-sizing: border-box;
}

.column-50 {
  width: 50%;
  padding: .75rem;
  box-sizing: border-box;
}

.column-25 {
  width: 25%;
  padding: .75rem;
  box-sizing: border-box;
}

.column-100 img, .column-75 img, .column-50 img, .column-25 img {
  width: 100%;
  border: 1px solid rgba(0,0,0,0.25);
}

br {
  font-size: .5rem;
}

footer {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 2rem;
  text-align: center;
  font-size: .8rem;
  padding: 2rem;
}

footer.light {
  background: none;
  color: #999;
}

footer.heavy {
  background: #333;
  color: #fff;
}

.modal {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: fixed;
  top: 0;
  background: rgba(0,0,0,0.88);
  color: #fff;
  transition: all .4s;
  opacity: 0;
  z-index: -1;
}

.modal-hide {
  opacity: 0;
  height: 100%;
  min-height: 100vh;
  z-index: -1;
}

.modal-show {
  opacity: 1;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 999;
}

.modal-container {
  background: #fff;
  width: 800px;
  margin: 5rem auto auto auto;
  border-radius: 2rem;
  min-height: 350px;
  position: relative;
  box-sizing: border-box;
  padding: 2rem 3rem 5rem 3rem;
  color: #000;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.9);
          box-shadow: 0 3px 5px 0 rgba(0,0,0,0.9);
} 

.modal-container .close-button {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)  
}

input[type=text], input[type=email], input[type=tel], textarea {
  font-family: 'Roboto', sans-serif;
  font-size: .9rem;
  width: 100%;
  padding: .75rem 0;
  text-indent: 1rem;
  border: 1px solid #8f8f9d;  
  border-radius: .15rem;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: .15rem;
  border: 1px solid #8f8f9d;
  background: transparent;
  background-image: url("../img/arrow.png");
  background-size: 8px 8px;
  background-repeat: no-repeat;
  background-position-x: 97.5%;
  background-position-y: 50%;  
  font-family: 'Roboto', sans-serif;
  font-size: .9rem;
  width: 100%;
  padding: .75rem 0;
  text-indent: .5rem;
  cursor: pointer;
  color: #000;
}

.modal-container i {
  color: rgba(0,0,0,0.3);
  font-size: 1.7rem;
  position: absolute;
  right: 1.75rem;
  top: 1.25rem;
  cursor: pointer;
  transition: all .3s;
}

.modal-container i:hover {
  color: rgba(0,0,0,1);
}

label {
  float: left;
  font-size: .75rem;
  color: #000;
  text-align: left;
  margin: 1.25rem 0 .5rem 0;
}

.sub-menu-link {
  position: relative;
}
.sub-menu-link:hover {
  cursor: pointer;
}

.sub-menu {
  height: 0;
  visibility: hidden;
  left: 0;
  position: absolute;
  width: 130px;
  background: rgba(0,0,0,0.75);
  z-index: 3;
  padding: 0;
  transition: all .3s;
}

.fixed-header .sub-menu {
  background: rgba(0,0,0,1);
}

.sub-menu-link:hover .sub-menu {
  padding: .75rem 0;
  height: auto;
  visibility: visible;
}

.sub-menu ul li {
  visibility: hidden;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0 1rem;
  font-size: .9rem;
  line-height: 2rem;
  letter-spacing: .025rem;
  color: #fff;
  list-style-type: none;
}

.sub-menu-link:hover .sub-menu ul li {
  visibility: visible;
}

.table-container {
  overflow-x: scroll;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  border: 1px solid rgba(0,0,0,0.5);
}

table {
  width: 100%;
  font-size: .9rem;
  color: #000;
  text-align: left;
  border-collapse: collapse;
}

table thead td {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: .05rem;
  font-weight: 500;
  color: rgba(0,0,0,0.6);
  font-size: .6rem;
}

table thead tr {
  border-bottom: 2px solid rgba(0,0,0,0.25);
}

table tbody tr:nth-last-child(even) {
  background: rgba(0,0,0,0.06);
}
table tbody tr:last-of-type {
  border-bottom: none;
}

table tbody tr td, table thead tr td {
  padding: .75rem;
  min-width: 230px;
  width: auto;
}

button {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: #000;
  width: 200px;
  height: 50px;
  padding: 0;
  transition: all .3s;
  border: 2px solid #000;
}
button:hover {
  background: #fff;
  color: #000;
}

.page-blur {
  filter: blur(.7rem) grayscale(50%);
  -webkit-filter: blur(.36rem) grayscale(50%);
  transition: all .3s;
}

  /************************     1380px     ************************/

  @media (max-width: 1380px) {
    
    .main-nav {
      width: calc(92% - 80px);
    }  

    .main-container {
      width: 1024px;
    }
    
  }



  /************************     1024px     ************************/

  @media (max-width: 1024px) {

    header {
      margin: 25px 0 25px 15px;
    }
    
    .main-nav .logo {
      padding-bottom: 1rem !important;
    }

    .main-nav .logo {
      display: block;
    }

    .main-nav .close {
      display: block;
    }
    
    .main-nav {
      visibility: hidden;
    }


    .main-nav a {
      margin: 0 auto;
      color: #fff;
      width: 170px;
      display: block;
      box-sizing: border-box;
      padding: .75rem 0;
      text-align: center;
    }
    
    .main-nav a:hover {
      opacity: 1;
    }
    
    .main-nav .socials {
      float: none;
      width: 260px;
      text-align: center;
      padding: 1rem 0;
      margin: 0 auto;
    }
    
    .main-nav .socials nav {
      width: 100%;
    }
    
    .main-nav .socials a {
      display: inline;
      margin: 0;
      padding: .43rem;
    }
    .main-nav .socials a:last-child {
      padding: .43rem 0 .43rem .43rem;
    }
    
    .fixed-header {
      background: #fff;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    }
    
    .fixed-header .main-nav {
      margin: 0;
    }
    
    .fixed-header .open {
      top: 3.25rem;
    }
    
    .open {
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 4.3rem;
      right: 2rem;
      font-size: 2rem;
      line-height: 2rem;
      cursor: pointer;
    }

    .main-nav .logo {
      width: 145px;
      margin: 0 auto;
      text-align: center;
      padding: 0;
    }

    .main-nav .logo img {
      width: 100%;
      margin: 0 auto;
    }

    .sidenav {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 2;
      top: 0;
      right: 0;
      background-color: rgba(0,0,0,0.88);
      overflow-x: hidden;
      transition: 0.5s;
      padding-top: 30px;  
      margin: 0;
    }

    .main-nav a:hover {
      color: #fff;
    }
    
    #sub-menu.sub-menu-mobile .sub-menu {
      display: none;
      height: auto;
      position: relative;
      visibility: hidden;
      background: none;
      width: 100%;
      margin: 0 auto;
    }

    #sub-menu.sub-menu-mobile:before {
      content: '‹';
      -webkit-appearance: none;
      appearance: none;
      background: none;
      position: absolute;
      rotate: 270deg;
      right: .75rem;
      top: .65rem;
      font-weight: 800;
      font-size: 1.25rem;
      font-family: 'Roboto', sans-serif;
    }
    
    .rotate {
      rotate: 180deg !important;
    }

    .sidenav .sub-header {
      width: 100%;
    }

    .sidenav .sub-header .logo {
      width: 150px;
      text-align: left;
      padding-left: 1rem;
    }

    .sidenav .sub-header .logo img {
      width: 100%;
    }

    .socials .fa-youtube, .socials .fa-facebook, .socials .fa-twitter, .socials .fa-instagram  {
      color: #fff;
    }

    .main-container {
      width: 780px;
    }
    
    .modal-container {
      width: 90%;
    }
    
    .hero .copy {
      width: 768px;
    }
    
    .hero .copy h1 {
      font-size: 9vw;
    }
    
    h1 {
      font-size: 9vw;
    }
    h2 {
      font-size: 7vw;
    }
    h3 {
      font-size: 5vw;
    }


  }


  /************************     780px     ************************/

  @media (max-width: 780px) {
    
    .main-container {
      width: 100%;
      display: block;
    }
    
    .hero {
      min-height: 275px;
    }

    .container {
      width: 100%;
      display: block;
    }

    .column-100, .column-75, .column-50, .column-25 {
      width: 100%;
    }
    
    .modal-container {
      margin: 2rem auto auto auto;
      min-height: auto;
      padding: 1rem 1.5rem 5rem 1.5rem;
      color: #000;
      -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.9);
              box-shadow: 0 3px 5px 0 rgba(0,0,0,0.9);
    } 

    select {
      background-position-x: 93.5%;
    }

    .hero .copy {
      width: 90%;
      position: relative;
      margin: 3.75rem auto auto auto;
      bottom: auto;
      left: auto;
      transform: none;
    }

  }



/*TEMP*/

h3 a {
  color: #c10000;
}
  @media (max-width: 1024px) {
    .copy img {
      width: 90%;
    }
  }