/*-- Body Reset --*/
body {
  background-color:;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  color: #616971;
}

/*============= TOP BAR HEADER =============*/
.top-bar {
  background: #89ad62;
  height: 2.8rem;
  padding: .5rem 0;
  z-index: 1;
}

.top-bar a {
  color: #904170;
  text-decoration: none;
  font-size: 1.1rem;
}

/*============= NAVIGATION =============*/

.navbar-brand img {
  height: 8rem;
}
.navbar {
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: .1rem;
  z-index: 1;
  
}
.nav-item {
  font-family: 'Mulish', sans-serif;
  padding: .5rem;
  font-family: ;
}
.navblur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #904170;
  border-radius: 0px;
}
.glow {
  animation: glow 3s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #d6a952, 0 0 20px #d6a952, 0 0 30px #d6a952, 0 0 40px #d6a952, 0 0 50px #d6a952, 0 0 60px #d6a952, 0 0 70px #d6a952;
  }
  
  to {
    text-shadow: 0 0 20px #89ad62, 0 0 30px #89ad62, 0 0 40px #89ad62, 0 0 50px #89ad62, 0 0 60px #89ad62, 0 0 70px #89ad62, 0 0 80px #89ad62;
  }
}
.nav-link {
  color: #d6a952!important;
}
.nav-link.active,.nav-link:hover{
  color: #89ad62!important;
}
/*============= CAROUSEL =============*/


#carousel {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, .1);
}
.carousel-inner {
  max-height: 48rem!important;
}

/*---Change Carousel Transition Speed --*/
.carousel-item-next,
.carousel-item-next,
.carousel-item.active {
  transition: transform 1.2s ease;
}

/*-- Carousel Content --*/
.carousel-caption {
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
}
.upper{
  text-transform: uppercase;
}
.bg-custom{
  background-color: rgba(0, 0, 0, .4);
  color: white;
  border-radius: 1rem;
}
.carousel-caption h1 {
  font-size: 2.5rem;
}
.border-primary {
  border-top: .2rem solid #89ad62!important;
}
.carousel-caption h3 {
  font-size: 1.5rem;
}
.btn-lg {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 1rem;
  border-width: medium;
}
.btn-danger {
  background-color: #904170;
  border: .05rem solid #904170;
}
.btn-primary {
  background-color: #904170;
  border: .05rem solid #904170;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #89ad62!important;
  border: .05rem solid #89ad62!important;
}

/*===== FIXED BACKGROUND IMG =====*/

.fixed_1 {
  background-image: url('../img/int_1.jpg');
  position: fixed;
}

.fixed_2 {
  background-image: url('../img/int_2.jpg');
  position: fixed;
}
.fixed_3 {
  background-image: url('../img/third_fixed.jpg');
  position: fixed;
}

.fixed-background {
  overflow: hidden; /*-- Correction for iOS --*/
  padding: 10rem 0;
}

/*-- Emoji Navbar --*/

.emoji {
  background-image: linear-gradient(to right, #4981b3, #89ad62);
  min-height: 0!important;
  padding: .4rem 0!important;
}
.emoji .svg-inline--fa {
  margin: 0 auto;
  color: #d6a952;
  font-size: 2rem;
}

/*-- Jumbotron --*/
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}

/*============= FOOTER =============*/

footer {
  background-color: #904170;
  padding: 1rem 2rem 3rem;
}
footer img {
  height: 3.5rem;
  margin: 1.5rem auto;
}
footer p, footer a,
.socket a {
  color:#d6a952;
  text-decoration: none;
}
ul.social {
  color:#d6a952;
  list-style-type: none;
  display: flex;
  max-width: 16rem;
  margin: 0 auto;
  padding: 0;
}
ul.social li {
  margin: 0 auto;
}
footer .svg-inline--fa {
  font-size: 2.3rem;
}
footer .svg-inline--fa:hover {
  color: #89ad62;
}
/*============= SOCKET =============*/

.socket {
  background-color: #89ad62;
  border-top: .1rem solid #89ad62;
}

/*============= MEDIA QUERIES =============*/

/* Devices under 1199px (xl) */
@media (max-width: 1199.98px) {
  .carousel-caption h1 {
    font-size: 2.5rem;
  }
  .carousel-caption h3 {
    font-size: 1.5rem;
  }
}
/* Devices under 992px (lg) */
@media (max-width: 991.98px) {
  .carousel-caption h1 {
    font-size: 2.5rem;
  }
  .carousel-caption h3 {
    font-size: 1.5rem;
  }
  btn-lg {
    font-size: .95rem;
  }
}


/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/

/*-- Bootstrap Mobile Gutter Fix --*/
.row, .container-fluid {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/*-- Fixed Background Image --*/
.fixed-background {
  position: relative;
  width: 100%;
  z-index: 1000!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999 !important;
}
.fixed {
  z-index: -999!important;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}