/* PORTRAIT ONLY ************************************************************/
/* MEDIA WIDTH NEEDS TO BE SET -15PX TO COMPENSATE FOR SCROLLBAR WIDTH OF 15PX  */

#headerDaysToGo {
    top: 16px;
}

#headerDome {
    top: 10px;
}


/*  Mobile Portrait 2% *********************************************************/

@media only screen and (min-width: 305px) {

    #headerDaysToGo {
        top: 13px;
    }

    #headerDome {
        top: 8px;
    }

}

/*  Mobile Portrait 14% ********************************************************/
@media only screen and (min-width: 360px) {

    #headerDaysToGo {
        top: 14px;
    }

    #headerDome {
        top: 11px;
    }

}

/*  Mobile Portrait 32% ********************************************************/
@media only screen and (min-width: 397px) {

    #headerDaysToGo {
        top: 11px;
    }

    #headerDome {
        top: 10px;
    }

}

/*  Mobile Portrait  17% ********************************************************/
@media only screen and (min-width: 409px) {

    #headerDaysToGo {
        top: 11px;
    }

    #headerDome {
        top: 10px;
    }



}

/*  Tablet Portrait 1% ********************************************************/
@media only screen and (min-width: 519px) {

    #headerDaysToGo {
        top: 11px;
    }

    #headerDome {
        top: 10px;
    }
}

/*  Tablet Portrait 9% ********************************************************/
@media only screen and (min-width: 575px) {

    #headerDaysToGo {
        top: 11px;
    }

    #headerDome {
        top: 10px;
    }

}

/*  Tablet Portrait 41% ********************************************************/
@media only screen and (min-width: 753px) {

    #headerDaysToGo {
        top: 11px;
    }

    #headerDome {
        top: 10px;
    }
}

/*  Tablet Portrait 8% ********************************************************/
@media only screen and (min-width: 775px) {}

/*  Tablet Portrait 5% ********************************************************/
@media only screen and (min-width: 819px) {}

/*  Tablet Portrait 5% ********************************************************/
@media only screen and (min-width: 945px) {
    #headerDaysToGo {
        top: 11px;
    }

    #headerDome {
        top: 10px;
    }

}

/*  Tablet Portrait 4% ********************************************************/
@media only screen and (min-width: 1009px) {

    #headerDaysToGo {
        top: 11px;
    }

    #headerDome {
        top: 10px;
    }
}