body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-color: #2696A1;
    color: #ffffff;
}


.container-fluid {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-family: 'Dosis', sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 25px;
    margin-bottom: 18px;
}

.col-form-label {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
}
.form-control {
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

*:focus {
    outline: 0 !important;
}

a, a:active, a:visited, a:hover {
    color: #FFFFFF;
}

#top {
    background-color: rgba(255,255,255, 0.9);
}
#top a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #2696A1;
    font-size: 12px;
    font-weight: bold;
}

#top img {
    width: 100%;
}

.btn-primary {
    border: 1px solid #ffffff;
    color: #ffffff;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0;
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.btn-primary:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0;
    padding-left: 50px !important;
    padding-right: 50px !important;
}

button.close {
    font-size: 16px;
}

@media (min-width: 576px) {
    #top a {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    #top a {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    #top a {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    #top a {
        font-size: 16px;
    }
}
