body {	
	color: #666;
	margin-top: 75px;	
	font-family: Segoe UI, Century Gothic, Avenir Light, Tahoma, Arial, Helvetica, sans-serif;
	background-color: #000;
}

a, a:visited {
	text-decoration: underline;
	color: #efb412;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: #555;
	}

h1, h2, h3, h4 {
	color: #efb412;
	font-weight: 500;
	margin-bottom: 25px;
}

h5 {
	color: #efb412;
	font-weight: 400;
	margin-bottom: 25px;
}


p {
	font-size: 1.1em;
}

.page-title {
	margin-bottom: 60px;
}

/*@media (max-width: 767px) {
	h1, h2, h3, h4, h5, p {
	text-align: center;
}
}*/

.red {
	color: red;
	font-weight: bold;
}

.img-thumbnail {
	margin-bottom: 10px;
}

.ef-banner {
	width: 100%;
	max-width: 500px;
}


.img-gallery {
	margin-top: 20px;
	Xborder-color: #333;
}

.divider {
	border-top: 2px solid #333;
	margin: 30px 0px;
}
										/* NAVBAR */

.navbar {
	background-color: #000;
	border-bottom: 2px solid #ffc011;
}

.nav-item {
	margin-left: 2px;
	margin-right: 2px;
}

.navbar a, .navbar a:visited, .navbar a:hover, .navbar a:active {
	text-decoration: none;
	}
	
.navbar-dark .nav-item .nav-link, .navbar-dark .nav-item:visited .nav-link {
	color: #cdcdcd;
	}	
.nav-item a:hover.nav-link .nav-item a:active.nav-link {
	color: blue;
	}

.navbar-dark .nav-item:focus .nav-link,
.navbar-dark .nav-item:hover .nav-link {
        color: #ffc011;
}
.navbar-dark .nav-item.active .nav-link {
        color: #ffc011;
}

.dropdown-menu {
	background-color: #4671ac;
	border-color: #ffc011;
}

a.dropdown-item, a:visited.dropdown-item {
	color: #ffc011;
}

a:hover.dropdown-item, a:focus.dropdown-item {
	color: #ffc011;
	background-color: #4671ac;
}

@media (max-width: 1199px) {
	.nav-link {
		font-size: 80%;
	}
	
	.nav-item {
		margin-left: 1px;
		margin-right: 1px;
	}
}
										/* CAROUSEL */

.carousel {
	border-bottom: 2px solid #ffc011;
	z-index: -1;
}

@media (min-width: 768px) {
	.talltop {
		display: none
		}
	
	.shorttop {
		display: block
		}
}

@media (max-width: 767px) {
	.talltop {
		display: block
		}
	
	.shorttop {
		display: none
		}
}

										/* CONTENT */

.cvblogo {
	margin-top: -120px;
	z-index: 2;
	Xwidth: 25%;
	max-width: 150px;
	margin-bottom: 40px;
}

.white-back {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 2px solid #ffc011;
}

.white-back li {
	margin-bottom: 8px;
}
.grey-back {
	background-color: #eee;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 2px solid #ffc011;
}

.last {
	border-bottom: 0px solid red;
}




.taster {
	border-bottom: 2px solid #333;
	text-align: center;
	padding: 15px;
	border-radius: 0px;
	margin-bottom: 15px;
	width: 100%
}





.map-frame {
	border: 1px solid #333;
	padding: 5px 5px 0px 5px;
	border-radius: 0px;	
	margin-top: -5px;
}

.committee h5, .committee p {
	margin-bottom: 4px;
}


.img-affil {
	max-width: 250px;
	margin: 10px 20px;
}

@media (max-width: 767px) {
	.img-affil {
	max-width: 200px;
	margin: 10px 10px;
	}
	
}

										/* BASE */
										
.base {
	background-color: #ffc011;
	padding-top: 30px;
	padding-bottom: 20px;
	border-top: 2px solid #000;
}									

.base a, .base a:visited {
	color: #333;
}
.base a:hover, .base a:active {
	color: #333;
}

.btn-base {
	border: 1px solid #333;
	background-color: #ffc011;
	text-align: center;
	padding: 15px;
	border-radius: 0px;
	margin-bottom: 10px;
	color: #333;
	font-weight: 500;
	font-size: 0.9em;
	width: 100%
}

@media (max-width: 991px) {
	.btn-base {
		font-size: 0.8em;
	}
}


.fa, .far, .fab, .fas {
	margin-right: 10px;
}

.taster .fas {
	color: #333;
	margin-right: 20px;
}


.trio .btn-base {
	width: 100%;
	text-align: left;
}


.btn-base:hover {
	border-color: #fff;
	color: #fff;
}

										/* FOOTER */

.footer {
	background-color: #000;
	border-top: 2px solid #ffc011;
}

.footer p {
	margin: 20px;
	color: #fff;
}

.footer a, .footer a:visited {
	color: #ffc011;
}
.footer a:hover, .footer a:active {
	color: #fff;
}