

@import url(https://fonts.googleapis.com/css?family=Oleo+Script);


@import url(https://fonts.googleapis.com/css?family=Alegreya);



body{
	font-family: "Alegreya";
	margin:0 auto;
	padding:0;
	font-size: 16px;
}
.main{
	width:70%;
	padding:0 5%;
	margin:0 auto;
}

img{
	max-width:100%;
}

#header{
	width:100%;
	background:#d02c30;
	overflow: hidden;
}
#header a{
	color:#fff;
	text-decoration:none;
	font-size:20px;
}

.right-side > img {
    margin-bottom: -13px;
    margin-top: 13px;
}
.right-side{
	float: right;
}
.left-side{
	float: left;
}



#poster{
	width:100%;
	background: url(homepage-big.jpg);
	background-size:100% 100%;
	text-align:right;
	padding:5% 0 25% 0;
}
#poster img{
	margin-right:100px;
}
#poster-small img{
	margin-top:-100px;
}
#poster-small{
	width:100%;
	background-size:100% 100%;
	text-align:center;
	padding:0% 0 20% 0;
	margin-top:100px;
}
.about-poster{
	background: url(about-big.jpg);
}
.contact-poster{
	background: url(contact-big.jpg);
}
h2 > img{
	max-width:100%;
	margin:0 auto;
	text-align: center;
	display:block;
}
#body-content .main{
	position: relative;
	padding-top:50px;
	padding-bottom:50px;
	margin-top:-35px;
	color:#fff;
}
.home-body .main{
	background:#f7931e;
}
.about-body .main{
	background:#009245;
}
.contact-body .main{
	background:#c1272d;
}
.tranparent-img{
	position:absolute;
	height:100%;
	width:30px;
	left:0;
	top:0;
	margin-left:-30px;
}
form{
	
}
form span{
	font-size:40px;
}
.single-part{
	width: 44%;
	padding-left:1%;
	margin:2%;
	float: left;
	background:#009245;
	overflow: hidden;
}

input, textarea {
    background: #009245 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: right;
    font-size: 15px;
    font-weight: bold;
    height: 20px;
    padding: 20px 0;
    text-align: center;
    width: 90%;
}
input:placeholder{
	color:#fff;
}
button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  cursor: pointer;
  text-align: center;
  width: 100%;
}