@charset "iso-8859-1";

html{
	overflow-x:hidden;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}

body{
	font-family:Verdana, Geneva, sans-serif;
	color:#000000; 
	font-size:16px;		
	margin-top:0px;
	margin-left:0;
	margin-right:0;
	margin-bottom: 5px;
	text-align:center;
}

<!----------------------RESPONSIVE COLUMN STUFF---------------------------------->
.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%;}

[class*="col-"] {
  float: left;
}
<!-------------------------------------------------------->

.back_to_top{
	width:150px;
	background-color:#C09;
	text-align:center;
	font-style:italic;
	font-size:60px;
	color:#666;
	margin-top:125px;
	margin-left:auto;
	margin-right:auto;
}

#bottom_nav{
	height:50px;
	background-image:url(images/logo_tile.png);
	/*background-color:#666666;*/
	border-top:solid 1px #003b79;
	padding-top:2px;
	clear:both;
}

#footer {
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	font-size:13px;
	color:#606060;
	clear:both;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
	color:#000000;
	font-style:italic;
	font-weight:bold;
}

#header_container {
	background-color:#ffffff;
	text-align:center;
	color:#F90;
	padding:0px 0px 15px 0px;
}

img {
  max-width: 100%;
  height: auto;
}

.main_content {
	font-family: 'Montserrat', sans-serif;
	text-align:left;
	font-size:18px;
	line-height:1.5;
	padding:10px 10px 15px 20px;
}

.page_title{
	text-align:center;
	/*border-left:solid 1px #cd0100;*/
	/*font-family: 'Germania One', cursive;*/
	font-family: 'Montserrat', sans-serif;
	font-size:22px;
	font-weight:bold;
	font-style:italic;
	color:#b01a47;
	padding-top:10px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

#top_nav {
	height:40px;
	text-align:center;
	padding:0px 0px 5px 0px;
	background-color:#003b79;
	font-family:Verdana, Geneva, sans-serif;
	/*border-top:solid 2px #000000;
	border-bottom:solid 2px #000000;*/
}

.top_nav_button {
	width:100px;
	min-height:22px;
	max-height:30px;
	vertical-align:middle;
	background-color:#fabc11;
	border-radius:5px;
	padding:4px 0px 0px 0px;
}

#wrapper{
	background-color:#ffffff;
	vertical-align:top;
}

/*------------------------------------------------------------------------------------------------------------------*/


/*----------------------FONTS----------------------------------------------------------*/


/*--------------------------------------------------------------------------------------*/


EVOLVE-third {
	float:left;
	width:100%;
}

.w3-third_center {
	text-align:center;
	}


@media only screen and (min-width:601px){
.Evolve-third{width:33.33333%}
}

@media screen and (min-width:993px){
	.Evolve-third
	{padding:0 8px;}
	}
@media only screen and (min-width:993px){
.EVOLVE-third{width:33.33333%}
}


/*-----------------------------LINK STYLES----------------*/

a.evolve_web_dev:link {
	color:#707070;
	text-decoration:none;
}
a.evolve_web_dev:visited {
	color:#707070;
	text-decoration:none;
}
a.evolve_web_dev:hover {
	color:#F30;
	text-decoration:underline;
}
a.evolve_web_dev:active {
	color:#707070;
	text-decoration:none;
}

a.left_nav_item_black:link {
	/*color:#FC0;*/
	color:#ffe766;
	text-decoration:none;
}
a.left_nav_item_black:visited {
	color:#ffe766;
	text-decoration:none;
}
a.left_nav_item_black:hover {
	color:#cd0100;
	font-weight:bold;
	text-decoration:none;
}
a.left_nav_item_black:active {
	color:#ffe766;
	font-weight:bold;
	text-decoration:none;
}

a.left_nav_item_red:link {
	color:#ffffff;
	text-decoration:none;
}
a.left_nav_item_red:visited {
	color:#ffffff;
	text-decoration:none;
}
a.left_nav_item_red:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.left_nav_item_red:active {
	color:#ffffff;
	text-decoration:none;
}

a.top_nav_item:link {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color:#003b79;
	text-decoration:none;
	/*background-color:#000000;
	border:solid 1px #ffffff;
	border-radius:5px;*/	
}
a.top_nav_item:visited {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color:#003b79;
	text-decoration:none;
	/*background-color:#000000;
	border:solid 1px #ffffff;
	border-radius:5px;*/
}
a.top_nav_item:hover {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color:#003b79;
	text-decoration:underline;
	/*background-color:#000000;
	border:solid 1px #ffffff;
	border-radius:5px;*/
}
a.top_nav_item:active {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color:#003b79;
	text-decoration:none;
	/*background-color:#000000;
	border:solid 1px #ffffff;
	border-radius:5px;*/
}
