html { overflow:  hidden; }
    body {
    margin:0px;
    background-image: url('bg2.jpg');
    background-repeat: no-repeat;
    }
    .image-text {
    font-family: Gill Sans, sans-serif;    
	width: 800px;
	height: 80px;
	line-height: 40px;
	position: absolute;
	font-size: 2vw;
	font-weight: 400;
	top: 120px;
	left: 50%;
	right: 50%;
	color:#fff;
	text-align:center;
	margin-left:-400px;
	text-shadow: 0 0 1px #fff,
	-1px -1px 0 hsl(30, 83%, 23%);
    }
    .image-text2 {
    font-family: Gill Sans, sans-serif;   
	width: 600px;
	height: 80px;
	position: absolute;
	font-size:1vw;
	font-weight: 400;
	top: 220px;
	left: 50%;
	right: 50%;
	color:#fff;
	text-align:center;
	margin-left:-300px;
    text-shadow: 0 0 1px #fff,
	-1px -1px 0 hsl(30, 83%, 23%);
    }
    a{
    color:#56b42d;
    }
    a:hover{
    color:#56b42d;
    }
@media (max-width: 600px){
    body {
    background-image: url('bg2_mob_cr.jpg');
    background-repeat: no-repeat;
    overflow: hidden;
    }
    .image-text {
	font-size: 6vw;
	width:300px;
	height:80px;
	margin-left:-150px;
    }
    .image-text2 {
	font-size: 5vw;
	width:300px;
	height:20px;
	margin-left:-150px;
	line-height:30px;
    }
}