/*
Theme Name: Ahn & Associates
Author: Robert De La Cruz
Description: Ahn & Associates template.
Version: 1.0
*/
/* typography */
@font-face {
    font-family: 'HelveticaNeueThin';
    src: url('assets/fonts/HelveticaNeueThin.otf') format('opentype');
    font-weight: 100; 
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('assets/fonts/HelveticaNeueLight.otf') format('opentype');
    font-weight: 100; 
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueBlack';
    src: url('assets/fonts/HelveticaNeueBlack.otf') format('opentype');
    font-weight: 100; 
    font-style: normal;
}
body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    background-color: #1B3A6B;
}
header { 
    background-color: #1B3A6B;
    color: #ffffff;
}
header.homeheader {
    padding: 30px 40px;
}
header .header-title {
    font-family: 'HelveticaNeueBlack', sans-serif;
    font-size: 28px;
    letter-spacing: 3px;
}
header .header-subtitle {
    font-family: 'HelveticaNeueLight', sans-serif;
    font-size: 18px;
    text-transform:uppercase;
    letter-spacing: 1px;
}
footer { 
    background-color: #1B3A6B;
    color: #ffffff;
    padding: 30px;
    text-align:center;
}
main {
    background-color: #ffffff;
}

/* homepage section */
#home-page { 
    max-width: 1024px;
    margin: 0px auto;
    padding: 60px 0px;
    font-family: 'HelveticaNeueThin', sans-serif;
    font-size: 28px;
    line-height: 1.6;
    text-align: center;
}