.top-40pct {
	top: 40%;
}
.top-45pct {
	top: 45%;
}
.right-10pct {
	right: 10%;
}
.ml-5em {
    margin-left: 5em;
}

.header-logo h1{
    font-size: 1.2em;
    line-height: 1.3em;
    font-weight: 800;
    margin: 0;
    padding: 0;
}
@media (max-width: 575px) {
    
}

@media (max-width: 767px) {
    .header-logo {
        display:flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .header-logo img {
        width: 80px;
    }
}

@media (max-width: 890px){
    .parallax-disabled .parallax-background {
        background-position: 75% 50% !important;
    }
}
@media (min-width: 992px){
    .header-logo {
        width: 100px;
    }
    .header-logo h1{
        font-size: 1.8em;
        line-height: 1.9em;
        font-weight: 800;
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }
}