
body 	{ background-color: #969696;
	}

img
{
    max-width: 100%;
    height: auto;
}


/* Desktop Styles */
@media only screen and (min-width: 961px) {

.title {
	font-family: "Century Gothic";
	font-size: 20pt;
	color: #000000;
	}

.title2 {
	font-family: "Century Gothic";
	font-size: 18pt;
	color: #000000;
	}

.links {
	font-family: "Century Gothic";
	font-size: 15pt;
	color: #000000;
	}


.copy {
	font-family: "Century Gothic";
	font-size: 13pt;
	color: #000000;
	}

.small {
	font-family: "Century Gothic";
	font-size: 9pt;
	color: #000000;
	}

a:link   { color: #000000; 
	text-decoration: none; 
	}

a:visited  { color: #000000; 
	text-decoration: none;
	}

a:hover  { color: #83DE4E; 
	text-decoration: none; }

a:active  { color: #000000; 
	text-decoration: none;
	 }
}




/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 960px) {

.title {
	font-family: "Century Gothic";
	font-size: 16pt;
	color: #000000;
	}

.title2 {
	font-family: "Century Gothic";
	font-size: 15pt;
	color: #000000;
	}

.links {
	font-family: "Century Gothic";
	font-size: 14pt;
	color: #000000;
	}


.copy {
	font-family: "Century Gothic";
	font-size: 13pt;
	color: #000000;
	}

.small {
	font-family: "Century Gothic";
	font-size: 9pt;
	color: #000000;
	}

a:link   { color: #000000; 
	text-decoration: none; 
	}

a:visited  { color: #000000; 
	text-decoration: none;
	}

a:hover  { color: #83DE4E; 
	text-decoration: none; }

a:active  { color: #000000; 
	text-decoration: none;
	 }


}

/* Mobile Styles */
@media only screen and (max-width: 400px) {

.title {
	font-family: "Century Gothic";
	font-size: 14pt;
	color: #000000;
	}

.title2 {
	font-family: "Century Gothic";
	font-size: 14pt;
	color: #000000;
	}

.links {
	font-family: "Century Gothic";
	font-size: 13pt;
	color: #000000;
	}


.copy {
	font-family: "Century Gothic";
	font-size: 12pt;
	color: #000000;
	}

.small {
	font-family: "Century Gothic";
	font-size: 8pt;
	color: #000000;
	}

a:link   { color: #000000; 
	text-decoration: none; 
	}

a:visited  { color: #000000; 
	text-decoration: none;
	}

a:hover  { color: #83DE4E; 
	text-decoration: none; }

a:active  { color: #000000; 
	text-decoration: none;
	 }

}

