body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Raleway', sans-serif;
	background: #FFF;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}

.main-wrapper {
	float: left;
	width: 100%;
	height: 100vh;
	min-height: 100vh;
	background: url(../img/main-image.jpg) no-repeat;
	background-size: cover;
}