﻿html, body {
    font-family: 'Oswald', sans-serif;
}
.container {
    max-width: 87.5rem !important;
}
.nav-link {
    font-weight: 300;
    text-transform: uppercase;
    padding: .6em .37em;
    color: #0073b5;
    display: inline-block;
    font-size:1.3em
}
.dropdown-toggle::after{
    display:none;
}
.hero-title {
    color: #fff;
    font-size: 3rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.32);
    padding-top: 3rem;
    font-weight: 300;
    text-transform: uppercase;
}
.hero-title span {
    display: block;
    font-weight: 900;
}

.btn-home-hero {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Lato",Helvetica,Roboto,Arial,sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem;
    font-size: 1rem;
    background-color: #ffaf01;
    border-color: #f3a700;
    color: #fff;
    transition: background-color 300ms ease-out;
    text-transform: uppercase
}

    .btn-home-hero:hover, .btn-home-hero:focus {
        background-color: #f3a700;
        color: #fff
    }
.cbp-hrmenu ul {
    display: block
}