html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body { 
	background-color: #0a162e;
	padding-top: 120px;
	padding-bottom: 100px;
	font-family: 'Questrial', sans-serif;
	font-size: 1.2rem;
}

.cat h3 {
	font-family: 'Questrial', sans-serif;
	font-size: 1.1em;
	color: #000;
	padding: 5px;
	margin: 5px;
	text-transform: uppercase;
}

.jumbotron {
	background-image: url('header.jpg');
	border-radius: 0px;
}

a:link, a:visited, a:active {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none !important;
}

.bg-gold {
	background-color: #e6e7e9;
}

.bg-gold2 {
	border-top: 40px #522e91 solid;
	padding-top: 10px;
	background-color: #e6e7e9;
}

@media only screen and (min-width: 640px) {
	body {
	padding-top: 65px;
	}
	
	.bg-gold {
	width: 1100px;
	}
	
	.bg-gold2 {
	width: 1100px;
	}
}

.btn {
	background-color: #542f8f;
	border: #ea39c1;
	color: #fff;
	font-weight: 400;
}

.btn:hover {
	background-color: #3e2368;
}

h1 {
	color: #ccb933;
	font-weight: 800;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1em;
	font-weight: 400;
}