html, button, input, select, textarea, .pure-g [class *= "pure-u"], .pure-g-r [class *= "pure-u"]{
    font-family: 'Open Sans', sans-serif;
}
html{
    background: #0a1628;
    overflow-y: scroll;
}
body{
    display: flex;
    flex-direction: column;
    max-width: 1160px;
    margin: 0 auto;
}
header > .home-menu{
    background: #001f3f !important;
    height: 54px;
    display: flex;
    border-bottom: 2px solid #d4af37;
}
header > .home-menu > a.pure-menu-heading, header > .home-menu > ul, header > .home-menu > ul > li{
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: normal !important;
}
header > .home-menu > a.pure-menu-heading{
    color: #d4af37;
    font-size: 1.5em;
}
header > .home-menu > ul > li > a{
    color: #a0c4e8;
}
header > .home-menu > ul > li > a:hover, header > .home-menu > ul > li > a:focus{
    background: #4169e1 !important;
    border-radius: 4px;
}
header > .home-menu > ul > li > a:hover, header > .home-menu > ul > li.pure-menu-selected > a{
    color: #d4af37;
}
main{
    background-color: #0d1f38;
    position: relative;
    color: #e0e0e0;
}
main h1, main h2, main h3{
    color: #d4af37;
}
main a{
    color: #4169e1;
}
main a:hover{
    color: #d4af37;
}
footer{
    text-align: center;
    color: #a0c4e8;
    text-decoration: none;
    font-size: 0.8em;
    padding: 15px;
    line-height: 24px;
    background: #001f3f;
    border-top: 2px solid #d4af37;
}
footer a{
    color: #d4af37;
    text-decoration: none;
}
footer iframe{
    vertical-align: middle;
}
.btn, button{
    background: #4169e1;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}
.btn:hover, button:hover{
    background: #d4af37;
    color: #000;
}
input, select{
    background: #0a1628;
    border: 1px solid #4169e1;
    color: #e0e0e0;
    padding: 10px;
    border-radius: 4px;
}
input:focus, select:focus{
    border-color: #d4af37;
    outline: none;
}
