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

.flex-box {
	display:flex;
	flex-wrap: wrap;
	 align-self: center;
}

.col-1 {
	width: 8.33%;
}
.col-2 {
	width: 16.66%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.33%;
}
.col-5 {
	width: 41.66%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.33%;
}
.col-8 {
	width: 66.66%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.33%;
}
.col-11 {
	width: 91.66%;
}
.col-12 {
	width: 100%;
}

.offset-1 {
	margin-left: 8.33%;
}

.offset-2 {
	margin-left: 16.66%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33%;
}

.offset-5 {
	margin-left: 41.66%;
}

 [class*="col-"] {
 padding: 14px;
 box-sizing:border-box;
}

html { 
  background: url(images/titan-background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
height: 100%;
	background-color: #2e3138;
}

h1 {
	text-align: center;
	font-family: barlow-condensed, sans-serif; 
	font-weight: 600; 
	font-style: normal;
	font-size: 18px;
	letter-spacing: 1px;
}

h2 {
	text-align: center;
	font-family: niveau-grotesk, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 1px;
	color: #ffffff;
}

h3 {
	text-align: center;
	font-family: barlow-condensed, sans-serif; 
	font-weight: 600; 
	font-style: normal;
	font-size: 21px;
	letter-spacing: 2px;
	color: #00ff00;
}

p {
	font-family: "barlow-condensed", sans-serif;
font-weight: 500;
font-style: normal;;
	font-size: 15px;
	color: #ffffff;
	letter-spacing: 1px;
	text-align: center;
}

a {
	text-align: center;
	font-family: niveau-grotesk, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 15px;
	letter-spacing: 1px;
	color: #ffffff;
	text-decoration: none;
}

body {
  display: flex;
  justify-content: center;
  width: 100%;
min-height: 100%;
	margin: 0px;
}

.gold {
	color: #ab996f;
}

.green {
	color: #00ff00;
}

.logo-height {
	max-height: 100px;
	padding-top: 0px;
}

.agent-logos {
	max-height: 100px;
}

.button-width {
	width: 100%;;
	margin-bottom: 10px;
	padding: 10px; 
	outline: 1px solid #00ff00; 
	color: #ffffff; 
	text-align: center; 
	font-family: barlow-condensed, sans-serif; 
	font-weight: 400; 
	font-style: normal;
	transition: all .4s ease;
-webkit-transition: all .4s ease;
}

.button-width:hover {
 background-color: #00ff00;
}

.button-container-width {
	width: 645px;
	display: flex;
}

.button-space {
	margin-right: 20px;
}

 @media only screen and (max-width: 800px) {
	 
 [class*="col-"] {
 padding: 10px 30px 10px 30px;
width:100%;
}
	 
 [class*="offset-"] {
 margin-left: 0px;
}
	 
.padding-bottom {
	padding-bottom: 15px;
}
	 
.logo-height {
	max-height: 70px;
	padding-top: 30px;
}
	 
	 .top-padding {
	padding: 10px 0 10px 0;
}
	 
	 .address-size {
	font-size: 12px;
}
	 
	.agent-logos {
	max-height: 100px;
}
	 
.button-width {
	margin-left: auto !important;
	margin-right: auto !important;
}

.button-container-width {
	width: 100%;
	display: block;
}
	 
}