﻿/* BODY */
html, body {
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* HEADER */
nav {
    text-transform: uppercase;
    font-size: 0.9em;
    font-family: 'Century Gothic'
}

nav a {
    color: #797979;
    padding: 0;
}

nav li {
    text-align: center;
    padding: 0 10px;
}

nav a:not(:last-of-type) {
    border-right: solid 1px #797979;
}

.nav-item:not(:last-of-type) {
    border-right: solid 1px #797979;
}

#page-header-navigation {
    padding: 10px 10vw;
    border-bottom: solid 1px #cfcfcf;
    margin-bottom: 30px;
}

.bp-logo-size {
    max-width: 300px;
}

/* CONTENT */
.container-fluid {
    padding: 0;
    overflow-x: hidden;
}

.container-fluid a {
    color: #000;
}

main {
    min-height: calc(100vh - 290px);
}

/* FOOTER */
.footer {
    padding: 20px;
    font-family: 'Century Gothic';
    font-size: 0.8em;
}

.footer a {
    color: #fff;
}

#page-footer-logo {
    text-align: center;
    padding-bottom: 30px;
}

#page-footer-logo img {
    max-width: 200px;
    min-width: 100px;
}

#page-footer-links {
    text-align: center;
    text-transform: uppercase;
}

#page-footer-links a {
    padding: 0 10px;
}

#page-footer-links a:not(:last-of-type) {
    border-right: solid 1px #fff;
}

.footer-bottom {
    background-color: #3d4243;
    font-family: 'Century Gothic';
}

.footer-copyright {
    color: #fff;
    text-align: right;
    margin-right: 50px;
    padding: 10px;
    font-size: 0.8em;
}

.btn, input {
    border-radius: 0 !important;
}

@media only screen and (max-width: 1080px) {
    .nav-item {
        border-right: none !important;
        padding: 10px;
        text-align: right;
    }
}