html, body {
	background-color: #fefbda;
}

.myjumbotron {
	color: #f49900;
	background-color: #fff;
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 0;
}

h1.jumbotron {
	font-weight: bold;
}

p.jumbotron {
	font-weight: bold;
}

.mynav {
	background-color: #f49900 !important;
	align-items: left !important;
	align-content: left;
	text-align: left;
	padding: 0;
	margin: 0;
}

a, a:hover, a:visited, a:active {
	color: #fff;
}

a:hover {
	color: #fef485;
}

.content {
	padding: 10px;
}

a.mylink, a.mylink:hover, a.mylink:active, a.mylink:visited {
	color: #f49900 ! important;
	font-weight: bold;
}

.mycontent {
	background-color: #fff;
	margin-top: 50px;
	padding: 0;
	margin: 0;
}