/* === NAV === */
.top-bar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
nav, #navmenu {
    -webkit-backface-visibility: hidden;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    border-top: 2px solid #008CBA;
    float: left;
    margin: 0 auto;
    min-width: inherit;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    z-index: 999;
}
#navmenu[data-magellan-expedition-clone]{
    display: none;
}
.navbar{
    padding-top: 1.8rem;
}
#navmenu .menu-title{
    background: transparent;
    font-family: 'Oswald',Arial,Helvetica,sans-serif;
    letter-spacing: 0.1rem;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}
#navmenu .boxname{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    width: 100%;
    text-align: center;
    display: inline-block;
}
.top-bar.expanded .title-area .name .menu-title{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
}
#navmenu .menu-title span{
    color: #008CBA;
}
.sub-nav {
    margin: 10px 0;
    padding: 0;
}
.sub-nav dt a, .sub-nav dd a, .sub-nav li a {
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}
.sub-nav dt a:hover, .sub-nav dd a:hover, .sub-nav li a:hover {
    color: #008CBA;
}
.sub-nav dt.active a, .sub-nav dd.active a, .sub-nav li.active a {
    background: none;
    border-radius: 0;
    color: #008CBA;
}
.sub-nav dt.active a:hover, .sub-nav dd.active a:hover, .sub-nav li.active a:hover{
    background: none;
}
/* === HEADER === */
.scrollable header {
    background: url("../images/header.jpg") no-repeat scroll 0 0 / cover transparent;
    height: 100%;
    min-height: 880px;
    padding: 0;
    position: relative;
}
/* overlay */
.overlay-image{
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    min-height: 1050px;
    min-width: 100%;
    width: 100%;
    height: 100%;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
}
.headerbox{
    padding-top: 10rem;
}
.title, .subtitle, .subtitletwo{
    color: #ffffff;
    text-align: center;
    width: auto;
}
.title span, .subtitle span{
    width: auto;
    padding: 2rem 0;
    margin: 0 auto;
}
.title{
    font: 700 120px/100px 'Oswald',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}
.subtitle{
    font: 100 70px/90px 'Lato',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}
.subtitletwo{
    font: 100 40px/50px 'Lato',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}
.excerpt{
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    color: #ffffff;
    padding: 2rem 0;
    margin: 0 auto;
    width: 70%;
    font-size: 14px;
}