#header{
    background-color: rgb(52, 73, 94);
    display: flex;
    color: rgb(255, 255, 255);
}

#header img{
    height: 80px;
    width: auto;
    cursor: pointer;
    padding: 0.5rem;
}

#header button{
    height: 100%;
    position: relative;
    border-color: rgb(52, 73, 94);
    background: rgb(52, 73, 94);
}

#header button:hover{
    background-color: #46637F;
}

#content{
    margin-top: 50px;
    min-height: 100vh;
}

#footer{
    margin-top: 50px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: rgb(52, 73, 94);
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 0.8%;
}

#footer img{
    width: auto;
    height: 50px;
}

#footer span{
    padding-left: 2%;
    font-size: 90%;
}

.section-header{
    font-size: 21px;
    color: rgb(84, 84, 84);
    padding-top: 2%;
    padding-bottom: 1%;
    font-family: Montserrat;
    font-weight: bold;
}

.btn-search{
    max-height: 2.5em;
    background-color: rgb(225, 225, 225);
    color: rgb(84, 84, 84);
    margin: 1.5px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

#advancedSearch{
    display: none;
}

.form-group .required:after{
    content:" *";
    color:red;
}