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



.row {
  width: 100%;
  margin: 0 auto;
  padding: 0; 
}

/*-- Buttons --*/
.btn {
   font-size: small;
   color: #6d6d6d;
   border-color: #d3ad94;
   border-width: .1rem;
   background-color: #ffffff;
   padding: 0.6rem 1.2rem;
   position: center;
   border-radius:    0.1rem;
   transition: all .3s ease;
 
 }

.btn-blue {
   background-color: #d3ad94;
   color: #ffffff;
 }

 
.btn-blue:hover,
.btn-blue:focus  {
   border-color: #ffffff;
   border-width: .1rem;
   background-color: #7d583f;
   color: #000000;
}



.text-justify { /*-- Class Dropped in Bootstrap 5 --*/
  text-align: justify;
}
img {
   display: block;
	margin: 0 auto;
   max-width: 100%;
}
p {
  font-size: larger;
}

/*-- Jumbotron Class Dropped in Bootstrap 5 --*/
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

.top-bar {
  background: #7d583f;
  height: 2.8rem;
  padding: .5rem 0;
}
.top-bar a {
  color: rgb(246, 222, 86);
  text-decoration: none;
  font-size: 1.1rem;
}

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


/*============= NAVIGATION =============*/
.navbar-brand img {
  height: 1.8rem;
}
.navbar {
  background: #ffa600;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: .1rem;
  box-shadow: 0 .5rem .5rem rgba(0, 0, 0, 0);
  z-index: 1;
}
.nav-item {
  padding: .3rem;
}
.nav-link {
  color: #000000!important;
}
.nav-link.active,
.nav-link:hover {
  color: #ad4602!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: 52%;
  transform: translateY(-50%);
  text-transform: uppercase;
}
.bg-custom {
  background-color: rgba(0, 0, 0, .4);
  color: white;
  border-radius: 1rem;
}
.carousel-caption h1 {
  font-size: 3.8rem;
  text-shadow: .1rem .1rem .3rem rgba(0, 0, 0, 1);
}
.border-primary {
  border-top: .2rem solid #855907!important;
}
.carousel-caption h3 {
  font-size: 2.2rem;
  text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, 1);
}
.btn-lg {
  border-radius: 0;

  font-size: 1.5rem;
  border-width: medium;
}
.btn-lgg {
	background-color: #ffffff;
	border: .05rem solid #7d583f;
    border-radius: 0;
  
    font-size: 1.5rem;
    border-width: medium;
}
.btn-danger {
  background-color: #ffffff;
  border: .05rem solid #612202;
}
.btn-primary {
  background-color: #7d583f;
  border: .1rem solid #ffffff;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #37490a!important;
  border: .05rem solid #ffffff!important;
}
.btn-primary.disabled, .btn-primary:disabled { /*-- Contact Form --*/
  color: #fff;
  background-color: #7d583f!important;
  border-color: #7d583f!important;
}

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

a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
}
b {
  color: #323232;
  text-decoration: none;
}
b:hover {
  color: #616971;
}

.btn-close { /*-- Resize "X" space in success/failure form message --*/
  width: .5em!important;
  height: .7em!important;
  padding: .5em .9em!important;
}

/*============= FOOTER =============*/
footer-2 {
  background-color: #7d583f;
  padding: 1rem 2rem 3rem;
}

footer-2 img {
  height: 3.5rem;
  margin: 1.5rem auto;}

footer {
  background-color: #7d583f;
  padding: 1rem 2rem 3rem;
}
footer img {
  height: 3.5rem;
  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;
}
ul.social li {
  margin: 0 auto;
}
footer .svg-inline--fa {
  font-size: 2.0rem;
}
footer .svg-inline--fa:hover {
  color: #000;
}


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

.socket {
  background-color: rgb(0, 0, 0);
  border-top: .2rem solid #7d583f;
}

/*============= 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 768px (md) */
@media (max-width: 767.98px) {
  .carousel-caption h1 {
    font-size: 2rem;
  }
  .carousel-caption h3 {
    font-size: 1rem;
  }
  .btn-lg {
    font-size: .95rem;
  }
}


.row, .container-fluid {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/*============= UNIVERSAL PARALLAX PLUGIN CSS =============*/
.parallax-container {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 15px;
  position: relative;
  width: 100%
}
.parallax-container .parallax-content {
  margin: 0 auto;
  width: 100%;
}
.parallax__container {
  clip: rect(0, auto, auto, 0);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -100
}
.parallax__container .parallax {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%
}