﻿/*top navigation bar*/
.navbar-bg-ATXblue {
	background-color: rgb(0,101,149); 
}

.top-contact {
	color: white;
	font-family: 'Segoe UI';
	font-size: 0.9rem;
	padding-right: 10px;
	padding-left: 10px;
}

.top-contact:hover {
	color: rgb(0,50,75); 
}
.nav-linkATX {
	font-family: 'Segoe UI';
	font-size: 1.1rem;
	font-weight: 500;
	color: white;
	padding: 20px;
}

.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-top: 80px;
	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;
	margin-bottom: 1rem;
	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;
}

.stat-item {
  min-height: 200px;
}

.stat-text {
  flex: 1;
  padding-left: 80px;
  background-repeat: no-repeat;
  background-position: left center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stat-icon {
  width: 130px;
  height: 130px;
  background-repeat: no-repeat;
  background-position: center;
}

.deco-blue-dark
{
	background-image: url('../images/15year/darkblue.png');
	height: 200px; 
	width: 100%;
}

.deco-blue-light
{
	background-image: url('../images/15year/lightblue.png');
	height: 200px; 
	width: 100%;
}

.deco-yellow-dark
{
	background-image: url('../images/15year/darkyellow.png');
	height: 200px; 
	width: 100%;
}

.deco-yellow-light
{
	background-image: url('../images/15year/lightyellow.png');
	height: 200px; 
	width: 100%;
}

.deco-green-dark
{
	background-image: url('../images/15year/darkgreen.png');
	height: 200px; 
	width: 100%;
}

.deco-green-light
{
	background-image: url('../images/15year/lightgreen.png');
	height: 200px; 
	width: 100%;
}

.Whitelarge
{
	color: white;
	font-family: arial, sans-serif;
	font-size: 32px;  
}

.Whitesmall {
	color: white;
	font-family: arial, sans-serif;
	font-size: 16px;
}

.Bluelarge
{
	color: #014165;
	font-family: arial, sans-serif;
	font-size: 32px;
}

.Bluesmall
{
	color: #014165;
	font-family: arial, sans-serif;
	font-size: 16px;
}

.Yellowlarge
{
	color: #E9A53A;
	font-family: arial, sans-serif;
	font-size: 32px;
}

.Yellowsmall
{
	color: #E9A53A;
	font-family: arial, sans-serif;
	font-size: 16px;
}

.Greenlarge
{
	color: #6C9A5A;
	font-family: arial, sans-serif;
	font-size: 32px;
}

.Greensmall
{
	color: #6C9A5A;
	font-family: arial, sans-serif;
	font-size: 16px;
}

.Inspectionaction
{
	background:url(../images/15year/inspection.png) no-repeat;
	width: 130px;
	height: 130px;
}

.Testsaction
{
	background:url(../images/15year/tests2.png) no-repeat;
	width: 130px;
	height: 130px;
}

.Reportsaction
{
	background:url(../images/15year/reports.png) no-repeat;
	width: 130px;
	height: 130px;
}

.Usersaction
{
	background:url(../images/15year/Users-fixed.svg) no-repeat;
	width: 130px;
	height: 130px;
}

.Failureaction
{
	background:url(../images/15year/failure.png) no-repeat;
	width: 130px;
	height: 130px;
}

.Certaction
{
	background:url(../images/15year/cert.png) no-repeat;
	width: 130px;
	height: 130px;
}

