@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{font-family: 'open_sansregular', sans-serif;font-size: 1.1rem;font-weight: 200;color: #111111;line-height: 1.8;text-decoration: none;}
h1{font-family: 'open_sansregular', sans-serif;font-size: 3rem;font-weight: 500;color: #313388;line-height: 1;text-decoration: none;text-transform: uppercase;}
h2{font-family: 'open_sansregular', sans-serif;font-size: 2rem;font-weight: 300;color: #333333;text-decoration: none;line-height: 1.5;}
h3{font-family: 'open_sansregular', sans-serif;font-size: 1.8rem;font-weight: 300;color: #313388;text-transform: uppercase;line-height: 2;}
h4{font-family: 'open_sansregular', sans-serif;font-size: 1.5rem;font-weight: 300;color: #D5D5D4;text-decoration: none;text-align: left;}
h5{font-family: 'open_sansregular', sans-serif;font-size: 1.5rem;font-weight: 500;color: #313388;text-decoration: none;}

