@charset "utf-8";
/* CSS Document */
.navbar {
    margin-bottom: 0px;
}

.jumbotron {
    min-height: 100vh;
	background-image:url(img/header.jpg);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 0;
}

.over-image {
	background-color: rgba(231,231,231,0.80);
    margin-top: 5%;
    padding: 15px;
}

.gold {
    background-color: rgba(212,175,55,0.99);
	margin-top: 1%;
    padding: 15px;
}

.padding-top-bottom {
	padding: 15px 0;	
}

.footer {
	margin-top: 30px;
	padding-top: 30px;	
}
					