﻿.logo {
    background-image: url(/assets/envision2015/images/logoworldstrides.svg) !important;
    background-repeat: no-repeat !important;
    z-index: -1 !important;
    /*width: 514px !important;
    height: 148px!important;
    margin-left: -291px!important;*/
}
@media (max-width: 840px) {
        .logo {
            position: absolute !important;
    top: -25px !important;
    width: 148px !important;
    height: 148px !important;
    z-index: 10 !important;
   
        }
}

@media (min-width: 1000px) {
        .logo
{   
    width:470px !important;
    height: 368px !important;
    margin-left: -256px !important;
    bottom: -120px !important;
    /*border-radius:0px !important;*/
    /*margin-bottom : -8px !important;*/
    /*width: 514px !important;
    height: 148px !important;
    margin-left: -291px !important*/;
}
        
} 
