body {
	width: 960px;
	margin: 0 auto;
	background: gray;
	font-family: 'Roboto Condensed', sans-serif;
}
/** Header Container **/
div.nav-container {
	height: 80px;
	background: #fff;
}
div.company-logo-nav-container {
	width: 50%;
	display: inline;
}
img.company-logo-nav {
	padding: 8px 20px;
	width: 280px;
}
div.nav-links {
	width: 50%;
	display: inline;
	text-align: right;
	float: right;
	height: 40px;
	padding-top: 30px;
}
a.link-text {
	padding: 20px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
}

/** Top Image Container **/
div.header-img-container {
	height: 380px;
	background: url('Patrius_Assets/Banner_Image.jpg');
}

/** Tagline Section **/
div.tagline-container {
	height: 80px;
	margin-top: -20px;
	background: #011343;
}
p.tagline {
	color: white;
	font-weight: 300;
	font-size: 20px;
	text-align: center;
	padding: 16px;
	opacity: .9;
	text-transform: uppercase;
}

/** Partnership Section **/
div.partners-container {
	height: 320px;
	background: #fff;
	margin-top: -18px;
}
p.partner-top-sentence {
	text-align: center;
  padding: 40px 20px 20px 20px;
  font-size: 18px;
}
div.partner-logo-container {
	text-align: center;
}
div.partner-logo {
	width: 280px;
	height: 100px;
	display: inline-block;
}
div#fuse-logo {
	background: url('Patrius_Assets/Fuse_Logo_Black.png');
	background-repeat: no-repeat;
	background-size: 200px;
  background-position: center;
}
div#evlos-logo {
	background: url('Patrius_Assets/Evlos_Logo.png');
	background-repeat: no-repeat;
	background-size: 200px;
  background-position: center;
}
div#csg-logo {
	background: url('Patrius_Assets/CSG_Logo.png');
	background-repeat: no-repeat;
	background-size: 200px;
  background-position: center;
}
p.partner-bottom-sentence {
	text-align: center;
	padding: 0px 20px 20px 20px;
	font-size: 18px;
}

/** Services Section **/
div.services-container {
	height: 475px;
	background: url('Patrius_Assets/Services_BG.jpg');
}
div.services-logo {
	width: 200px;
	height: 144px;
	display: inline-block;
}
div.services-logo-container {
	text-align: center;
	padding: 125px 0;
}
div#ds-logo {
	background: url('Patrius_Assets/LDAPPatrius_Logo_White_Clear.png');
	background-repeat: no-repeat;
	background-size: 150px;
	background-position: center;
}
div#infastructure-logo {
	background: url('Patrius_Assets/InfraPatrius_Logo_White_Clear.png');
	background-repeat: no-repeat;
	background-size: 150px;
	background-position: center;
}
div#virtual-logo {
	background: url('Patrius_Assets/Virtual_DeskPatrius_Logo_White_Clear.png');
	background-repeat: no-repeat;
	background-size: 136px;
	background-position: center;
}
div#enclave-logo {
	background: url('Patrius_Assets/EnclavePatrius_Logo_White_Clear.png');
	background-repeat: no-repeat;
	background-size: 120px;
	background-position: center;
}
p.services-text {
	position: relative;
  top: 150px;
	color: #fff;
	opacity: .9;
}

/** Footer Section **/
div.footer-container {
	height: 80px;
	background: #252525;
}
div.company-logo-footer-container {
	width: 50%;
	display: inline;
}
img.company-logo-footer {
	padding: 25px 30px 0;
	width: 150px;
}
div.footer-links {
	width: 54%;
	display: inline;
	text-align: right;
	float: right;
	height: 40px;
	color: #fff;
}
p.footer-copyright {
	font-size: 12px;
	text-align: left;
	margin-bottom: 0;
}
p.footer-text {
	font-size: 14px;
  padding-right: 30px;
  margin-bottom: 0;
  padding-top: 5px;
}
a.footerlink-text {
	color: #fff;
}

