@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800|Cuprum:400,700,400italic);

html, body {
	margin: 0;
	width: 100%;
	height: 100%;	
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 0.8em;
	line-height: 1.2;
}

canvas {
	display: block;
	margin: 0 auto;
	height: 102px;
	width: 102px;
}

/* Navigation BEGIN*/
nav { 
	position: absolute;
	top: 40%;
	right: 10px;
}
menu ul {
	text-align: center;
	background-color: #fff;
}
menu li { display: inline-block; }

menu li a {
	padding: 10px 12px;
	display: block;
	text-decoration: none;
	margin: 0px 1px 0px 0px;
	color: #fff;
	background: rgb(46,92,139);
}
menu li:last-child a {
	margin-right: 0px;
}

menu li a:hover, menu li a:focus {
  background: rgb(0,113,188);
}

menu li ul {
	text-align: left;
	position: absolute;
	width: 8em;
	display: none;
	z-index: 99;
	
}
menu li ul li {
	width: 100%;
}
menu ul li ul a {
	margin: 1px 0 0 0;	
}
menu li:hover ul {
	display: block;
	z-index: 99;
}
menu ul li ul li:last-child a {
	margin-bottom: 1px;
}

/* Navigation END */

h1.logo {
	text-indent: -9999em;
	background: transparent url('../img/EastgateITLogo.png') no-repeat scroll left top;
	background-size: 100%;
	width: 100%;
	max-width: 500px;
	height: 105px;
	margin: 10px 0 0 0;
}

blockquote {
	display: block;
	position: relative;
	font-family: 'Cuprum', sans-serif;
	font-size: 110%;
	text-align: justify;
	padding: 20px 30px 0px 30px;
	font-style: italic;
}

blockquote:before {
	content: "\201C";
	position: absolute;
	left: 0px;
	top:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
}

blockquote:after {
	content: "\201D";
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
}

p, section, .add-margin { margin-bottom: 1em; }

h1, h2 {
	font-family: 'Cuprum', sans-serif;
	font-weight: 700;
	margin-bottom: 0.5em;
}

h1 { font-size: 250%; }
h2 { font-size: 200%; }

.products, .products ul{
	list-style: disc inside;
	padding-left: 0.5em;
}

.products > li > ul {
	padding-left: 1em;	
}

.products > li {
	font-weight: 700;
	padding-top: 0.5em;
}

.products > li > ul > li {
	font-size: 80%;
	font-weight: 400;
	padding-top: 0;
}

section.main {
	width: 58.82352941176471%;
	float: left;
}
	
aside#quote {
	float: left;
	display: block;
	width: 41.17647058823529%;
	margin: 0 auto;
}
article {
	width: 85%;
	max-width: 1150px;
	margin: 0px auto;
	display: block;
}

.center-text { text-align: center; }

.at {
	font-family: 'Cuprum', sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	color: rgb(46,92,139);
	vertical-align: -0.2em;	
}

.quicklink {
	font-family: 'Cuprum', sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	text-decoration: none;
	color: rgb(0,113,188);
}
.quicklink:hover {
	text-decoration: underline;
}
.linkedin {
	padding-left: 1em;
	vertical-align: -0.8em;
}

header {
	position: relative;
	width: 85%;
	max-width: 850px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
header > p {
	position: absolute;
	top: 0;
	left: 20%;
	right: 0;
	line-height: 3em;
}

footer {
	clear: both;
	width: 100%;
	font-size: 85%;
	text-align: center;
	margin: 2em auto;
	font-family: 'Cuprum', sans-serif;
}
/* Works for Nexus 7 */
@media all and (min-width: 451px) and (max-width: 920px) {
	section.main {
		width: 95%;
		float: none;
		display: block;
		margin: 0;
		padding: 5px;
	}
	aside#quote {
		float: none;
		display: block;
		width: 95%;
		margin: 0;
		padding: 5px;
	}
	article {
		width: inherit;
		margin: 0px auto;
		display: block;
	}
	menu {
		padding: 10px 0px; 
		border: 1px solid rgba(0,0,0,0.4)	
	}
	nav {
		position: relative;
		width: 85%;
		max-width: 850px;
		margin: 0 auto 10px auto;
	}
}

/* Phones...well, my Nexus 5 */
@media all and (min-width: 0px) and (max-width: 450px) {
	html, body { overflow-x: hidden; text-align: justify;}
	
	p, section, .add-margin { margin-bottom: 0.25em; }
	
	section.main {
		width: 95%;
		float: none;
		display: block;
		margin: 0;
		padding: 5px;
	}
	aside#quote {
		float: none;
		display: block;
		width: 95%;
		margin: 0;
		padding: 5px;
	}
	menu {
		padding: 10px 0px; 
		border: 1px solid rgba(0,0,0,0.4)	
	}
	nav {
		position: relative;
		min-width: 280px;
	}
	article {
		width: inherit;
		margin: 0px auto;
		display: block;
	}
	h1.logo {
		height: 80px;
	}
	header {
		text-align: center;
	}
	header > p {
		position: inherit;
		top: auto;
		left: auto;
		right: auto;
		line-height: 2em;
	}
}
