body, html {
    height: 850px;
	max-width:100%;
	/*overflow-x:hidden;*/
    margin: 0;
	padding:0;
}

.title-image {
  background-image: url("images/header_car.jpg");
  height: 33%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.title-text {
  text-align: center;
  position: relative;
  font-family: circular, sans-serif;
  font-size:30px;
  width:600px;
  left:50%;
  top:0;
  line-height:40px;
  overflow:hidden;
  transform:translateX(-50%);
  color:#aaa;
  text-shadow:3px 3px 10px rgba(0,0,0,1);
}

.title-text img{
  position:relative;
  height: 40px;
  width: 70px;
  cursor:pointer;
}

.title-text img:hover {
   border: 1px inset rgba(200,200,200,1);
}


.title-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding-top:10px;
  padding-bottom:10px;
  margin-top:-30px;
  width: 70px;
  height:40px;
  color: #eee;
  background-color: rgba(50,50,50,0.9);
  text-align: center;
  font-family: "trebuchet MS", sans-serif;
  font-size:13px;
  cursor: pointer;
}

.title-text button:hover {
  border: 1px solid rgba(200,200,200,1);
}

.sletter{
	color:rgb(255,255,0);
	text-shadow:3px 3px 5px rgba(0,0,0,1);
	font-size:170%;
	font-family:"Brush Script MT",script;
}

#grad1{
	height:975px;
	margin:0;
	background: linear-gradient(rgba(255,0,0,1),rgba(255,0,255,0.1), rgba(0,0,255,1));
	padding-bottom:20px;
	padding-top:10px;
}

#outer-menu{
	height:55px;
	margin:0 10px;
	min-width:600px;
	background:radial-gradient(rgba(255,255,255,1), rgba(150,150,150,.8));
	border-radius:15px;
	text-align:center;
	box-shadow:7px 7px 10px -1px rgba(0,0,0,0.3);
	position:relative;
	left:50%;
	transform:translateX(-51%);
}

.table{
	display:table;
	margin:0;

}

#ref-list{
	min-width:600px;
	list-style:none;
	padding:0;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
}

#ref-list li{
	display:inline;
	text-align:center;
}

.buttons{
	margin:0 20px;
	height:25px;
	width:25%;
	color:white;
	font-family: "trebuchet MS", sans-serif;
	background-color:rgba(0,0,0,.5);
	border-radius:10px;
	box-shadow:2px 2px 10px rgba(0,0,0,0.3);
}

#ref-list li button:hover{
	box-shadow:5px 5px 10px rgba(255,0,0,0.5);
}

#ref-list li button:active{
    box-shadow:2px 2px 10px rgba(255,0,0,0.5);
}

#ref-list li button:focus{
	outline:none;
}

.images{
	border-radius:20px;
	background:radial-gradient(rgba(255,255,255,1), rgba(200,200,200,.8));
	position: absolute;
	margin:0;
	padding:0;
	padding:10px 0;
	font-size:0;
	top: 375px;
	width:600px;
	height:400px;
	/*200px at 300px width*/ 
	text-align:center;
	left: 50%;
	transform:translateX(-50%);
}

.images img{
	width:30%;
	height:30%;
    margin: 4px;
	padding-top:4px;
	box-shadow:7px 7px 5px -1px rgba(0,0,0,0.3);
}

.logo-image{
	vertical-align: middle;
	font-size:0;
	width:480px;
	top:750px;
	left:50%;
	transform:translateX(-50%);
    position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.logo-image img{
  margin:0;
  padding:0;
  height: 140px;
  width: 240px;
  vertical-align: middle;
  box-shadow:7px 7px 10px -1px rgba(0,0,0,0.7);
}

#logo_image{
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
}

#logo_image1{
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
}
