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

.text-justify { /*-- Class Dropped in Bootstrap 5 --*/
  text-align: justify;
}

p {
  font-size: medium;
}

/*-- Jumbotron Class Dropped in Bootstrap 5 --*/
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0;
}

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

.top-bar {
  background: #6ea7b2;
  height: 2.8rem;
  padding: .5rem 0;
}
.top-bar a {
  color: white;
  text-decoration: none;
  font-size: 1.1rem;
}

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


/*============= NAVIGATION =============*/
.navbar-brand img {
  height: 3.9rem; 
}

.navbar {
  
  background-color: #636363;
  font-size: 1.25rem;
  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: #959595!important;
}
.nav-link.active,
.nav-link:hover {
  color: #032d8d!important;
}

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

#carousel {
  box-shadow: 0 1rem 1rem rgba(105, 14, 14, 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 rgb(53, 154, 103);
}
.border-primary {
  border-top: .2rem solid #46cba9!important;
}
.carousel-caption h3 {
  font-size: 2.2rem;
  text-shadow: .1rem .1rem .2rem rgb(21, 95, 62);
}
.btn-lg {
  border-radius: 0;
  text-transform:.9rem;
  font-size: 1.5rem;
  border-width: medium;
}
.btn-lgg {
	background-color: #ffffff;
	border: .05rem solid #46cba9;
    border-radius: 0;
  
    font-size: 1.5rem;
    border-width: medium;
}
.btn-danger {
  background-color: #ffffff;
  border: .05rem solid #AC2615;
}
.btn-primary {
  background-color: #46cba9;
  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: #46cba9!important;
  border-color: #46cba9!important;
}

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

a {
  color: #343c8b;
  text-decoration: none;
}
a:hover {
  color: #343c8b;
}
b {
  color: #343c8b;
  text-decoration: none;
  text-shadow: 3px 3px 3px rgba(255,255,255,0.6);
}
b:hover {
  color: #036b72;
}

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

.wrapper {
	max-width: 1500px;
   background-repeat: no-repeat;
   overflow: hidden;
   position: relative;
}


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

  
}


/*-- Buttons --*/
.btn {
  font-size: small;
  color: #fff;
  border-color: #343c8b;
  border-width: .1rem;
  background-color: #343c8b;
  padding: .6rem 1.62rem;
  margin: .1rem;
  border-radius: 0rem;
  transition: all .3s ease;
}

.btn-blue {
  background-color: #343c8b;
  color: #fff;
}


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





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

footer {
  background-color: #219570;
  padding: 0.1rem 0.1rem 0.1rem;
}
footer img {
  height: 2.0rem;
  margin: 0.5rem auto;
}



.socket a {
  color: rgb(255, 255, 255);
  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: #762a2a;
}


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

.socket {
  background-color: #2f7d5d;
  border-top: .2rem solid #06246d;
}

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

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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