﻿@font-face {
    font-family: 'BrownPro';
    src: url("../fonts/subset-BrownPro-Bold.eot");
    src: url("../fonts/subset-BrownPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-BrownPro-Bold.woff2") format("woff2"), url("../fonts/subset-BrownPro-Bold.woff") format("woff"), url("../fonts/subset-BrownPro-Bold.ttf") format("truetype"), url("../fonts/subset-BrownPro-Bold.svg#BrownPro-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'BrownPro';
    src: url("../fonts/subset-BrownPro-Regular.eot");
    src: url("../fonts/subset-BrownPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-BrownPro-Regular.woff2") format("woff2"), url("../fonts/subset-BrownPro-Regular.woff") format("woff"), url("../fonts/subset-BrownPro-Regular.ttf") format("truetype"), url("../fonts/subset-BrownPro-Regular.svg#BrownPro-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrownPro';
    src: url("../fonts/subset-BrownPro-Light.eot");
    src: url("../fonts/subset-BrownPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-BrownPro-Light.woff2") format("woff2"), url("../fonts/subset-BrownPro-Light.woff") format("woff"), url("../fonts/subset-BrownPro-Light.ttf") format("truetype"), url("../fonts/subset-BrownPro-Light.svg#BrownPro-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'BrownPro-Regular';
    src: url("../fonts/subset-BrownPro-Bold.eot");
    src: url("../fonts/subset-BrownPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-BrownPro-Bold.woff2") format("woff2"), url("../fonts/subset-BrownPro-Bold.woff") format("woff"), url("../fonts/subset-BrownPro-Bold.ttf") format("truetype"), url("../fonts/subset-BrownPro-Bold.svg#BrownPro-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'BrownPro-Regular';
    src: url("../fonts/subset-BrownPro-Regular.eot");
    src: url("../fonts/subset-BrownPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-BrownPro-Regular.woff2") format("woff2"), url("../fonts/subset-BrownPro-Regular.woff") format("woff"), url("../fonts/subset-BrownPro-Regular.ttf") format("truetype"), url("../fonts/subset-BrownPro-Regular.svg#BrownPro-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrownPro-Regular';
    src: url("../fonts/subset-BrownPro-Light.eot");
    src: url("../fonts/subset-BrownPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-BrownPro-Light.woff2") format("woff2"), url("../fonts/subset-BrownPro-Light.woff") format("woff"), url("../fonts/subset-BrownPro-Light.ttf") format("truetype"), url("../fonts/subset-BrownPro-Light.svg#BrownPro-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

* {
    margin: 0;
}


html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
}


body {
    background: #fff;
    font-size: 1rem;
    font-family: 'BrownPro',sans-serif;
    font-weight: 300;
}

a {
    color: #009ee1;
    text-decoration: underline;
}

    a:focus, a:hover {
        color: #f756ad;
        text-decoration: none;
    }

    a:active, a:hover {
        outline-width: 0;
    }


strong {
    font-weight: 700;
}

p {
    text-align: left;
    margin: 10px 0;
    font-weight: 300;
    color: #363636;
    width: 100%;
    float: left;
}

    p a {
        color: #009ee1;
    }


h1, h2, h3, h4, h5, h6 {
    margin: 1.5em 0 .15em 0;
    line-height: 1.3em;
    font-family: 'BrownPro',sans-serif;
    font-weight: normal;
}

h1 {
    line-height: 1.3em;
    font-family: 'BrownPro',sans-serif;
    font-weight: normal;
    color: #000;
    font-size: 2.25rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border-bottom: 0px solid #aaa;
    text-align: center;
}

h2 {
    font-size: 45px;
    font-weight: 100;
    color: #363636;
    margin: 20px 0;
}

h3 {
    font-size: 22px;
    font-weight: 100;
    font-family: 'BrownPro';
    color: #363636;
}

h4, h5, h6 {
    font-weight: bold;
    font-family: 'BrownPro';
    text-align: center;
    font-size: 1.3rem;
    display: block;
    margin-top: 50px;
    margin-bottom: 20px;
}


