html {
	height: 100%;
}

body {
	background: url(./img/manki-kim-348476.jpg);
	background-size: cover;
	font-family: 'Lato', sans-serif;
}

#content {
	text-align: center;
	padding-top: 25%;
	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);
}

.navbar .navbar-nav>li>a {
	color: white;
}

.navbar .navbar-brand, h1, h3 {
	color: white;
}

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

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