
@font-face {
    font-family:"Red Hat Display Regular";
    src:url("/fonts/RedHatDisplay-Regular.woff2") format("woff2"),
		url("/fonts/RedHatDisplay-Regular.woff") format("woff"),
		url("/fonts/RedHatDisplay-Regular.otf") format("opentype");
    font-style:normal;font-weight:400;
}

@font-face {
    font-family:"Bungee";
    src:url("/fonts/Bungee-Regular.woff2") format("woff2"),
		url("/fonts/Bungee-Regular.woff") format("woff"),
		url("/fonts/Bungee-Regular.otf") format("opentype");
    font-style:normal;font-weight:400;
}
        
        
				
html
{
	margin: 0px;
	padding: 0px;
}
body 
{
    font-family:"Red Hat Display Regular";
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #6a6a6a;
}

a, a:hover {
	color: #1fba85;
	text-decoration: none;
}

#header {
	background-image: url('/images/header-bg.jpg');
	background-size: cover;
	background-position: top;
	padding-bottom: 50px;
}

.topmenu {
	color: #fff !important;
	text-decoration: none;
}
.topmenu:hover {
	color: #9e6014 !important;
}
.menu-item {
	font-size: 16px;
	background-color: transparent;
}
.menu-item:hover:after { width: 100%; }
.menu-item:hover {
	background-color: #9e6014;
	color: #fff;
}
.menu-item:active {
	background-color: transparent !important;
}



.navbar-toggler-icon {
	color:#fff !important;
}

#logo-houder{
	margin-top:10px;
	text-align: right;
}
#logo {
	position: absolute;
	top: -5px;
	left: 20px;

	border-radius: 0px 0px 30px 0px;
	
	width: 140px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	padding-top:20px;
}


.genomineerd_foto {
	background-size:cover; 
	background-position:center;
}
.genomineerd_naam {
	font-family:'Bungee'; 
	color: #000; 
	font-size:25px; 
	margin-top:20px; 
	margin-bottom:20px;
}

#goud_bg {
	background-image:url('/images/goud-bg.png'); 
	background-size: 55%; 
	background-position:right 270px top; 
	background-repeat:no-repeat;
}

.socialicon {
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 25px;
	width:40px;
	height:40px;
	font-size:20px;
	padding-top:5px;
	margin:10px;
	cursor:pointer;
	color: #fff;
}
.socialicon:hover {
	color: #8f73b6;
	border-color: #8f73b6;
}
.footerlink, .footerlink:hover {
	color: #9e6014;
	text-decoration: none;
}


.plusbutton, .plusbutton:hover {
	color: #9e6014;
	text-decoration: none;
}

.profiel-menu-link {
	text-decoration:none; 
	color:#000;
}
.subtitel {
	color: #9e6014; 
	font-size:20px; 
	text-transform: uppercase; 
	font-family:'Bungee';
}
#landing-achtergrond {
	margin-top:50px; 
	margin-bottom:50px;
}

.beheerlink, .beheerlink:hover {
	color: #9e6014;
	text-decoration: none;
}

.button-groen {
	display: inline-block;
	background-color: #9e6014;
	color: #fff;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;

	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	user-select: none;
	
	cursor: pointer;
}

.share-icon {
	color: #1fba85;
	font-size: 35px;
	margin-right: 10px;	
}
.sharelink {
	text-decoration: none;
}
.sponsor {
	border: solid 1px #9e6014;
	background-image: url('/images/logo.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 4px;	
}

@media (max-width: 992px) {
	#goud_bg {
	background-image: none;
	}
}