@media (min-width: 768px) and (max-width: 1200px) and (orientation: landscape){
	
}

@media (min-width: 768px) and (max-width: 1200px) and (orientation: portrait){
	
}


@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape){
	
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: portrait){
	.logo h1 { max-width: 200px;}
	.logout{font-size: 14px; padding: 5px 10px;}
}


@media (min-width: 768px) {
    .col-md-2half {
        flex: 0 0 auto;
        width: 12.666667%;
    }
    .col-md-4half {
        flex: 0 0 auto;
        width: 28.99%;
    }
}