﻿.afo-header {
    height: 100vh;
    background-size: cover;
    background-position: center;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 900;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
    .afo-header {
        flex-direction: row;

    }
}
@media screen and (min-width: 1200px) and (max-width: 12000px) {
    .afo-header {
        flex-direction: column;

    }
}



.upper-right-corner {
    position: fixed!important;
    top: 0px!important;
    right: 0px!important;
    z-index: 5!important;
}

.upper-left-corner {
    position: fixed!important;
    top: 0px!important;
    left: 0px!important;
    z-index: 5!important;


}
.allra-brand-left {
    display: inline-block;
    padding: 0 0 0 0;
    cursor: pointer;
    text-shadow: none !important;
    z-index: 900;
}
.allra-brand-left img {
    /*margin-top: -20px;*/

}
.videoWrapperAfo {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapperAfo object,
.videoWrapperAfo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.heading-shadow {
    text-shadow: 2px 1px #838282;
}
