/*

font-family: 'Open Sans', sans-serif;
font-family: 'Teko', sans-serif;
font-family: 'Oswald', sans-serif;

*/

body {    
    font-family: 'Open Sans', sans-serif;
    /* letter-spacing: .5px; */
    font-size: 16px;
    line-height: 25px;
    /*font-weight: normal;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

h1, h2, h3 {
    margin-bottom: 32px;
    /* letter-spacing: 2px; */
}

h4, h5, h6 {
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

p {
    margin-bottom: 30px;
}

#navbarResponsive a {
    text-transform: uppercase;
    /*font-weight: 300;*/
}

a, a:hover, a:active, a:focus {
    text-decoration: none;
}


b, strong {
    font-weight: 600;
}