body 	{ background-color: #FFFFFF;
	}


.rel 	{
	position: relative;
	top: 50px;
	}

img
{
    max-width: 100%;
    height: auto;
}


/* Mobile Styles */
@media only screen and (max-width: 400px) {
.title {
	letter-spacing: .5em;
	font-family: "Arial";
	font-size: 15px;
	color: #333333;
	}


.links {
	font-family: "Arial";
	font-size: 11px;
	color: #333333;
	}


.copy {
	font-family: 'Roboto';
	font-size: 10px;
	color: #333333;
	}

.small {
	font-family: "Arial";
	font-size: 9px;
	font-style: italic;
	color: #333333;
	}

a:link   { color: #333333; 
	text-decoration: none; 
	}

a:visited  { color: #333333; 
	text-decoration: none;
	}

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

a:active  { color: #333333; 
	text-decoration: none;
	 }
}


/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 960px) {
.title {
	letter-spacing: 1em;
	font-family: "Arial";
	font-size: 15px;
	color: #333333;
	}


.links {
	letter-spacing: .2em;
	font-family: "Arial";
	font-size: 12px;
	color: #333333;
	}


.copy {
	font-family: 'Roboto';
	font-size: 11px;
	color: #333333;
	}

.small {
	font-family: "Arial";
	font-size: 9px;
	font-style: italic;
	color: #333333;
	}

a:link   { color: #333333; 
	text-decoration: none; 
	}

a:visited  { color: #333333; 
	text-decoration: none;
	}

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

a:active  { color: #333333; 
	text-decoration: none;
	 }
}


/* Desktop Styles */
@media only screen and (min-width: 961px) {
.title {
	letter-spacing: 1.5em;
	font-family: "Arial";
	font-size: 20px;
	color: #333333;
	}


.links {
	letter-spacing: .2em;
	font-family: "Arial";
	font-size: 15px;
	color: #333333;
	}


.copy {
	font-family: 'Roboto';
	font-size: 14px;
	color: #333333;
	}

.small {
	font-family: "Arial";
	font-size: 11px;
	font-style: italic;
	color: #333333;
	}

a:link   { color: #333333; 
	text-decoration: none; 
	}

a:visited  { color: #333333; 
	text-decoration: none;
	}

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

a:active  { color: #333333; 
	text-decoration: none;
	 }
}