body 	{ background-color: #000000;
	}


.rel 	{
	position: relative;
	top: 40px;
	}

img
{
    max-width: 100%;
    height: auto;
}


/* Desktop Styles */
@media only screen and (min-width: 961px) {
.title {
	letter-spacing: 1em;
	font-family: "Arial";
	font-size: 18pt;
	line-height: 40px;
	color: #EBDAB1;
	}



.links {
	letter-spacing: .2em;
	font-family: "Arial";
	font-size: 12px;
	line-height: 30px;
	color:#EBDAB1;
	}


.copy {
	font-family: "Arial";
	font-size: 10pt;
	color: #EBDAB1;
	}

.small {
	font-family: "Arial";
	font-size: 9pt;
	color: #EBDAB1;
	}

a:link   { color: #EBDAB1; 
	text-decoration: none; 
	}

a:visited  { color: #EBDAB1; 
	text-decoration: none;
	}

a:hover  { color: #FFFFFF; 
	text-decoration: none; }

a:active  { color: #EBDAB1; 
	text-decoration: none;
	 }
}


/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 960px) {
.title {
	letter-spacing: .5em;
	font-family: "Arial";
	line-height: 30px;
	font-size: 20px;
	color: #EBDAB1;
	}



.links {
	letter-spacing: .1em;
	font-family: "Arial";
	line-height: 30px;
	font-size: 12px;
	color:#EBDAB1;
	}


.copy {
	font-family: "Arial";
	font-size: 10pt;
	color: #EBDAB1;
	}

.small {
	font-family: "Arial";
	font-size: 9pt;
	color: #EBDAB1;
	}

a:link   { color: #EBDAB1; 
	text-decoration: none; 
	}

a:visited  { color: #EBDAB1; 
	text-decoration: none;
	}

a:hover  { color: #FFFFFF; 
	text-decoration: none; }

a:active  { color: #EBDAB1; 
	text-decoration: none;
	 }
}

/* Mobile Styles */
@media only screen and (max-width: 400px) {
.title {
	font-family: "Arial";
	font-size: 18px;
	line-height: 30px;
	color: #EBDAB1;
	}



.links {
	letter-spacing: .2em;
	font-family: "Arial";
	font-size: 12px;
	line-height: 18px;
	color:#EBDAB1;
	}


.copy {
	font-family: "Arial";
	font-size: 12px;
	color: #EBDAB1;
	}

.small {
	font-family: "Arial";
	font-size: 7px;
	color: #EBDAB1;
	}

a:link   { color: #EBDAB1; 
	text-decoration: none; 
	}

a:visited  { color: #EBDAB1; 
	text-decoration: none;
	}

a:hover  { color: #FFFFFF; 
	text-decoration: none; }

a:active  { color: #EBDAB1; 
	text-decoration: none;
	 }
}
