﻿
/* These must current be applied after theme.bundle */

/* correct collapse of mburger and logo position */
.mburger {position: absolute; left: 10px; z-index: 9999; width: 60px;}
@media only screen and (max-width:1464px) {
.navbar-brand {position: relative; left: 60px;}
}

/* new - position o2 logo */
.o2-logo {position: relative; top: -30px;}
.o2-logo-header {position: absolute; left: 45px; top: -50px;}

/* new - position vf logo */
.vf-logo {position: relative; top: -30px;}
.vf-logo-header {position: absolute; left: 45px; top: -40px;}

@media only screen and (max-width:1464px) {
.o2-logo-header {position: absolute; left: 100px; top: -50px;}
/* add some padding to increase navbar collapsed height */
.navbar-brand{padding-top: 9px; padding-bottom: 9px;}
.welcome-content {padding-top: 20px;}
}

@media only screen and (max-width:700px) {
/* move welcome-content down on phone */
.welcome-content {padding-top: 30px;}
}

.dropdown-menu-xl { min-width: 1000px !important; margin-left: 200px; z-index: 99999; }
@media only screen and (max-width:1200px) {
    .dropdown-menu-xl { min-width: 1000px !important; margin-left: 100px; z-index: 99999; }
}
/* decrease font fize for home bullet headings */
.display-3 {font-size: 1.4rem;}