﻿	.moved-main-box { width:1170px; margin:0 auto; text-align:center;}
	h1 { font-size:28px; font-weight:bold; color:#000; margin-top: 26px;}
	body {
    background: #fff !important;
    font-family: 'Gill Sans W01',Calibri,sans-serif !important;
}
.button { margin:50px 0;}
.button a { color:#fff; background:#60703e; padding:15px 60px; font-size:30px; text-transform:uppercase; text-decoration:none;}
.button a:hover { background:#90ac30;}
.logo { width:300px; margin:0 auto;}
.logo img { width:100%; margin:30px 0 40px 0;}
.moved-graphic { text-align:center; width:300px; margin:0 auto;}
.moved-graphic img {width:100%; }

@media all and (min-width: 200px) and (max-width:1000px) {
	.moved-main-box { width:80%; margin:0 auto; overflow:hidden;}
	.moved-graphic { width:70%; text-align:center; margin:0 auto;}
	.moved-graphic img { width:100%;}
	.logo img { width:80%; margin:50px 0;}
	.button a {    padding: 10px 40px;
    font-size: 18px;}
	h1 { font-size:28px;}
	}