@charset "utf-8";
/* CSS Document */

body {
font-size:.8em;



background: rgb(6,109,171); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(6,109,171,1) 0%, rgba(138,187,215,1) 75%, rgba(197,222,234,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(6,109,171,1)), color-stop(75%,rgba(138,187,215,1)), color-stop(100%,rgba(197,222,234,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(6,109,171,1) 0%,rgba(138,187,215,1) 75%,rgba(197,222,234,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(6,109,171,1) 0%,rgba(138,187,215,1) 75%,rgba(197,222,234,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(6,109,171,1) 0%,rgba(138,187,215,1) 75%,rgba(197,222,234,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(6,109,171,1) 0%,rgba(138,187,215,1) 75%,rgba(197,222,234,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066dab', endColorstr='#c5deea',GradientType=1 ); /* IE6-9 */







}
img {
	max-width:100%;
	height:auto;
}


@media screen and (min-width:500px) {
body {font-size:0.95em;}
}


@media screen and (min-width:550px) {
body {font-size:1em;}
}


@media screen and (min-width:660px) {
#footer {padding-bottom:0;}
}
