@CHARSET "UTF-8";
@import "bootstrap.min.css";
@import "../fonts/interstate.css";

html, body {
    font-family: 'Interstate', Arial,sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #3e3e3e;
    height: 100%;
    margin: 0;
    padding: 0;
}

h1{
    font-weight: bold;
    font-size: 32px;
    line-height: 42px;
    color: #3e3e3e;
    text-transform: uppercase;
}
.btn{
    font-size: 18px;
    text-align: center;
}

#header-bg{background-color: #aed3eb;}
#logo-holder{margin-bottom:50px;}
#header-holder{margin-top:-30px;}
@media (min-width: 576px) {
    #logo-holder{margin-bottom:60px;}
    #header-holder{margin-top:-40px;}
}
@media (min-width: 768px) {
    #logo-holder{margin-bottom:70px;}
    #header-holder{margin-top:-50px;}
}
@media (min-width: 992px) {
    #logo-holder{margin-bottom:85px;}
    #header-holder{margin-top:-65px;}
}
@media (min-width: 1200px) {
    #logo-holder{margin-bottom:100px;}
    #header-holder{margin-top:-80px;}
    #size_fix {
        padding-right: 0;
        margin-right: -4rem;
    }
}
@media (min-width: 1400px) {
    #logo-holder{margin-bottom:120px;}
    #header-holder{margin-top:-100px;}
    #size_fix {
        margin-right: 0;
    }
}

.footer .container-fluid{background-color: #0085c6;}

.form-control, .form-select, .btn{
    border-radius: 0 !important;
}
.form-control, .form-select{
    border:2px solid #aed3eb;
    color: #3e3e3e !important;
}
.form-control:disabled {background-color: #eee;}

.navbar-toggler{
    border: none;
}
.navbar-toggler-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 112, 186, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.nav-link{
    font-size: 18px;
    color:#1a3a67 !important;
    text-transform: uppercase;
    margin: 0;
}
.nav-link.active{
    color:#1a3a67 !important;
    font-weight: bold;
}

.nav-link.nav-link-footer{
    font-size: 14px;
    line-height: 22px;
    color:#fff !important;
}