/* Custom styles for clean blog thmeme bootstrap 3 theme */
body {
background: #F8F8F8;
}

button {
	background-color: #fff;
	border: none;
	border-radius: 4px;
}

button a {
	text-decoration: none;
	padding: 4px 8px;
	text-align: center;
}

button a:hover {
	text-decoration: none;
}

a[href^=tel] {
text-decoration:inherit;
color: inherit;
}

.clearfix {
	clear: both;
}

img.spry-img-shadow {
	box-shadow: 2px 2px 8px 1px rgb(102, 102, 102);
}

.img-responsive {
	width: 100%;
}

.spry-masthead {
	background-image: url('../img/home-bg.jpg');
	background-repeat: no-repeat;
	background-color: #666;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	
}

.spry-contact-info-row {
	color: #fff;
	text-align: right;
}

@media only screen and (max-width: 1200px){
	.spry-contact-info-row {
		text-align: center;
	}
	
	.spry-email-us a {
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 768px){
	.spry-contact-info-row span {
		display: block;
		width: 100%;
	}
	
	.spry-email-us a {
		font-size: 0.9rem;
	}
	
	.spry-bullet-points {
		margin-top: 25px;
	}
}

.spry-title-column h1 {
    color: #fff;
    text-align: center;
    padding: 100px 0 200px 0;
}

@media only screen and (max-width: 1200px){
	.spry-title-column h1 {
        padding: 10px 0 107px 0;
	}

	.spry-contact-info-row span {
	font-size: 1.0rem;
	margin-bottom: 8px;
	}

}

header.spry-masthead {
	margin-bottom: 0px;
}

.spry-content-container {
	background: transparent;
}

.spry-content-area {
    margin-top: -68px;
    background: transparent;
    padding: 0;
}

.spry-content-area h2 {
    text-align: center;
    background: #fff;
    padding: 20px 0;
    box-shadow: 0px 1px 1px 1px rgba(102, 102, 102, 0.09);
}

@media only screen and (min-width: 768px){

	.spry-content-area h2 {
		font-size: 4.5rem;
	}
	
	.spry-title-column h1 {
	font-size: 4.5rem;
	}

}

.spry-bullet-section {
		background: #F8F8F8;
		padding: 80px 0;
	}
	
.spry-bullet-section {
	font-size: 1.5rem;
}


@media only screen and (max-width: 1200px) {
	.spry-bullet-section {
		font-size: 1.2rem;
	}
}

.spry-bullet-points li {
	padding: 0 0 30px 0;
	
	
}

.spry-emph-section {
	background: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}

.spry-summary {
	font-size: 25px;
}

p.spry-summary {
	margin-bottom: 42px;
}

.spry-call-us {
	font-size: 50px;
	font-weight: 900;
	text-align: center;
	padding-top: 25px;
}

.spry-email-us {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	
}

footer {
	background: #D8AE76;
    padding: 5px 0 65px;
}

.text-muted {
    color: #fff!important;
}