.nav-fixed-top{
    background: #fff;
    transition-duration: 0.4s;
    border-bottom: none;
    z-index: 2030;
    top: 0;
    position: fixed;
    right: 0;
    left: 0;
}
.navbar-brand{
    transition-duration: 0.4s;
    line-height: 115px;
    padding-bottom: 0px;
    height: inherit;
    display: inline-block;
}
#af-logo{
    transition-duration: 0.4s;
    cursor:pointer;
    width: calc(6vw + 6vh - 1vmin);
    max-width: 100%;
    height: auto;
}
#af-logo:hover {
    filter: invert(53%) sepia(63%) saturate(438%) hue-rotate(32deg) brightness(90%) contrast(92%);
}
.nav-menu{
    padding-bottom: 0px;
    height: 100px;
    display: inline-block;
}
.nav-menu-item{
    height:inherit;
}
.nav-menu-link{
    transition-duration: 0.4s;
    vertical-align: bottom;
    display: inline-block!important;
    padding-bottom: 0px;
    height: inherit;
    top: 15%;
}
.nav-menu-link:hover{
    background-color:none!important;
}
.navbar-default .nav > li > a:focus{
    background-color:transparent!important;
}
.nav-menu-link-text{
    color: #000;
    font-family: 'EB Garamond', serif;
    font-size:15pt;
    font-weight: 100;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.nav-menu-link-text:hover{
    color:#7e952a!important;
}
.nav-menu-link:hover{
    background:none!important;
}
.navbar-scroll{
    height:70px!important;
    background: #fff!important;
}
.navbar-brand-scroll, .nav-menu-scroll{
    line-height: 30px;
}
.af-logo-scroll{
    width: 55%!important;
}
.nav-menu-link-scroll{
    line-height: 45px!important;
}
.nav-menu-link-text-scroll{
    color:#000!important;
}
.navbar-header{
    width:100px;
}
@media (min-width: 100px){
    .navbar-nav>li {
        float: left;
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px;
    }
    .navbar>.container .navbar-brand{
        margin-left: -15px;
    }
}

@media (max-width: 767px){
    .nav-menu-scroll{
        margin-top:0px;
    }
}

@media (min-width: 508px) and (max-width: 767px){
    .nav-fixed-top{
        padding: 0 40px;
    }
}

@media (max-width: 507px){
    .nav-fixed-top{
        padding: 0 10px;
    }
}
@media (min-width: 850px){
    #blog_feature_header{
        font-size: 24pt!important;
    }
    #blog_feature_abstract{
        font-size: 16pt!important;
    }
    #blog_feature_description{
        font-size: 14pt!important;
    }
    #blog_author{
        font-size: 12pt!important;
    }
    .blog_header{
        font-size: 18pt!important;
    }
    .blog_abstract{
        font-size: 14pt!important;
    }
    #footer{
        font-size: 11pt!important;
    }
}
#footer{
    font-family: 'EB Garamond', serif;
    font-size: calc(1vw + 1vh + 1px);
    font-size: -webkit-calc(1vw + 1vh + 1px);
    /*margin-top:50px;*/
    text-align: center;

}
#table-footer{
    margin:auto;
}
#footer_logo{
    width: calc(10vw + 10vh - 1vmin);
    max-width:200px;
}
a {
    color:black;
}