/*
Bootstrap 3.1 overrides from http://bootply.com

This CSS code should follow the 'bootstrap.css'
in your HTML file.

license: MIT
author: bootply.com
*/


.header-img {
	background-image:url(../img/happy-family.jpg);
	background-size: cover;
	margin-top: 15px;
	padding: 20px 0 100px 0;
}

.contactform {
	background-color: #b4b75d;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px;
	margin: 20px 0;
	padding:15px 20px;
	
	 }
	 
.top-images img{ 
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px;
	 -moz-box-shadow:    1px 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  box-shadow:         1px 1px 1px 1px #ccc;
	}
	
.border { padding:10px 15px; border: 1px solid #DDD;  -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; background-color: #F5F5F5; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);}


.footer { background-color: #333333; padding: 20px 0 10px 0; color: #fff; text-align:center; margin-top: 20px; font-size:12px;}

.footer a { color: #fff; text-decoration: none;}

.header1 { font-size:36px; margin-top: 20px;
margin-bottom: 10px; font-family: "Oswald",sans-serif;
letter-spacing: 2px;
font-weight: 500;
line-height: 1.1;
color: inherit;}

.header-text1 {
	font-size:15px; 
 font-family: "Oswald",sans-serif;
letter-spacing: 1px;
text-align:center;
margin-top:20px;
color: #9b9e25;
}

.header-text2 {
	font-size:13px; 
 font-family: "Oswald",sans-serif;
letter-spacing: 1px;
text-align:center;
margin-bottom:20px;

}