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

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

.top-bar {
  background: #275da8;
  height: 2rem;
  padding: .5rem 0;
}

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

.navbar-brand img{
  height: 3.8rem;
}
.navbar {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .0rem;
  box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .1);
  z-index: 1;
}
.nav-item {
  padding: 0.4rem;
}

/*============= 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.5s ease;
}

/*-- Carousel Content --*/

.carousel-caption {
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  text-transform: uppercase;
}
.bg-custom {
  background-color: rgba(0, 0, 0, 0.1); 
  border-radius: 0.4rem;
}
.carousel-caption h1 {
  font-size: 3.8rem;
  text-shadow: .6rem .3rem .6rem rgba(0, 0, 0, .4);
}
.border-primary {
  border-top: .2rem solid #275da8!important;
  border-radius: 0.4rem!important;
}

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

.fixed-background {
  overflow: hidden; /*-- Correction for iOS --*/
}

.fixed {
  background-image: url('../img/BGMain.jpeg');
  position: fixed;
}
.fixed-background {
  padding: 12rem 0;
}

/*-- Emoji Navbar --*/



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

footer {
  background-color: #363636;
  padding: 1rem 2rem 3rem;
}
footer img {
  height: 8rem;
  margin: 1.5rem auto;
}
footer p, footer a, 
.socket a{
  color: white;
  text-decoration: none;
}
ul.social {
  list-style-type: none;
  display: flex;
  max-width: 16rem;
  margin: 0 auto;
  padding: 0;
}
footer .svg-inline--fa {
  font-size: 2.5rem;
}
footer .svg-inline--fa:hover {
  color: #275da8;
}
ul.social li {
  margin: 0 auto;
}

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

.socket {
  background-color: #161718;
}

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

/* Devices under 1199px (xl) */
@media (max-width: 1199.98px) {

}
/* Devices under 768px (md) */
@media (max-width: 767.98px) {

}

/*Feautere*/

.featurette-divider {
  margin: 1rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  /* rtl:remove */
  letter-spacing: -.05rem;
}

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

/*-- extra --*/
