@import url("//hello.myfonts.net/count/2bf0ea");
@font-face {font-family: 'BasicCommercialLTCom-Lt';src: url('webfonts/2BF0EA_0_0.eot');src: url('webfonts/2BF0EA_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2BF0EA_0_0.woff') format('woff'),url('webfonts/2BF0EA_0_0.ttf') format('truetype');}

/* Basic stuff */

body {
  background: #fff;
	margin: 0;
	padding: 0;
}

* { margin: 0; padding: 0; }
div.clear { clear: both; }
p { margin: 0 0 15px 0; }
img, a img { border: 0; }

a {
  text-decoration: underline;
	color: inherit;
}

a:hover {
  text-decoration: none;
	color: inherit;
}


/* Other */

h1 {
	width: 180px;
	height: 40px;
	display: block;
	margin: 100px auto 65px auto;
	text-indent: -9999px;
	background: url('images/logo.svg') no-repeat;
}

p {
	font: 20px/24px 'BasicCommercialLTCom-Lt', Helvetica, Arial, Sans-serif;
	color: #74737f;
	width: 585px;
	margin: 0 auto 50px auto;
	padding: 0 25px;
	text-align: center;
}

#contact {
	margin: 0 auto 100px auto;
	font-size: 15px;
	line-height: 18px;
}


#bottom {
	width: 100%;
	height: 550px;
	background: url('images/ranta.jpg') no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;;
}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

	* {
		width: 100% !important;
	}
	
	h1 {
		width: 180px !important;
		margin: 55px auto 45px auto;
	}
	
	p {
		padding: 0 25px;
		width: 270px !important;
		margin: 0 auto 30px auto;
		font-size: 20px;
		line-height: 22px;
	}
	
	#contact {
		font: 16px/20px 'BasicCommercialLTCom-Lt', Helvetica, Arial, Sans-serif !important;
		margin: 0 auto 55px auto;
	}
	
	#bottom {
		height: 300px !important;
	}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape) {

	* {
		width: 100% !important;
	}
	
	h1 {
		width: 180px !important;
	}
	
	p {
		width: 440px !important;
	}
	
	#contact {
		font: 10px/12px 'BasicCommercialLTCom-Lt', Helvetica, Arial, Sans-serif !important;
		margin: 0 auto 55px auto;
	}

}