@charset "utf-8";
/* CSS Document */

html,
body {
	height:100%;
}

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	color: #6c6f73;
}

h1, h4 {
	font-family: 'Lobster', cursive;
}
h3{
	font-size: 2.75rem;
	font-family: 'Lobster', cursive;
	color: #fff;
}

h6 {
	font-size: 0.8rem;
	letter-spacing: 0.1rem;
	color:#930;
}


.blockquote {
	font-size: 1.6rem;
	color: #333;
	border: none;
	padding: 0;
}

.blockquote-footer {
	margin: 1rem 0 0;
}

#stage {
	background: url('images/slider1.jpg') center center no-repeat;
	background-size: cover;
	color: white;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}

#stage-caption {
	font-size:1.4rem;
	font-weight:200;
	max-width: 60rem;
	margin: 0 auto;
	text-align: center;
}

#stage-caption h1 {
	color:white;
	font-weight: bold;
	text-transform: uppercase;
	
}

#feature {
	background:rgba(116, 94, 55, 0.1);
}
.feature-two {
	background:#455;
}

.feature img{
  	 padding:1px;
   border:1px solid #745e37;
   background-color:#745e37;
}
/* Supporting marketing content */
.feature{
  	padding-right: 1rem;
  	padding-buttom: 1rem;
  	padding: 5rem 0;
  	overflow: hidden;
	align-items: center;
	
}
.feature h3{
	color:#930;
	font-family: 'Lobster', cursive;
}
.feature-dark{
	background:#e4d9d1;
	color:#930;
}
.feature-dark h3 {
	color: #930;
	font-family: 'Lobster', cursive;
}

.feature-alt {
	background: #966;
	color: #721510;
	margin-top: 1rem;
	margin-buttom: 1rem;
}

.feature-content {
	background: #6859;
	margin-top: 1rem;
	margin-buttom: 1rem;
}

.feature-full {
	margin-top: 8rem;
	background: #5067;
}


#what-we-do h3 {
	color: #930;
	font-family: 'Lobster', cursive;
}

#news h3 {
	color: #930;
	font-family: 'Lobster', cursive;
}

#feature-four .feature-content {
	padding-top: 10;
}

#feature-five img {
	margin-top: 2rem;
}

#footer-main {
	background: #222;
	color: white;
	font-size: 0.8rem;
	padding: 2.5rem 0;
}
/* media Queries */
@media screen and (min-width : 991px){
.feature-content {
	display: flex;
	align-items: center;
	}
}
