@charset "utf-8";

html,body{height:100%;width:100%;}

body {
    background-color: #ffffff;
    background-size: auto 100%;
    background-position: center 0px;
    background-repeat: no-repeat;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
    color: #456E60;
}
p {
	margin: 3px 0px;
}
h2 {
	margin: 3px 0px;
	font-size: 100%;
}
.page {
	width:100%;	
	margin: 0;
	height:100%;
}

a:link, a:visited {text-decoration: none; color:#456E60;transition: all 0.2s ease-out 0s;}
a:hover {text-decoration: underline; color:#456E60;}  
a:active {color: #456E60;}  

.contenttext{
	text-align: center;
	height: 85%;
	width:100%;	

}
.footerdiv {
	text-align: center;
	height: 15%;
	width:100%;
	}

.contentimg {
	width:400px;
	height: auto;
}

/********MEDIA QUERIES************/
@media only screen and (min-width: 1800px) {
.contentimg {
	width:400px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1799px) {
	body {
    font-size: 15px;
}
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
body {
    font-size: 15px;
}
}
@media (min-width: 768px) and (max-width: 959px) {
body {
    font-size: 15px;
}
.contentimg {
	width:330px;

}
}
@media (max-width: 767px) {
body {
    font-size: 13px;
}
.contentimg {
	width:270px;

}
}


/********height customs************/
/*@media (max-height: 641px) and (orientation: landscape) {
body {
    font-size: 9px;
}
.contentimg {
	width: 200px;
}
}
@media (min-height: 642px) {
body {
    font-size: 15px;
    background-size: auto 100%;
}
.contentimg {
	width: 400px;
}
}
*/



