header{
    z-index:3;
}
nav{
    top:26px;
    position:fixed;
    width:100%;
    margin:auto;
    max-height:90px;
    z-index:3;
}
.nav-container{
    text-align:justify;
    margin:0;
}
.nav-container div:not(.dropdown-content){
    display:inline-block;
    vertical-align: middle;
}
.nav-container:after{
    content: '';
    width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
    display: inline-block;
}
@media(min-width:1500px){
    .imgc img{
        width: 339px;
        height: 297px;
    }
}

.slider{
    padding-top:50px;
}