@charset "UTF-8";

/* MARCELLUS IS A CLOSE OPEN-SOURCE FONT FOR OPTIMA ROMAN WHICH IS THE ACTUAL ASTON MARTIN FONT */

@font-face {
  font-family: "Marcellus";
  src: url("../files/Marcellus-Regular.ttf");
}


a:visited {
	color: #fff;
}
a:hover {
	color: #ff0;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:active {
	color: #fff;
}
#body a {
    text-decoration: underline;
    font-size: medium;
}
/* CSS Document */

body {
	font-family: "Marcellus";
	background-color: #000;
	font-size: 16px;
}

#body {
	background-color: #333;
	color: #fff;

}
h1 {
	font-size: 33px;
	color: #fff;
	font-family: "Marcellus";
    text-transform: uppercase;
}

h2 {
	text-align: center;
	font-size: 30px;
  text-transform: uppercase;
}

h3 {
	text-align: left;
	font-size: 25px;
	color: #eee;
	margin-left: 10px;
      text-shadow: 2px 2px 3px #111;
	}

h4 {
	margin-left: 10px;
	text-align: left;
	font-size: 16px;
	color: #fff;
	display: inline;

}

#header {
	background-color: #000;
	color: #CCC;
}
#header h1{
	text-align: center;
	font-size: 30px;
}

#header h2{
	text-align: center;
	color: #f11;
	font-size: 20px;
}


#sidebar p {
	background-color: #444;
	border: 1px solid #333;
	font-size: 16px;
}

td{
 text-align:center;
 vertical-align:middle;
}


.gridContainer.clearfix {
	background-color: #000;
}
#body h2 {
	color: #fff;
  text-shadow: 2px 2px 8px #111;
}

li:not(:last-child) {
}

li{
    margin-bottom: 10px;
    text-align: left;
}

.tinyText {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 12px;
}

.centerText {
	text-align: center;
}

.roadRatingTable{
    	text-align: center;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 18px;
}

.routeBullets {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 15px;
    color: #ff0;
}

/* ROAD LIST */

.roadList {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #999;
    column-count: 3;
    list-style-type: none;
}

#body .roadList  a:link {
    font-size: 15px;
    text-decoration:none;
    color:#fff;
}

#body .roadList  a:hover {
    color:#ff0;
}





