/* main stylesheet for Relative Digital website */

@charset "ISO-8859-1";
#wrapper {
	background-color: #fff;
	width: 550px;
	margin: 0 auto;
}
h1 {
/*	margin-top: 10%;*/
	font-family: Courier, "Courier New", monospace;
	text-align: center;
    font-size: 300%;
    padding-bottom; 100px;
}
#tagline {
	text-align: center;
	font-family: sans-serif;
	font-style: italic;
}
.relative {
	font-family: Courier, "Courier New", monospace;
	color: #414a4c;
}
.digital {
	font-family: Courier, "Courier New", monospace;
	color: #ee204d;
}
.code {
    font-family: Courier, "Courier New", monospace;
    font-size: 85%;
    color: lightgrey;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 1.3em;
	padding: 20px 0 10px;
	text-align: center;
}
#logos {
 	text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
#footer {
	font-family: sans-serif;
	font-size: 0.6em;
	font-variant: normal;
	line-height: normal;
/*	text-transform: uppercase;*/
	padding-top: 10px;
	text-align: center;
}
#footer .relative {
	font-size: small;
}
#footer .digital {
	font-size: small;
}
a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #414a4c;
}
a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #414a4c;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}