@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1620px;
  }
}

.btn-contact{
        border-radius: 50px;
        padding-left: 20px;
        padding-right: 20px;
        border: 3px solid #e57e17;
        background-color: #e57e17;
        color: white;
        font-weight: 600;
        font-size: 1.2rem;
    }
    .btn-contact:hover{
        color: #132c7f !important;
        background-color: #e57e17;
    }
    .btn-contact:active{
        color: #132c7f !important;
        background-color: #e57e17 !important;
        
    }
    .btn-contact:focus{
        color: #132c7f !important;
        background-color: #e57e17;
    }
    .sidebar_section{
        height: 100px;
    }
    h1, h4{
        font-family: Invention,sans-serif;
    }

    .text-blue{
        color: #132c7f;
    }
    .text-blue a:hover{
        color: #e57e17;
    }
    #top_menu_items{
        font-size: 1.2rem !important;
    }
    #top_menu_items .btn{
        font-size: 1.2rem;
    }
    #footer_terms{
        background-color: #303c93;
        color: white;
    }
    #footer_terms a{
        color: white;
        text-decoration: none;
    }
    #search_button{
        border: 1px solid #dee2e6;
        border-top-right-radius: 50px !important;
        border-bottom-right-radius: 50px !important;
    }
    #search_input{
        border-top-left-radius: 50px !important;
        border-bottom-left-radius: 50px !important;
    }
    #search_input:focus{
        border-color: #dee2e6;
        box-shadow: unset;
    }
    .dropdown-item:active{
        background-color: white;
    }
    .navbar-collapse{
        flex-grow: unset;
    }
    .navbar-nav .nav-link.show{
        color: #132c7f;
    }