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

/*============= TOP BAR HEADER =============*/



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

.navbar-brand img {
  height: 3rem;
}
.navbar {
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: .1rem;
  box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .1);
  z-index: 1;
}
.nav-item {
  padding: .5rem;
}
.nav-link {
  color: #5b5555!important;
}
.nav-link.active,
.nav-link:hover {
  color: #b6b283!important;
}
/*============= CAROUSEL =============*/
#carousel {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, .1);
}
.carousel-inner{
  max-height: 38rem!important;
}

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

/*-- Carousel Content --*/
.carousel-caption {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
}
.bg-custom {
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  border-radius: 1rem;
}
.carousel-caption h1 {
  font-size: 1.3rem;
  text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, 1);
}
.border-primary {
  border-top: .2rem solid #b6b283!important;
}

.carousel-caption h3 {
  font-size: 1.0rem;
  text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, 1);
}
.btn-lg {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 1rem;
}
.btn-danger {
  background-color: #AC2615;
  border: .1rem solid #AC2615;
}

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

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

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


/*-- Emoji Navbar --*/



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


/*============= SOCKET =============*/



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


@media (min-width: 1199.98px) { 
  .carousel-caption h1 {
    font-size: 3.0rem;
  }
  .carousel-caption h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 599.98px) { 
  .carousel-caption h1 {
    font-size: 2.5rem;
  }
  .carousel-caption h3 {
    font-size: 1.9rem;
  }
}


/*============ 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;
}

.overlay {
    position:absolute;
    top:50%;
    left: 50%;
    background-color:grey;
    height:100%;
    width:100%;
}

.ctr {
    position:absolute;
    transform:translate(-50%, -50%);
}

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

/*============= TOP BAR HEADER =============*/



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

.navbar-brand img {
  height: 3rem;
}
.navbar {
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: .1rem;
  box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .1);
  z-index: 1;
}
.nav-item {
  padding: .5rem;
}
.nav-link {
  color: #5b5555!important;
}
.nav-link.active,
.nav-link:hover {
  color: #b6b283!important;
}
/*============= CAROUSEL =============*/
#carousel {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, .1);
}
.carousel-inner{
  max-height: 38rem!important;
}

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

/*-- Carousel Content --*/
.carousel-caption {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
}
.bg-custom {
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  border-radius: 1rem;
}
.carousel-caption h1 {
  font-size: 1.3rem;
  text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, 1);
}
.border-primary {
  border-top: .2rem solid #b6b283!important;
}

.carousel-caption h3 {
  font-size: 1.0rem;
  text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, 1);
}
.btn-lg {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 1rem;
}
.btn-danger {
  background-color: #AC2615;
  border: .1rem solid #AC2615;
}

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

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

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


/*-- Emoji Navbar --*/



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


/*============= SOCKET =============*/



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


@media (min-width: 1199.98px) { 
  .carousel-caption h1 {
    font-size: 3.0rem;
  }
  .carousel-caption h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 599.98px) { 
  .carousel-caption h1 {
    font-size: 2.5rem;
  }
  .carousel-caption h3 {
    font-size: 1.9rem;
  }
}


/*============ 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;
}

.overlay {
    position:absolute;
    top:50%;
    left: 50%;
    background-color:grey;
    height:100%;
    width:100%;
}

.ctr {
    position:absolute;
    transform:translate(-50%, -50%);
}

