@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');











/*---Media Queries --*/
@media (max-width: 992px) {

  }
@media (max-width: 768px) {
  
}
@media (max-width: 576px) {
  
}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/bg.png');
  position: fixed;
  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;
}
/*--- Bootstrap Padding Fix --*/
/* [class*="col-"] {
    padding: 1rem;
} */





/*
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) { ... }
*/
.col-12{
  padding: 0%;
}
.btnx{
  background-color: #232526;
}

.display-2{
padding-bottom: 30px;
font-family: 'Slabo 35px', serif;
font-size: 66px;
background-color: rgba(18, 54, 27, 0.5);
}


.carousel-caption h3 {
padding-bottom: 96px;
padding-top: 30px;
font-family: 'Slabo 35px', serif;

 }


.padding{
  padding: 2rem !important;

  
}

.buttons a.btn{
  margin: :10px;
  padding: 10px,20px;

}

.btn{
  position: relative;
  display: inline-block;
  outline: none;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  font-size:24px;

}
.buttons{
  text-align: center;
  padding-top: 9px;
  padding-bottom: 65px;

}
.padding1{
  padding-top: 120px;
  padding-bottom: 120px;
  /* background-color: #f4f4f4; */
  background: linear-gradient(to right, #304352, #d7d2cc);
}

.padding{

  background: linear-gradient(to right, #304352, #d7d2cc);
}

.padding h1{
  color: white;
  text-align: center;
  font-family: 'Slabo 35px', serif;

}

.padding1 h1 {
  padding-top: 50px;
  color: white;
  text-align: center;
  font-family: 'Slabo 35px', serif;
}

.cnt{
   background-color: #f4f4f4;
}

.fw{
  padding-top: 80px;
  padding-bottom: 10px;

  background: linear-gradient(to right, #304352, #d7d2cc);
  border: 2px solid #900c3f;
  border-radius: 5px;

}
.social a {
  font-size: 3.5em;
  padding:1rem;
}

.social a:hover {
  background-color: teal;
}

.cnt h2{
font-family: 'Slabo 35px', serif;

}


.fa-facebook{
  color: #192965;
}
.fa-twitter{
  color: #55acee;
}
.fa-linkedin{
  color: #0077b5;
}
.fa-pinterest{
  color: #bd081c;
}
.fa-github{
  color: #00405d;
}
.fa-youtube{
  color: #cd201f;
}

.footer-margin{
  background-color: #343A40;
  color:white;
}

.myButton {
	box-shadow: 0px 1px 0px 0px #1c1b18;
	background:linear-gradient(to bottom, #eae0c2 5%, #ccc2a6 100%);
	background-color:#eae0c2;
	border-radius:15px;
	border:2px solid #1d8f61;
	display:inline-block;
	cursor:pointer;
	color:#119999;
	font-family:Georgia; 
	font-size:24px;
	font-weight:bold;
	padding:12px 16px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
	background:linear-gradient(to bottom, #ccc2a6 5%, #eae0c2 100%);
  background-color:#ccc2a6;
  text-decoration:none;
}
.myButton:active {
	position:relative;
	top:1px;
}

#navbarResponsive a:hover{background: #393e46;}

#navbarResponsive a{color: #f0a500;
}


/* next  */

.nbar2{
  padding-top: 5px;
  padding-bottom: 40px;
}
.nbar h1{
  color: white;
  font-family: 'Slabo 35px', serif;
}

.tb2{
  color: white;
  padding-bottom: 70px;
  font-family: 'Slabo 35px', serif;
}