html {
    min-height: 100%;
}

body {
    background-color: #0c2340;
    background-repeat: repeat-x;
    color: white;
    height: 100%;    
    font: 400 15px/1.8 sans-serif;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #ae9142;
}

.btn-dark {
    background-color: #0c2340 !important;
}

.btn-light {
    background-color: #ae9142 !important;
    color: #0c2340;
}

.header {
    background: linear-gradient(#0c2340 0px, #0c2340 60px, rgba(27,78,140,1) 60px, rgba(39,113,204,1) 100%);
    margin-top: -60px;
}

.header div {
    background-image: url("../images/banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 60px auto 0 auto;
    height: 290px;
    width: 576px;
}

.actions, #event {
    background-color: #ae9142;
    color: #0c2340;
}

.actions .container {
    height: 120px;
}

.nav-item {
    margin-left: 15px;
}

#canons, #contact {
    background-color: #ae9142;
    color: #0c2340;
}

#canons h2, #contact h2 {
    color: #0c2340;
}

@media (min-width: 320px) {
    .header div {
        height: 161px;
        width: 320px;
    }
}

@media (min-width: 360px) {
    .header div {
        height: 181px;
        width: 360px;
    }
}

@media (min-width: 412px) {
    .header div {
        height: 207px;
        width: 412px;
    }
}

@media (min-width: 480px) {
    .header div {
        height: 241px;
        width: 480px;
    }
}

@media (min-width: 576px) {
    .header div {
        height: 290px;
        width: 576px;
    }

    .navbar-nav {
        font-size: xx-small;
    }
}

@media (min-width: 768px) {
    .header div {
        height: 387px;
        width: 768px;
    }

    .actions .container {
        height: 80px;
    }

    .navbar-nav {
        font-size: x-small;
    }
}

@media (min-width: 992px) {
    .header div {
        height: 500px;
        width: 992px;
    }

    .navbar-nav {
        font-size: small;
    }
}

@media (min-width: 1200px) {
    .header div {
        height: 500px;
        width: 992px;
        margin-top: -60px;
    }

    .navbar-nav {
        font-size: medium;
    }
}
