body {
	font-family: 'Raleway', sans-serif;
	color: white;
}

/*navbar*/
.navbar {
	font-family: 'Raleway', sans-serif;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	background: rgba(255,255,255, 0.1)
}

/*sections*/
.section {
	text-align:left;
}

.section {
	background-size: cover;
}

.slide {
	background-size: cover;
	background-position-y: center;
	background-position-x: center;
}

/*home*/
h1.home {
	text-align: center;
	font-size: 100px;
	text-transform: uppercase;
	color: white;
}

h2.home {
	text-align: center;
	font-size: 15px; 
	letter-spacing: .5rem;
	text-transform: uppercase;
	color: white;
}

a.home {
	text-align: center;
	margin: 0 auto;
	color: white;
	padding: 10px 5px;
}

#section0 div{
	top: 47%;
    transform: translateY(-50%);
    position: relative;
}

.arrow {
	text-align: center;
	margin-top: 10px;
}

.arrow a {
	color: white;
	font-size: 20px;
}

#footer {
	position: fixed;
    left: 0;
    height: 50px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin: 0;
}

#footer li{
	display: inline-block;
    margin: 0;
    color: #fff;
    padding: 0;
}

/*slide*/
div.info {
    text-align: left;
    color: #fff;
}

h1.slider {
	color: white;
	font-size: 33px;
	position: absolute;
	bottom: 10%;
	margin-left: 40px;
	font-weight: 600;
}

p {
	font-size: 15px;
	position: absolute;
	margin-left: 40px
}

.gps {
	bottom: 7%;
}

.time {
	bottom: 4.5%;
}

i.infotag {
	text-align: center;
	min-width: 30px;
	color: rgba(255,255,255,0.60)
}
