html, body {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
}

.header {
	background-color: #fff;
	height: 300px;
	text-align: center;
}

.img-fluid {
	max-width: 100%;
	max-height: auto;
	padding-top: 30px;
	width: 800px;
	opacity: 0.5;
}


.header h1 {
	color: #31363d;
	font-size: 55px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 5px;
	padding-top: 50px;
	text-transform: uppercase;
	top: 44px;
}


.nav ul {
	height: 50px;
	margin: 0 0 30px;
	text-align: center;
}

.nav li {
	color: #fff;
	display: inline;
	font-size: 45px;
	list-style-type: none;
	text-transform: uppercase;
	padding: 20px;
	-webkit-transition: color 0.25s;
	transition:color 0.25s;
}

.nav li a:link {
	text-decoration: none;
	text-transform: uppercase;
}

.nav li a:hover {
	color: #31363d;
	cursor: pointer;
	-webkit-transition: color 1s;
	transition: color 1s;
}

.row {
	margin-top: 30px;
	margin-left: 20px;
}
.footer {
	background-color: #fff;
}