hr.hr1 {
    border-top: 4px solid #81bd2a;
    border-style: outset;
}


#logo {
    float: left;
    display: block;
    margin-left: 4px;
    margin-top: 15px;
    width: 204px;
}

.lefthead {
    height: 215px;
    padding-top: 52px;
    padding-right: 18px;
    margin: 0;
    margin-top: 19px;
    text-align: center;
    font-size: 720%;
    font-family: Anton;
    float: right;
    color: #FEFEFE;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

h2 {
    text-align: center;
}

#filterIcon{
    
    border-top: 0px;
    
    
}

#fIcon {
    --fa-flip-duration: 0s;
}

#fIcon:hover {
    --fa-flip-duration: 10s;
}

.icons{
    background-color: #171F27;
    height: 50px;
    width: 50px;
    position: absolute;
    left: 400px;
    
    color: #FEFEFE;
    border-radius: 0px 15px 15px 0px;
    margin: 0;
    padding: 8px;
    border: 1px solid #FEFEFE;
    z-index: 3;
    
}

#menuIcon{
    top: 66px;
    
    
}

.open {
    border-left: 0px;
    

}

.icons.allClosed {
    border-left: 0px;
}

.menu.allClosed {
    border-right: 0px;
}

.icons.bottom {
    z-index: 1;
}

ul {
    list-style: none;
    
    padding: 0;
}

::-webkit-scrollbar {
width: 8px;
}

::-webkit-scrollbar-track {
background: #171F27; 
}
    
::-webkit-scrollbar-thumb {
background: #555658; 
}

#menu input {
    display: none;
}

.container{
    color: #555658;
    cursor: pointer;
    
    
    
    
    
    
}

.container span {
    
    font-size: 115%;
    font-family: 'Roboto', sans-serif;
    
    

}

input:checked + span {color: #FEFEFE;}

.container i {margin-left: 8px;}

li {
    padding: 8px 0;
    
    
    text-align: right;
    
}



.column1 {
    margin-right: 205px;
    padding: 0 15px 0 0;
    width: auto;
    
    

    
}

.column2 {
    float: right;
    padding:0 15px 0 0;
    width: 190px;
    
    
}

.longFilter {
    position: relative;
    left: 8px;
}
