@import url(https://fonts.googleapis.com/css?family=Cantarell:700,400);
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Sen&display=swap');
body
{
	background-color: #242729;
	font-family: 'Cantarell', sans-serif;
	color: #464646;
	font-weight: 400;
	min-width: 860px;
}
body, nav, section, article, a, img, div, ul, li, p
{
	padding: 0;
	margin: 0;
}
a, a:active, a:visited
{
	color: #464646;
	text-decoration: none;
	transition: all ease-in-out 0.2s;
}
a:hover
{
	color: #2f8fe0;
}
#logo
{
	display: block;
	float: left;
	position: relative;
	width: 120px;
	height: 48px; 	
	background-image: url('media/logo_lite.svg');
	background-size: cover;
	background-repeat: no-repeat;
	text-indent: 101%;
	overflow: hidden; overflow-x: hidden; overflow-y: hidden;
	white-space: nowrap;
	top: 8px;
	left: 12px;
}
nav 
{
	position: fixed;
	display: block;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 68px;
	line-height: 68px;
	font-size: 16px;
	color: #292929;
	background-color: #fff;
}
nav ul
{
	list-style: none;
	float: right;
	display: block;
	margin-right: 2px;
}
nav li
{
	display: inline;
	margin-right: 12px;
}
.csupport, .csupport:visited, .csupport:active
{
	display: inline-block;
	background-color: #74bbff;
	color: #fff;
	border-radius: 12px;
	padding: 5px 8px;
	background-repeat: no-repeat;
	line-height: normal;
	border: #74bbff 1px solid;	
}
.csupport:hover
{
	background-color: #fff;
	color: #2f8fe0;
	border-color: #2f8fe0;
}
.wrapper
{
	max-width:1200px;
	min-width: 860px;
	margin: auto;
}
.s-wrapper
{
	max-width:1040px;
	min-width: 860px;
	margin: auto;
}
section
{
	width: 100%;
	min-width: 860px;
}

#banner
{
	margin-top: 52px; 
	position: relative;
	width: 100%;
	background-color: #242729;
   background-image: url('media/elevatebg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: middle;
	line-height: 580px;
	height: 580px;
}
#banner-image
{
	display:inline-block;
	width:670px;
	height: 340px;
	line-height: 340px;
	background: rgba(14, 14, 14, 0.5);
	margin: auto;
	font-family: 'Sen', sans-serif;
	color: #fff;
	vertical-align: middle;
	padding-left: 20px;
	border-radius: 50px 15px;
   margin-left: 26px;
}
#elevate
{
	display: inline-block;
	height: 100px;
	padding: 0;
	margin: 0 0 0 10px;
	line-height: 1;
}
p.elevateLarge
{
	font-size: 44px;

	margin: 0;
	padding: 0;
}
p.elevateSmall
{
	font-size: 28px;
	margin: 2px 0 0 18px;
	padding:0;
}
.elevateColor
{
	color: #7AE4FF;
	margin: 0;
	height: 48px;
}
#about
{	
	position: relative;
	width: 100%;
	height: 310px;
	font-size: 14px;
	color: #292929;
	background-color: #82CFFF;
	overflow: hidden;
	text-align: center;

}
#about article
{
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	height: 310px;
	width: 32%;
	padding: 6px;
	margin-left: -4px;
	margin-right: -4px;
}

p.header
{
	font-family: 'Noto Sans', sans-serif;
	font-size: 24px;
}
#about img
{
	margin-top: 8px;
	margin-bottom: 8px;
}
.blurbwrapper
{
	max-width: 300px;
	min-width: 230px;
	text-align: center;
	vertical-align: middle;
	margin: auto;
	margin-top: 28px;
}
#partners
{
	background-color: #fff;
	height: 240px;
	text-align: center;
	vertical-align: middle;
}
#partners .box
{
	margin: 0;
	padding: 0;
	height: 240px;
	width: 25%;
	display: inline-block;
	opacity: 0.70;
}
#imgbox1
{
	background: url('media/HelloSpoke.png') no-repeat center center;
}
#imgbox2
{
	background: url('media/logo_barracuda.png') no-repeat center center;
}
#imgbox3
{
	background: url('media/Ubiquiti_Networks.png') no-repeat center center;
}
#imgbox4
{
	background: url('media/Defendry-Logo.png') no-repeat center center;
}
#partners img
{
	display: block;
	margin-left: 16px;
	opacity: 0.70;	
	margin-top: auto;
	margin-bottom: auto;
}
.clogo
{
	display: inline-block;
	width: 50%;
	height: 230px;
	text-align: left;
	float: left;
}
.cinfo
{
	display: inline-block;
	width: 50%;
	height: 230px;
	text-align: center;
	vertical-align: top;
	float: right;
}
#contact img
{
	margin-top: 30px;
	margin-left: 5px;
}
#contact article
{ 
	margin-top: 24px;
	display: inline-block;
	text-align: left;
}
#contact p
{
	margin-top: 4px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
}
#contact p.add
{
	margin-top: 4px;
	margin-bottom: 36px;
	font-weight: 400;
	font-size: 18px;
}
#contact a, #contact a:active, #contact a:visited
{
	color: #74bbff;
	text-decoration: none;
	transition: all ease-in-out 0.2s;
}
#contact a:hover
{
	color: #fff;
}
footer
{
	color: #C3C6C8;
	background-color: #242729;
	font-family: 'Arial', sans-serif;
	font-size: 11px;
	width: 100%;
	min-width: 860px;
}
