

@media screen and (max-width: 700px){
    #fa-bars-button{
		display: block;
	}
	.mobo-header{
		display: none !important;
    }
    #fa-bars-button{
        display: block
    }
    /* #mobile_menu_container{
        display: block;
    } */
}
@media screen and (min-width: 750px){
	#fa-bars-button{
		display: none;
	}
	.mobo-header{
        display: block !important;
        float: right !important;
        margin-top:13px;
	}
}
a:hover{
    color: #a2a2a2;
}

.header, a{
    color:#191970 !important;
    font-family: Georgia, serif;
    font-weight: 500;
}
.header, a:hover{
    text-decoration: underline;
}
ul, li{
    display: inline-block;
    padding: 10px;
}
.header_menu{
    margin-top:50%;
}
@media screen and (min-width: 750px){
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1;
    }
}
.logo{
    width: 60px;
    height: 60px;
    margin-left: 60%;
}
.navbar{
    text-align:center;
    padding:0px;
}
.navbar, a{
    padding:0px !important;
}
.nav-link{
    text-decoration: none;
}
.navbar-toggler{
    float:right;
    margin-top: 30px;
}
@media screen and (max-width: 700px){
    .mobo-menu{
        display: block !important;
    }
}

a:link{
    text-decoration: none !important;
}

a:visited{
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}

a:active {
    text-decoration: underline !important;
}