/*!
 * Start Bootstrap - Business Frontpage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	font-family: 'Merriweather', serif;
}

h1, h2, h3, h4, #mc_embed_signup {
	font-family: 'Alice', serif;
	color: #7ea5a4;
	padding-left: 10px;
	padding-right: 10px;
}

h1{
	font-style: bold;
}

h3.center{
	text-align: center;
}

a {
	color: #7ea5a4;
}

p{
	padding-left: 10px;
	padding-right: 10px;
}

p.testimonial{
	text-align:center;
	padding: 15px;
}

font.testimonial{
	color: #ee5f64; 
}

p.faq{
	color: #7ea5a4; 
}

p.tag{
	color: #ee5f64;
	padding-left: 10px;
}

p.tagfooter{
	color: #ee5f64;
	padding-left: 10px;
	text-align:center;
	font-family: 'Alice', serif;
    font-size:16px;
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */
@media only screen and (min-width : 320px) and (max-width : 480px) {
	.business-header {	
		height: 200px;
	    background: url('../images/header.png') center center no-repeat scroll;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    background-size: cover;
	    -o-background-size: cover;
	}
}

@media only screen and (min-device-width : 768px){
	.business-header {	
		height: 350px;
	    background: url('../images/header.png') center center no-repeat scroll;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    background-size: cover;
	    -o-background-size: cover;
	}
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
    font-family: 'Alice', serif;
    color: #7ea5a4;
    font-size:16px;
    text-align:center;
}