.top-header-container{
    /* create lower border between top-head-container and next company logo container */
    border-bottom: 20px solid white;
}

.top-header-nav{
    /* left orientation */
    float:right;
}

.top-header-item {
    /* space between elements */

}

#language-globe{
    /* changing globe colour to green ADC dark #2c6c21 */
    color:#2c6c21;
}

#language-globe:hover{
    /* changing globe colour to green ADC dark #2c6c21 */
    opacity:0.7;
}

.language-dropdown-menu {
    /* adjust border color of the dropdown list to ADC dark #2c6c21 */
    border: 3px solid #2c6c21;
    /* adjust the background color of the dropdown list to ADC color light #acc5a8 */
    background-color: #acc5a8;
    /* adjust the width of the dropdown list */
    width: 100px;
    }

.language-dropdown-item:active{
    /* adjust the background color of the active link of the dropdown list to ADC dark #2c6c21 */
    background-color:#2c6c21;
    /* adjust the text color of the dropdown list to white */
    color:white;
}

.language-dropdown-item:hover{
    /* adjust the text color of the dropdown list to white when hover */
    color:white;
    /* adjust the background color of the active link of the dropdown list to ADC dark #2c6c21 when hover */
    background-color:#2c6c21;
}

#searchbar-container{
   border:1px solid #acc5a8;
    margin-left:5px;
    height:25px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    padding-left: 3px;
}

#search-form{
    border:none;
    padding-left:10px;
}

#search-form:focus{
    outline:none;
}

.fas{
    color:#2c6c21;
    padding:4px 0px;
}

#login-button{
    height:25px;
    background-color:#2c6c21;
    color:white;
    border:none ;
}



#login-button:hover{
    opacity:0.7;
}
.header-logo{
     border-top:20px solid white;
 }