@font-face {
    font-family: 'Raleway-Thin';
    src: url('../fonts/Raleway-Thin.ttf');
}
@font-face {
    font-family: 'Raleway-Regular';
    src: url('../fonts/Raleway-Regular.ttf');
}


body,html{
	width:100%;
	height:100%;
	margin:0;
	font-family: 'Raleway-Regular';
	padding:0;
}
header{
	height: 100%;
	background:url('../img/background.jpg');
	height:100%;
	background-size: cover;
	background-position: center;
}
.logo-brand span{
	font-size: 50px;
	text-transform: uppercase;
	color:#dedede;
}
.logo-brand img{
	display: block;
	margin: 0 auto;
	width:400px;
	padding-top: 30px;
}

.text-vertical-center {
  position: absolute;
  top: 50%; 
  transform: translateY(-50%); 
  margin:auto;
  text-align: center;
  left: 0;
  right: 0;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-family: 'Raleway-Regular';
    text-transform: uppercase;
	color:#dedede;
	text-align: center;
}
.buttons{
	padding-top: 50px;
	font-size: 20px;
	text-align: center;
	margin: auto;
}
.rent{
	background:#6fafff;
	color:white;
	border:none;
	padding:7px 20px;
	border-radius: 3px;
	outline: none;
}
.contact{
	margin-left: 10px;
	background:white;
	color:#6fafff;
	border:none;
	padding:7px 20px;
	outline: none;
	border-radius: 3px;
}
.rent a{
	color:white;
}
.rent a:hover{
	text-decoration: none;
	color:white;
}
.contact a{
	color:#6fafff;
}
.buttons a:hover{
	text-decoration: none;
}
.description{
	padding-top: 20px;
	padding-bottom: 20px;
}
.description p{
	color:white;
	text-align: justify;
	font-size: 25px;
	font-family: 'Raleway-Thin';
}
.scooter-display{
	height: 100%;
}
.scooter-display h1{
	text-align: center;
	color:#c0c0c0;
	padding-top: 0px;
}
.scooter-display span:first-child{
	color:#6fafff;
	font-family: 'Raleway-Regular';
}
.item img{
	overflow: hidden;
	width:70%;
}
.item button{
	background:#6fafff;
	color:white;
	border-radius: 3px;
	border:none;
	font-family: 'Raleway-Regular';
	padding:7px;
}
.item a{
	color:white;
}
.item a:hover{
	color:white;
	text-decoration: none;
}
.first,.third{
	border-right: 1px solid #dedede;
}
footer{
	border-top: 1px solid #dedede;
	clear: both;
}
footer img{
	width:200px;
	display: block;
	margin: 0 auto;
}
@media screen and (min-width:600px)  and (max-width:992px){
	footer{
		border-top:0;
	}
	.item{
		padding-bottom: 20px;
		border-bottom: 1px solid #dedede;
	}
	.last{
		border-bottom:0;
	}
	.first,.third{
	border-right: 0;
	}
}
@media screen and (max-width:600px){
	header{
		height: 100%;
	}
	h1{
		font-size: 31px !important;
		margin-top: 0 !important;
	}
	.description p{
		font-size: 16px;
		color:white;
		font-family: 'Raleway-Regular';
	}
	.buttons button{
		display: block;
		margin:0 auto;
		margin-bottom: 20px;
		width:70%;
	}
	.text-vertical-center{
		padding-top: 10px;
	}
	.item{
		padding-bottom: 20px;
		border-bottom: 1px solid #dedede;
	}
	.last{
		border-bottom:0;
	}
	.item button,img{
		display: block;
		margin: 0 auto;
		margin-top: 10px;
	}
	.scooter-display h1{
		padding-top: 20px;
	}
	.first,.third{
		border-right: 0;
	}
	footer{
		border-top:0;
	}
	footer img{
		width:150px;
	}
}