/** Vertical Mobile Phone View **/
@media screen and ( max-width: 414px ) {
	body {
		width: 375px;
		margin: 0 auto;
		background: gray;
		font-family: 'Roboto Condensed', sans-serif;
	}
	div.company-logo-nav-container {
		width: 360px;
		display: inline;
	}
	img.company-logo-nav {
		padding: 10px 44px;
		margin: 0 auto;
		text-align: center;
		width: 287px;
	}
	div.nav-links {
		display: none;
	}
	div.header-img-container {
    height: 152px;
    background: url('Patrius_Assets/Banner_Image.jpg');
    background-size: 375px;
    background-repeat: no-repeat;
	}
	p.tagline {
    color: white;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    padding: 20px;
    opacity: .9;
    text-transform: uppercase;
	}
	p.partner-top-sentence {
		text-align: center;
		padding: 15px 20px 0;
		font-size: 17px;
		margin-bottom: 5px;
	}
	p.partner-bottom-sentence {
		text-align: center;
		padding: 0px 16px;
		font-size: 17px;
		margin-top: 5px;
	}
	div.partner-logo {
		width: 280px;
		height: 55px;
		display: inline-block;
	}
	div#evlos-logo, div#csg-logo, div#fuse-logo {
		background-size: 100px;
	}
	p.services-text {
		position: relative;
		top: 90px;
		color: #fff;
		opacity: .9;
		font-size: 15px;
	}
	div.services-logo-container {
		text-align: center;
		padding: 0;
	}
	div.services-logo {
		width: 190px;
		height: 135px;
		display: inline-block;
		margin-top: -20px;
	}
	div#ds-logo, div#infastructure-logo, div#virtual-logo {
		background-size: 65px;
	}
	div#enclave-logo {
		background-size: 55px;
	}
	div.footer-container {
		height: 82px;
		background: #252525;
	}
	img.company-logo-footer {
		padding: 25px 20px;
		width: 125px;
	}
	p.footer-copyright {
		font-size: 12px;
		text-align: left;
		margin-left: -30px;
		margin-bottom: 0;
	}
}
/** Horizontal Mobile View **/
@media ( min-width: 415px ) and ( max-width: 767px ) {
	body {
		width: 660px;
		margin: 0 auto;
		background: gray;
		font-family: 'Roboto Condensed', sans-serif;
	}
	div.company-logo-nav-container {
		width: 360px;
		display: inline;
	}
	img.company-logo-nav {
		padding: 10px 186px;
		margin: 0 auto;
		text-align: center;
		width: 280px;
	}
	div.nav-links {
		display: none;
	}
	div.header-img-container {
    height: 265px;
    background: url('Patrius_Assets/Banner_Image.jpg');
    background-size: 660px;
    background-repeat: no-repeat;
	}
	p.tagline {
    color: white;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    padding: 20px;
    opacity: .9;
    text-transform: uppercase;
	}
	div.partners-container {
		height: 170px;
		background: #fff;
		margin-top: -18px;
	}
	p.partner-top-sentence {
		text-align: center;
		padding: 15px 20px 0;
		font-size: 17px;
		margin-bottom: 5px;
	}
	p.partner-bottom-sentence {
		text-align: center;
		padding: 0px 16px;
		font-size: 17px;
		margin-top: 5px;
	}
	div.partner-logo {
		width: 200px;
		height: 55px;
		display: inline-block;
	}
	div#evlos-logo, div#csg-logo, div#fuse-logo {
		background-size: 100px;
	}
	div.services-container {
		height: 200px;
		background: url('Patrius_Assets/Services_BG.jpg');
	}
	p.services-text {
		position: relative;
		top: 90px;
		color: #fff;
		opacity: .9;
		font-size: 15px;
	}
	div.services-logo-container {
		text-align: center;
		padding: 0;
	}
	div.services-logo {
		width: 125px;
		height: 135px;
		display: inline-block;
	}
	div#ds-logo, div#infastructure-logo, div#virtual-logo {
		background-size: 65px;
	}
	div#enclave-logo {
		background-size: 55px;
	}
	div.footer-container {
		height: 82px;
		background: #252525;
	}
	img.company-logo-footer {
		padding: 25px 20px;
		width: 125px;
	}
	p.footer-copyright {
		font-size: 12px;
		text-align: left;
		margin-left: -30px;
		margin-bottom: 0;
	}
}

/** Vertical Tablet View **/
@media ( min-width: 768px ) and ( max-width: 959px ) {
	body {
		width: 660px;
		margin: 0 auto;
		background: gray;
		font-family: 'Roboto Condensed', sans-serif;
	}
	div.company-logo-nav-container {
		width: 360px;
		display: inline;
	}
	img.company-logo-nav {
		padding: 10px 186px;
		margin: 0 auto;
		text-align: center;
		width: 280px;
	}
	div.nav-links {
		display: none;
	}
	div.header-img-container {
    height: 265px;
    background: url('Patrius_Assets/Banner_Image.jpg');
    background-size: 660px;
    background-repeat: no-repeat;
	}
	p.tagline {
    color: white;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    padding: 20px;
    opacity: .9;
    text-transform: uppercase;
	}
	div.partners-container {
		height: 170px;
		background: #fff;
		margin-top: -18px;
	}
	p.partner-top-sentence {
		text-align: center;
		padding: 15px 20px 0;
		font-size: 17px;
		margin-bottom: 5px;
	}
	p.partner-bottom-sentence {
		text-align: center;
		padding: 0px 16px;
		font-size: 17px;
		margin-top: 5px;
	}
	div.partner-logo {
		width: 200px;
		height: 55px;
		display: inline-block;
	}
	div#evlos-logo, div#csg-logo, div#fuse-logo {
		background-size: 100px;
	}
	div.services-container {
		height: 200px;
		background: url('Patrius_Assets/Services_BG.jpg');
	}
	p.services-text {
		position: relative;
		top: 90px;
		color: #fff;
		opacity: .9;
		font-size: 15px;
	}
	div.services-logo-container {
		text-align: center;
		padding: 0;
	}
	div.services-logo {
		width: 125px;
		height: 135px;
		display: inline-block;
	}
	div#ds-logo, div#infastructure-logo, div#virtual-logo {
		background-size: 65px;
	}
	div#enclave-logo {
		background-size: 55px;
	}
	div.footer-container {
		height: 82px;
		background: #252525;
	}
	img.company-logo-footer {
		padding: 25px 20px;
	}
	p.footer-copyright {
		font-size: 12px;
		text-align: left;
		margin-left: -30px;
		margin-bottom: 0;
	}
}
