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


html , body {
	height : 100%;
	width: 100%;
	font-family: 'Poppins' , sans-serif; 
	color: #222;
	scroll-behavior: smooth;
}



.navbar {
	padding: .8rem;
}
.navbar-nav li {
	padding-right: 40px;
}
.nav-link {
	font-size: 1.1em !important;
}
 
 
.carousel-inner img {
	height: 100%;
	width: 100%;
}
.carousel-caption {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.carousel-caption h1 {
	font-size: 700%;
	text-transform: uppercase;
	text-shadow: 5px 3px 10px #000;
}
.carousel-caption h3 {
	font-size: 200%;
	font-weight: 500;
	text-shadow: 1px 1px 10px #000;
	padding-bottom: 1rem;
}

.btn-primary {
	background-color: #66481b1;
	border: 1px solid #563d7c;
}
.btn-primary hover {
	background-color: #66481b1;
	border: 1px solid #563d7c;
}

.jumbotron {
	padding: 2rem;
	border-radius: 0;
}

.padding {
	padding-bottom: 2rem;
}

.welcome {
	width: 75%;
	margin: 0 auto;
	padding-top: 1rem;
}
hr {
	border-top: 2px solid #b4b4b4;
	width: 95%;
	margin-top: .3rem;
	margin-bottom: 1rem;
}

.pricing {
	width: 100%;
	margin-bottom: 3rem;
	padding: 1rem;
	font-size: 20px;
}
.price {
	max-width: 100%;
}

.social a {
	font-size: 4.5em;
	padding: 3rem;
}
.fa-facebook {
	color: #3b5998;
}
.fa-instagram {
	color: #517fa4;
}
.fa-youtube {
	color: #bb0000;
}
.fa-facebook:hover, 
.fa-instagram:hover,
.fa-youtube:hover {
	color: #d5d5d5;
	transition: color 0.5s ease;
}

footer{
	background-color: #3f3f3f;
	color: #d5d5d5;
	padding-top: 2rem;
}
footer a {
	color: #d5d5d5
}

hr.light {
	border-top: 1px solid #d5d5d5;
	width: 75%;
	margin-top: .8rem;
	margin-bottom: 1rem;
}

a {
  color:inherit;
}

.fa-star {
	color: #FFDF00;
}

#black {
	color: 	#FFFFFF;
	stroke: black;
	stroke-width: 10;
}


.cards hr {
	border-top: 2px solid #b4b4b4;
	width: 95%;
	margin-top: .3rem;
	margin-bottom: 1rem;
}


#under {
	border-top: 2px solid #b4b4b4;
	width: 95%;
	margin-top: .3rem;
	margin-bottom: 1rem;
}




.db-bk-color-one {
	background-color: 	 #fff;
}
.db-bk-color-two {
	background-color: #fff;
}

.db-bk-color-three {
	background-color: #fff;
}

.db-padding-btm {
    padding-bottom: 50px;
}

.db-pricing-eleven {
    margin-bottom: 30px;
    margin-top: 50px;
        text-align: center;
        box-shadow: 0 0 5px rgba(0, 0, 0, .5);
        color: #222;
        line-height: 30px;
    }

.db-pricing-eleven ul {
	list-style: none;
	margin: 0;
	text-align: center;
	padding-left: 0px;
    }

.db-pricing-eleven ul li {
padding-top: 20px;
padding-bottom: 20px;
    }
.db-pricing-eleven ul li i {
    margin-right: 5px;
}
.db-pricing-eleven .type {
    background-color: 	#ffffba;
    padding: 50px 20px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
    }










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













