html,
body {
    font-family: 'Open Sans', sans-serif;
}
.alert {
    padding: 13px 0;
}
.alert h4 {
    font-size: 16px;
    text-align: center;
    margin: 0px;
}
.btn-menu {
    display: block;
    margin: 0 auto;
}
.dropdown {
    float: right;
}
.dropdown-menu {
    background: #e85f2d;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.29);
}

.mobile-show {
    display: none;
}
@media only screen and (max-width: 540px) {
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: block;
    }
}

header {
    width: 100%;
    height: 80px;
    background: #e85f2d;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.29);
}
header .pre-header {
    height: 30px;
    font-size: 13px;
    color: #ffffff;
    background: #d84611;
}
header .pre-header a {
    color: #ffffff;
}
header .nav {
    margin-top: 9px;
}
header .nav-link,
header .dropdown-item:active,
header .dropdown-item:hover,
header .dropdown-item {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 0.32px;
    padding: 10px 5px;
    margin: 0 17px;
}
header .nav-link:last-child {
    margin-right: 0px;
}
header .nav-link.active {
    border-bottom: 2px solid #ffffff;
}

footer {
    width: 100%;
    height: 315px;
    background: url('../img/footer-bg.png') repeat;
}
footer img {
    margin-top: 50px;
    margin-bottom: 20px;
}
footer p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 0.4px;
    margin: 3px 0px;
}

@media only screen and (max-width: 540px) {
    footer {
        text-align: center;
    }
}
