body {
  margin: 0;
  background-color:#fdfdfd;
}

.logo
{
	padding:21px 155px;
}

.banner{
	background:url(img/1.jpg) center;
	height:798px;
	width:100%;
}
.contact {
    top:310px;
	text-transform:uppercase;
	margin:25px 155px;
}

.contact b{
	font-family:Cambria;
}
	

.contact span
{
	display:block;
	font-family:Cambria;
	line-height:25px;
}

.img
{
float:right;
}

/*--responsive design--*/
@media (max-width:1024px){	

.banner {
	min-height: 750px;
}
}
/*-- responsive-mediaquries --*/
@media(max-width:768px){

.banner {
	min-height: 370px;
}
}
/*-- responsive-mediaquries --*/
@media(max-width:640px){

.banner {
	min-height: 300px;
}
}
/*-- responsive-mediaquries --*/
@media(max-width:480px){

.banner {
	min-height: 265px;
}

}
/*-- responsive-mediaquries --*/
@media(max-width:320px){

.banner {
	min-height: 170px;
}
}