body {
 background-color: #f5f5f5;
}
.navbar {
	border-bottom: 1px solid #be925f;
	margin-bottom: 50px;
	padding-left: 30px;
}
.navbar a{
	font-size: 20px;
}
.gold {
	color: #be925f;
}
h1, h2, h3, h4, h5, a {
	color: #be925f;
}
h1 {
	font-size: 2rem;
}
h2 {
	font-size: 1.5rem;
}
h3 {
	font-size: 1rem;
}
a:hover {
    text-decoration: none;
    color: #98744c;
}
h2 {
	font-size: 1.2rem;
}
.footer {
	border-top: 1px solid #be925f;
	margin-top: 30px;
	line-height: 60px; /* Vertically center the text there */
}
.footer a {
	color: #666;
}
.footer p {
	margin-bottom: 0;
}
.btn-outline-primary {
	color: #be925f;
    border-color: #be925f;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #be925f;
    border-color: #be925f;
}
.box {
	padding: 30px;
	margin-bottom: 30px;
}
.side {
	padding: 10px;
	margin-bottom: 30px;
}
.boxIndex {
	padding: 0px 30px 30px 30px;
	margin-bottom: 30px;
}
.event {
	padding-bottom: 10px;
	padding-top: 10px;
}
.btn-primary {
	background-color: #be925f;
    border-color: #be925f;
}
.btn-primary:hover {
	background-color: #98744c;
    border-color: #98744c;
}
.partners {
	clear: both;
	height: 100%;
}
.partners .logo {
	text-align: center;
	float: left;
	width: 170px;
	height: 120px;
	display: contents;
}
.partners .logo img {
	padding: 20px;
}

.img-left {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}

.img-right {
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.dop-text {
	
	}

.dop-text img{
	max-width: 100%;
	height: auto;
	}