*{
  margin: 0;
  padding: 0;
  outline-color: transparent;
  -webkit-tap-highlight-color: transparent;
  list-style: none;
  box-sizing: border-box;
}

.btn:focus,.btn:active{
   outline: 0 !important;
   box-shadow: none;
 }

html,body{
  height: 100%;
  outline-color: transparent;
  -webkit-tap-highlight-color: transparent;
  background: #f2f2f2;
  font-family: 'Roboto', sans-serif;
}

header{
  width: 100%;
  position: fixed;
  top: 0;
  transition: all .33s ease-in-out;
  z-index: 10;
}

.top-navbar{
  height: 35px;
  background: black;
  font-family: 'Montserrat', sans-serif;
}

.top-navbar a{
  text-decoration: none;
  color: rgba(193,39,45,1);
}

.navbar{
  width: 100%;
  top: 10px;
  margin: 0 auto;
  height: 60px;
  font-size: 1.05rem;
  transition: all .33s ease-in-out;
  background: rgba(255,255,255,.10);
}

.navbar-before{
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  box-shadow: inset 0 0 200px rgba(193,39,45,.5);
  filter: blur(60px);
  transition: all .33s ease-in-out;
}

.nav-menu{
  display: none;
}

.rc-logo, .rc-logo-2{
  width: 50px;
  transition: all .33s ease-in-out;
}

.fa-bars{
  font-size: 1.5em;
}

.nav-link{
  box-sizing: border-box;
  border-bottom: 1.5px solid transparent;
  transition: all .1s ease-in-out;
}

.nav-link:hover{
  border-bottom: 1.5px solid rgba(193,39,45,1);
}

.collapse{
  padding-left: 50px;
}

.grow1{
  top: -45px;
}

.grow2{
  background: #fff;
}

.grow3{
  width: 40px;
}

.grow4{
  display: none;
}
.grow4{
  display: none;
}

.fa-shopping-cart, .twitter-icon{
  color: rgba(193,39,45,1);
}

#exp-menu{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  overflow-y: hidden;
  z-index: 20;
  transition: all .33s ease-in-out;
  box-shadow: inset 25px 0 25px -25px rgba(1,1,1,.25);
}

#exp-menu a{
  text-decoration: none;
}

.exp-menu-row{
  border-bottom: 1px solid #eaeaea;
}

.fa-times{
  font-size: 1.5rem;
}

#showcase{
  height: 70%;
  overflow: hidden;
}

.video-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dark-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: rgba(1,1,1,.5);
}

#showcase img{
  max-width: 90%;
  height: auto;
  margin: 0 auto;
}

.content{
  padding-top: 90px;
}

#section-1{
  position: relative;
}

.section-1-img{
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  box-shadow: 0px 15px 10px -12px rgba(1,1,1,.75);
}

.text{
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

#section-2{
  background: url('../img/cover6.jpg') center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.dark-overlay-2{
  width: 100%;
  height: 100%;
  background: rgba(1,1,1,.10);
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-dark{
  border: none;
  box-shadow: -1px 9px 40px -12px rgba(1,1,1,.75);
  transition: all .25s ease-in-out;
}

.card-dark:hover{
  transform: translateY(-15px);
  box-shadow: -10px 15px 40px -15px rgba(1,1,1,.75);
}

#section-2 h5{
  color: rgba(193,39,45,1) !important;
}

#section-3{
  height: 250px;
  background: #fff;
}

.social li a{
  color: rgba(193,39,45,1);
}

.social li a:hover{
  color: rgba(1,1,1,.75);
}

#footer{
  width: 100%;
  background: url('../img/cover2.jpg') top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#footer .container{
  height: 100%;
}

#footer img{
  max-width: 100%;
  height: auto;
  margin: 0 auto;}

.menu-footer li a{
  color: rgba(193,39,45,1);
  text-decoration: none;
  font-weight: bold;
}

.foot-border{
  border-right: 1px solid rgba(193,39,45,1);
}

.menu-footer li a:hover{
  color: rgba(255,255,255,.75);
}

#support{
  background: url('../img/cover5.jpg') center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.about-navbar-before{
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  box-shadow: inset 0 0 200px rgba(1,1,1,1);
  filter: blur(60px);
  transition: all .33s ease-in-out;
}

#support h2{
  color: #fff;
  text-shadow: 2px 2px 8px rgba(1,1,1,.25);
  padding: 200px 0 50px 0;
}

#support input{
  width: 100%;
  height: 40px;
  margin: 0 auto 40px auto;
  background: transparent;
  border: 3px solid #fff;
  color: #fff;
  font-size: 20px;
}

#support input::placeholder, #support textarea::placeholder{
  color: #fff;
  padding-left: 10px;
  font-size: 16px;
}

#support textarea{
  width: 100%;
  margin-bottom: 10px;
  height: 150px;
  background: transparent;
  border: 3px solid #fff;
  color: #fff;
  font-size: 20px;
}

#support button{
  padding: 5px 20px;
  background: #ddd;
  font-size: 20px;
  border: none;
  border-radius: 5px;
  box-shadow: none;
}

#support button:hover{
  background: #333;
  color: #fff;
}

@media only screen and (max-width: 1199.98px) {

  .navbar{
    top: 0;
  }

  .grow1{
    top: -35px;
  }

  #showcase{
    background: url('../img/cover1.jpg') center no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  video{
    display: none;
  }

  .dark-overlay img{
    width: 90%;
  }
}

@media only screen and (max-width: 767.98px){

  .top-navbar{
      justify-content: center;
    }

    .navbar-before{
      display: none;
    }

    .about-navbar-before{
      display: none;
    }

    .navbar{
      background: #fff;
    }

    .nav-menu{
    display: block;
    width: 50px;
  }

  footer a{
    font-size: .8rem;
  }

  #support h2{
    font-size: 1.5rem;
  }
}

@media only screen and (max-height: 500px){

  #showcase{
    height: 135%;
  }

  .dark-overlay{
    height: 135%;
  }

  #showcase img{
    max-width: 40%;
  }

  #exp-menu{
    overflow: scroll;
  }
}
