/* 

BXE-Framework CSS Structure
gridsheet.css
APRIL-02-2025

*/


/* === OVERALL CSS SETTINGS === */
* { margin: 0; padding: 0; overflow: hidden; }

body { font-family: Tahoma, Verdana, sans-serif; overflow: hidden; }

h1 {  font-size: 240%; }

h2 { }

h3 { }

h4 { font-size: 115%; margin-top: 2px; }

h5 { }

h6 { font-size: 60%; }

p { }


.bxe-banner-logo {
    width: 256px;
    height: 64px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../images/logo-box-core-h.png');
    background-size: 256px 64px;
    background-repeat: no-repeat;
}


@media only screen and (min-width: 840px)   {

    .bxe-banner-logo {
	width: 384px;
	height: 96px;
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/logo-box-core-h.png');
	background-size: 384px 96px;
	background-repeat: no-repeat;
    }


/* === END CSS === */
