@import url(https://fonts.googleapis.com/css?family=Lato);

html{
    min-height:100%;/* make sure it is at least as tall as the viewport */
    position:relative;
}
body{
    height:100%; /* force the BODY element to match the height of the HTML element */
	font-family:Gill Sans MT,Gill Sans,Lato,Calibri,sans-serif;
	background-color: #ffffff;
}

@media (min-width: 1200px) {
	.logo { width:30%; }
}
@media (max-width: 1200px) {
	.logo { width:50%; }
}
@media (max-width:600px) {
	.logo { width:100%; }
}

.foot { color:#0000ff; font-size:16pt; text-align:center ! important; font-family:MV Boli; writing-mode:lr-tb; font-style:normal; font-weight:normal; }
.P4 { color:#000000; font-size:16pt; text-align:center ! important; font-family:Kalinga; writing-mode:lr-tb; font-style:normal; font-weight:normal; }