/*-- Body Reset --*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  color: #b8b3b3;
}

/*============= TOP BAR HEADER =============*/
/*
.top-bar {
  background: #b8b3b3;
  height: 2.8rem;
  padding: 0.5rem 0;
}

.top-bar a {
  color: #4c4f52;
  text-decoration: none;
  font-size: 1.1rem;
}
*/
/*============= NAVIGATION =============*/

.logo-img {
  height: 60px;
  /* Resize logo here */
  width: auto;
  /* Keeps proportions */
}

.navbar-brand h1 {
  font-size: 1.2rem;
  /* Make text balanced next to logo */
  white-space: nowrap;
}

.navbar-brand img {
  height: 3rem;
}

.navbar {
  font-size: 1.15rem;
  font-weight: 400;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.navbar p {
  padding-top: 1rem;
}

.nav-item {
  padding: 0.5rem;
}

.nav-link {
  color: #b8b3b3 !important;
}

.nav-link.active,
.nav-link:hover {
  color: #ffffff !important;
}

.btn {
  color: #c5c5c5;
  font-size: 10px;
}

/*============= CAROUSEL =============*/

#carousel {
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.2);
}

.carousel-inner {
  max-height: 44rem !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: 38%;
  transform: translateY(-50%);
  text-transform: uppercase;
}

.bg-custom {
  color: #00000059;
}

.carousel-caption h1 {
  font-size: 3.8rem;
  text-shadow: 0.1rem 1rem 1rem rgb(0, 0, 0);
}

.carousel-caption h3 {
  font-size: 1.8rem;
  text-shadow: 0.1rem 1rem 1rem rgb(0, 0, 0);
}
.jumbotron h4 {
  color: #505050dc;
}

.btn-dark {
  background-color: rgba(0, 0, 0, 0.068);
  color: #000000;
  border-radius: 4;
  text-transform: uppercase;
  font-size: 0.7rem;
  border-width: small;
}

.carousel-caption p,
h2 {
  color: #000000bb;
  text-shadow: 0.1rem 1rem 1rem rgba(0, 0, 0, 0.664);
}

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

.fixed {
  background-image: url("../img/imgs/tables/slide-1.jpg");
  position: fixed;
}
.fixed-background {
  padding: 10rem 0;
}

/*-- Emoji Navbar --*/
.info {
  padding-bottom: 15px;
  padding-left: 30px;
  font-size: 2rem;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  margin: 71px 0;
}

.info h1 {
  color: #383838;
  font-size: 2.3rem;
}

.info p {
  color: #383838;
  font-size: 1rem;
}

.info1 {
  margin-bottom: 40px;
  margin-top: 30px;
  text-align: center;
}

.lead {
  color: #6e6e6eb6;
  padding-left: 13px;
  width: 100%;
}

/*.info-1 {
  padding-bottom: 15px;
  padding-left: 30px;
  font-size: 2rem;
  border-radius: 50%;
  color: #414141;
  text-decoration: none;
  text-align: center;
  margin: 71px 0;
}

.info-1 h1 {
  color: #414141;
  font-size: 2.3rem;
}

.info-1 p {
  font-size: 1rem;
}*/
/*============= FOOTER =============*/
footer {
  color: #b8b3b3;
  margin-top: 0px;
  background-color: #323941;
  padding: 2rem 2rem 0.5rem;
}

footer img {
  height: 50px;
}

footer h1,
p {
  display: block;
  font-size: 15px;
  margin: 25px 0;
}

.socket {
  background-color: #323941;
  color: #b8b3b3;
  text-decoration: none;
}

footer ul.social {
  list-style-type: none;
  display: flex;
  max-width: 16rem;
  margin: 0 auto;
  padding: 0;
}

footer ul.social li {
  margin: 0 auto;
}

footer .svg-inline--fa {
  font-size: 2.3rem;
}

footer .svg-inline--fa:hover {
  color: #ffffff;
}
/*============= SOCKET =============*/

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

/* Devices under 1199px (xl) */
@media (max-width: 1199.98px) {
  .carousel-caption h1 {
    font-size: 2.8rem;
  }

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

  .carousel-caption h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 375px) {
  .info h1,
  p {
    text-align: center;
  }
}

@media (min-width: 375px) {
  .map {
    align-items: center;
    width: 90%;
    height: 350px;
  }
}

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

#slider {
  margin: 0 auto;
  margin-top: 100px;
  width: 800px;
  max-width: 100%;
  text-align: center;
}
#slider input[type="radio"] {
  display: none;
}
#slider label {
  cursor: pointer;
  text-decoration: none;
}
#slides {
  padding: 10px;
  border: 3px solid #ccc;
  background: #fff;
  position: relative;
  z-index: 1;
}
#overflow {
  width: 100%;
  overflow: hidden;
}
#slide1:checked ~ #slides .inner {
  margin-left: 0;
}
#slide2:checked ~ #slides .inner {
  margin-left: -100%;
}
#slide3:checked ~ #slides .inner {
  margin-left: -200%;
}
#slide4:checked ~ #slides .inner {
  margin-left: -300%;
}
#slides .inner {
  transition: margin-left 800ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 400%;
  line-height: 0;
  height: 300px;
}
#slides .slide {
  width: 25%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
}
#slides .slide_1 {
  background: #ffffff;
}
#slides .slide_2 {
  background: #ffffff;
}
#slides .slide_3 {
  background: #ffffff;
}
#slides .slide_4 {
  background: #ffffff;
}
#controls {
  margin: -180px 0 0 0;
  width: 100%;
  height: 50px;
  z-index: 3;
  position: relative;
}
#controls label {
  transition: opacity 0.2s ease-out;
  display: none;
  width: 50px;
  height: 50px;
  opacity: 0.4;
}
#controls label:hover {
  opacity: 1;
}
#slide1:checked ~ #controls label:nth-child(2),
#slide2:checked ~ #controls label:nth-child(3),
#slide3:checked ~ #controls label:nth-child(4),
#slide4:checked ~ #controls label:nth-child(1) {
  background: url(https://image.flaticon.com/icons/svg/130/130884.svg) no-repeat;
  float: right;
  margin: 0 -50px 0 0;
  display: block;
}
#slide1:checked ~ #controls label:nth-last-child(2),
#slide2:checked ~ #controls label:nth-last-child(3),
#slide3:checked ~ #controls label:nth-last-child(4),
#slide4:checked ~ #controls label:nth-last-child(1) {
  background: url(https://image.flaticon.com/icons/svg/130/130882.svg) no-repeat;
  float: left;
  margin: 0 0 0 -50px;
  display: block;
}
#bullets {
  margin: 150px 0 0;
  text-align: center;
}
#bullets label {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #ccc;
  margin: 0 10px;
}
#slide1:checked ~ #bullets label:nth-child(1),
#slide2:checked ~ #bullets label:nth-child(2),
#slide3:checked ~ #bullets label:nth-child(3),
#slide4:checked ~ #bullets label:nth-child(4) {
  background: #444;
}
@media screen and (max-width: 900px) {
  #slide1:checked ~ #controls label:nth-child(2),
  #slide2:checked ~ #controls label:nth-child(3),
  #slide3:checked ~ #controls label:nth-child(4),
  #slide4:checked ~ #controls label:nth-child(1),
  #slide1:checked ~ #controls label:nth-last-child(2),
  #slide2:checked ~ #controls label:nth-last-child(3),
  #slide3:checked ~ #controls label:nth-last-child(4),
  #slide4:checked ~ #controls label:nth-last-child(1) {
    margin: 0;
  }
  #slides {
    max-width: calc(100% - 140px);
    margin: 0 auto;
  }
}
