﻿body, html {
    margin: 0px;
    padding: 20px;
    padding-top: 30px;
    border: 0;
    position: relative;
    background-color: #1C75BC;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: white;
    text-align: center;
}
h1 
{
    font-size:32px;
	font-weight: 300;
}
h2 
{
    font-size:24px;
	font-weight: 300;
}
@media (max-width: 1024px) 
{
    body, html {
	    padding:0px;
        padding-top:0px;
    }
    h1 
    {
        font-size:26px;
    }
    h2 
    {
        font-size:20px;
    } 
}