/* CSS Document */
body {
	background: #333333;
	color: white;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

div {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 84px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
	font-weight: 900;
	margin: 5px;
	padding: 0px;
}
.container {
	width: 1440px;
}
h2 {
	font-size: 60px;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: black;
	margin: 5px;
	padding: 0px;
}
h3 {
	font-size: 32px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
	margin: 5px;
	padding: 0px;
}

table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}
tr {
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
th {
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
td {
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
img {	
	width: 150%;
}
a {
  text-decoration: none;
  color: navajowhite;
}
a:link {
	color: navajowhite;	
}
a:visited {
	color: navajowhite;
}
a:active {
	color: navajowhite;
}
a:hover {
	color: slategrey;
	text-decoration: underline;
}

.link-more {
	text-align: right;
	vertical-align: bottom;
	padding-right: 20px;
}
/* Header */
.header {
	display: flex;
	background: #33160A;
	color: white;
	border: #33160A solid 1px;
    border-radius: 20px;
	margin: 20px 0px 10px 0px;
}
.head-logo {
	height: 100px;
	width: 200px;
	text-align: center;
}
.head-space{
	width: 200px;
}
.head-title {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 160px;
	width: 640px;
	text-shadow: 0px 0px 10px #000000;
	text-align: center;
	color: white;
	background-image: url("../img/Cropped Car.jpg");
	background-repeat: no-repeat;
	max-height: none;
}
.head-user {
	height: 50px;
	width: 200px;
	text-align: right;
	vertical-align: top;
	padding: 15px;
}
/* Navigation */
.navigation {
	display: block;
	background: #33160A;
	color: white;
	border: #33160A solid 1px;
    border-radius: 20px;
	margin: 10px 0px 0px 0px;
	padding: 5px;
}
.nav-garage {
	width: 100px;
	text-align: center;
}
.nav-team {
	width: 100px;
	text-align: center;
}
.nav-market {
	width: 100px;
	text-align: center;
}
.nav-management {
	width: 100px;
	text-align: center;
}
.nav-space{
	width: 50px;
	text-align: center;
}
/* Breadcrumbs */
.breadcrumbs {
	display: block;
	background: #333333;
	color: white;
	text-align: left;
	vertical-align: middle;
	border: #33160A solid 0px;
    border-radius: 20px;
	padding: 5px 0px 5px 20px;
}
/* Main */
.main {
	display: block;
	background: #333333;
	color: white;
	text-align: center;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}
.main-content-left {
}
.main-content-right {	
}
.main-register {
	display: block;
	background: #33160A;
	color: white;
	border: #33160A solid 1px;
    border-radius: 20px;
	margin: 0px 0px 10px 0px;
	padding: 5px;
}
.main-schedules {
	height: 200px;
	width: 420px;
	display: block;
	background: #33160A;
	color: white;
	border: #33160A solid 1px;
    border-radius: 20px;
	margin: 10px 0px 10px 0px;
	padding: 5px;
}
.tr-schedules {
	border-bottom: 1px solid #808080;
	text-align: left;
}
.th-schedules {
	border-bottom: 1px solid #808080;
	text-align: left;
}
.td-schedules {
	border-bottom: 1px solid #808080;
	text-align: left;
}
.width-schedules-80 {
	width: 80px;
}
.width-schedules-100 {
	width: 100px;
}
.width-schedules-160 {
	width: 160px;
}
.main-logs {
	height: 228px;
	width: 420px;
	display: block;
	background: #33160A;
	color: white;
	border: #33160A solid 1px;
    border-radius: 20px;
	margin: 10px 0px 10px 0px;
	padding: 5px;
}
.main-description {
	display: block;
	background: #33160A;
	color: white;
	border: #33160A solid 1px;
    border-radius: 20px;
	margin: 0px 0px 10px 0px;
	padding: 5px;
}
.main-announcements {
	height: 370px;
	display: block;
	background: #33160A;
	color: white;
	border: #33160A solid 1px;
    border-radius: 20px;
	margin: 10px 0px 10px 0px;
	padding: 5px;
}
.main-space{
	width: 10px;
	text-align: center;
}
/* Footer */
.footer {
	display: block;
	background: #33160A;
	color: white;
	border: #33160A solid 1px;
    border-radius: 20px;
	margin: 10px 0px 0px 0px;
	padding: 5px;
}