*{box-sizing:border-box;font-size:16px}
body{background:#fff;padding:47px 0 98px 0;margin:0}

header{height:350px}
header img{width:100%;max-width:710px}

main .green_row{height:320px;background:#408572 url(../images/jiid_logo.png) 98% center no-repeat}
main img{padding:86px 0 160px 0}

footer{background:#408572;color:#fff}
footer .large{font-size:3em;padding:150px 0}
footer .large a{color:#fff;text-decoration:none;font-size:1em}
footer .logo{background: url(../images/footer_logo.png) right center no-repeat}

@media (max-width: 1399px) 
{  
	header{height:auto;padding-bottom:40px}
	
	main .green_row{height:150px;background-size:280px}
	
	footer .large{font-size:2.5em;padding:0}	
	footer .logo{background-size:259px}
}

@media (max-width:991px) 
{
	body{padding:10px}
	header{padding-bottom:10px;height:auto}
	header img{width:100%;max-width:400px}
	
	main .green_row{height:120px;background-size:200px}
	main img{width:100%;max-width:650px;padding:15px 0}
	
	footer .large{font-size:1.8em;padding:0}	
	footer .logo{background-size:187px}
}

@media (max-width:650px) 
{
	body{padding:0}
	header{padding:10px 0}
	header img{width:100%;max-width:200px}
	
	main .green_row{height:80px;background-size:140px}
	main img{width:100%;max-width:350px;padding:15px 0}
	
	footer .large{font-size:1em;padding:0}	
	footer .logo{background-size:104px}
}