html {
	height: 100%;
}

body {
	background: url(https://i.imgur.com/KwgK8wO.jpg);
	background-size: cover;
	background-position: center;
	font-family: 'Lato', sans-serif;
	color: white;
}

#content {
	text-align: center;
	padding-top: 30%;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
                 0px 8px 13px rgba(0,0,0,0.1),
                 0px 18px 23px rgba(0,0,0,0.1);
}

h1 {
	font-weight: 700;
	font-size: 6em;
}

h3 {
	font-size: 2em;
}

hr {
	width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.navbar {
	background-color: black;
	border-bottom: 2px solid #777;
}
