﻿/*top navigation bar*/
.navbar-bg-ATXblue {
	background-color: rgb(0,101,149); 
	position: fixed;
	width: 100%;
	top: 0; 
	z-index: 1000;
}
.navbar-bg-ATXblue-sub {
	background-color: rgb(0,101,149);
	position: fixed;
	width: 100%;
	top: 80px;
	z-index: 1000;
}

.top-contact {
	color: white;
	font-family: 'Segoe UI';
	text-align: right;
	padding-right: 12px;
	padding-left: 12px;
}
.nav-linkATX {
	font-family: 'Segoe UI';
	font-size: 1.2rem;
	font-weight: 500;
	color: white;
	padding-right: 40px;
	padding-left: 40px;
}

.nav-linkATX:hover {
	color: rgb(0,50,75); 
}

/*page footer*/
.footer {
	background-color: rgb(0,101,149);
	padding: 1rem;
	width: 100%;
	top: 80px; 
	z-index: 1000; 
	color: white;
	text-align: center;
	margin-top: 2rem;
}

.footer-link {
	color: white;
	font-weight: 400; 
}

.footer-link:hover {
	color: rgb(0,50,75);
}

/*jumbotron graphic*/
.jumbotron-blue {
	padding: 2rem 1rem;
	margin-top: 7rem;
	background-color: #F3F3F3;
	border-radius: 0.3rem;
}
.jumbotron-header {
	margin-top: 2rem;
	font-family: Arial;
	font-size: 3rem;
	font-weight: 600;
	line-height: 4rem;
	text-align: center;
	color: white;
	background-color: #387C2B;
	padding: 10px;
	border-radius: 0.3rem;
}

.separater-blue {
	background-color: #006595;
	padding: .6rem;

}

.section-header-blue {
	background-color: #006595;
	font-family: "Segoe UI"; 
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 3rem;
	color: white;
	padding: .25rem;
	padding-left: 2rem;
	margin-bottom: 1rem;
	margin-top: 1rem;

}

.jumbotron-subheader {
	margin-top: 2rem;
	/*margin-left: 4rem;*/
	font-family: 'Segoe UI'; 
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.5rem;
	color: #595959;
}

.jumbotron-subheader-bold {
	margin-top: 2rem;
	/*margin-left: 4rem;*/
	font-family: 'Segoe UI'; 
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.5rem;
	color: black;
	text-align: center;
}

/*Call to Action Button*/
.btn-green {
	background-color: rgb(56,124,43);
	color: white;
	margin-top: 3rem;
	font-family: "Outfit";
}

.btn-green:hover {
	background-color: rgb(226,240,246);
	color: rgb(0,50,75);
}

/*15 year stats*/
.Stats-white
{
	background: white;
}

.Stats-blue
{
	background: #014165;
}

.Stats-yellow
{
	background: #E9A53A;
}

.Stats-green
{
	background: #6C9A5A;
}

.Bluedark-deco
{
	background: url('../images/15year/darkblue.png') no-repeat;
	height: 200px; 
	width: 100%;
	margin-left: 75px;
}

.Bluelight-deco
{
	background: url('../images/15year/lightblue.png') no-repeat;
	height: 200px; 
	width: 100%;
	margin-left: 75px;
}

.Yellowdark-deco
{
	background: url('../images/15year/darkyellow.png') no-repeat;
	height: 200px; 
	width: 100%;
	margin-left: 75px;
}

.Yellowlight-deco
{
	background: url('../images/15year/lightyellow.png') no-repeat;
	height: 200px; 
	width: 100%;
	margin-left: 75px;
}

.Greendark-deco
{
	background: url('../images/15year/darkgreen.png') no-repeat;
	height: 200px; 
	width: 100%;
	margin-left: 75px;
}

.Greenlight-deco
{
	background: url('../images/15year/lightgreen.png') no-repeat;
	height: 200px; 
	width: 100%;
	margin-left: 75px;
}

.Whitelarge
{
	color: white;
	font-family: arial, sans-serif;
	font-size: 32px;  
	margin-left: 100px;
	position: relative;
	top: 75px;
}

.Whitesmall
{
	color: white;
	font-family: arial, sans-serif;
	font-size: 16px;
	margin-left: 100px;
	position: relative;
	top: 100px;
}

.Bluelarge
{
	color: #014165;
	font-family: arial, sans-serif;
	font-size: 32px;
	margin-left: 100px;
	position: relative;
	top: 75px;
}

.Bluesmall
{
	color: #014165;
	font-family: arial, sans-serif;
	font-size: 16px;
	margin-left: 100px;
	position: relative;
	top: 100px;
}

.Yellowlarge
{
	color: #E9A53A;
	font-family: arial, sans-serif;
	font-size: 32px;
	margin-left: 100px;
	position: relative;
	top: 75px;
}

.Yellowsmall
{
	color: #E9A53A;
	font-family: arial, sans-serif;
	font-size: 16px;
	margin-left: 100px;
	position: relative;
	top: 100px;
}

.Greenlarge
{
	color: #6C9A5A;
	font-family: arial, sans-serif;
	font-size: 32px;
	margin-left: 100px;
	position: relative;
	top: 75px;
}

.Greensmall
{
	color: #6C9A5A;
	font-family: arial, sans-serif;
	font-size: 16px;
	margin-left: 100px;
	position: relative;
	top: 100px;
}

.Inspectionaction
{
	background:url(../images/15year/inspection.png) no-repeat;
	width: 130px;
	height: 130px;
	position: relative;
	left: 700px;
	bottom: 40px;
}

.Testsaction
{
	background:url(../images/15year/tests2.png) no-repeat;
	width: 130px;
	height: 130px;
	position:relative;
	left: 700px;
	bottom: 40px;
}

.Reportsaction
{
	background:url(../images/15year/reports.png) no-repeat;
	width: 130px;
	height: 130px;
	position:relative;
	left: 700px;
	bottom: 40px;
}

.Usersaction
{
	background:url(../images/15year/Users-fixed.svg) no-repeat;
	width: 130px;
	height: 130px;
	position:relative;
	left: 700px;
	bottom: 40px;
}

.Failureaction
{
	background:url(../images/15year/failure.png) no-repeat;
	width: 130px;
	height: 130px;
	position:relative;
	left: 700px;
	bottom: 40px;
}

.Certaction
{
	background:url(../images/15year/cert.png) no-repeat;
	width: 130px;
	height: 130px;
	position:relative;
	left: 700px;
	bottom: 40px;
}

