@charset "UTF-8";

/* Layout Small Screens */


header {
	height: 125px;
	background-color: #ffffff;
}

header a.logo {
	width: 275px; height: 108px;
	top: 16px; right: 20px; left: 0px;
	margin-left: auto;
    margin-right: auto;
	background-image: url(../images/logos/U2Elogo.png);
	position: absolute;
}

article { padding: 20px 20px 10px 20px; }
h1 { color: #ffffff; margin: 0em 0em .5em 0em; font-size: 2em; font-weight: bold; text-align:center; }
nav {
	display: none;
	position: static;
	padding: 10px 0px 10px 0px;
	background-color: #515673;
}

nav a {
	color: #a6abc5;
	display: block;
	margin: 15px;
	padding: 9px;
	border: 1px solid #a6abc5;
	background: url(../images/mobile_link_arrow.png) no-repeat right center;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

nav a:hover { color: #fff; background-color: rgba(255,255,255,.15); }

.promo_container { padding: 0px; }

.promo_container .promo {
	width: auto;
	float: none;
	padding: 10px 0px 0px 0px;
	background-position: 50px 13px;
	border-top: 1px solid #ccc;
}

.promo_container .promo .content { padding: 35px 150px 5px 160px; }

.promo h3 { font-size: 1.5em; margin: 0; }

.promo.one { background-image: url(../images/icons/business_100.png); height: 115px }
.promo.two { background-image: url(../images/icons/computer_100.png); height: 115px }
.promo.three { background-image: url(../images/icons/accounting_100.png); height: 100px }

#service {background-color: #4d5a7d; width:100%; height: 450px; }
#company {background-color: #9aa1b5; width:100%; height: 350px; }
#company_info { margin: auto; width: 100%;}
#byteware_info { display: none;}
#contact {background-color: #364367; width:100%;}
#contact_form { margin: auto; width: 100%;}
#call_to_action { display: none; }

footer { border-top: 1px solid #a6abc5; }

body { background-image: none;  }