/* 
Theme Name: Olympia Talent Cup
Theme URI: https://www.olympiatalentcup.nl
Author: Buro Wild - Ongetemde Merkjagers
Author URI: https://burowild.nl
Description: Custom Wordpress theme/template
Version: 1.0 
*/


h1, h2, h3, h4, h5, h5{
	font-family: "aleo", sans-serif;
	font-weight: 800;
}

h3{
	line-height: 35px;
}

p{
	font-family: "open-sans", sans-serif;
	font-weight: 500;
	line-height: 30px;
}

a{
	color: #E75013;
}

strong{
	font-weight: 800;
}

.img{
	border-radius: 20px;
}

.btn{
	border-radius: 50px;
	width: 42px;
	height: 42px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	background: white;
	color: #E75013;
	text-align: center;
	padding-top: 8px;
	transition: 0.5s;
}
.btn i{
	color: #E75013;
	transition: 0.5s;
}

.btn:hover{
	transition: 0.5s;
	background: #27348B;
}

.btn:hover i{
	color: white !important;
	transition: 0.5s;
}

.button{
	text-transform: lowercase;
	font-family: "aleo", sans-serif;
	border-radius: 50px;
	font-weight: bold;
	padding-bottom: 10px;
	background: #E75013;
	color: white;
	font-weight: 800;
	margin-bottom: 
}

.button::after{
	font-family: "Font Awesome 6 Pro";
	font-weight: 900; /* nodig voor solid icons */
	content: "\f330"; /* unicode van het icoon, hier: pijl naar rechts */
	display: inline-block;
	margin-left: 5px; /* beetje ruimte tussen tekst en icoon */
	color: white;
	width: 15px;
}

.button.white::after{
	color: #E75013;
}

.button.white{
	background: white;
	color: #E75013;
}

.button.white:hover{
	background: #27348B;
	color: white;
}

.button.blue::after{
	color: white;
}

.button.blue{
	background: #27348B;
	color: white;
}

.button.white:hover{
	background: #27348B;
	color: white;
}

.button:hover{
	background: #27348B;
}

#menu{
	position: fixed;
	width: 100%;
	padding-top: 50px;
	z-index: 5;
}

#navbar{
	min-height: 60px;
	background: white;
	border-radius: 100px;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
	padding: 25px 20px 20px 20px;
	font-size: 15px;
	
}

#navbar ul{
	margin: 0;
	float: right;
}

#navbar li{
	float: left;
	list-style: none;
	font-family: "aleo", sans-serif;
	margin-right: 25px;
}

#navbar li a{
	color: #27348A;
	font-weight: 800;
}

#navbar li a:hover{
	color: #E75013;
}

.navbal{
	width: 30px;
	position: absolute;
	top: 10px;
}

#mainlogo{
	margin-bottom: 100px;
}

#date{
	margin-bottom: 100px;
}

#header{
	background: #27348A;
	background: linear-gradient(45deg, rgba(39, 52, 138, 1) 0%, rgba(231, 80, 19, 1) 100%);
	min-height: auto;
	padding-top: 150px;
	padding-bottom: 150px;
	color: white;
}


#deelnemers{
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 200px;
	background: white;
}

.item{
	width: 150px;
	height: 150px;
	background: black;
	border-radius: 100px;
	position: relative;
}

.item img{
	position: absolute;
	max-width: 80px !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.owl-deelnemers .owl-item:nth-child(odd) .item{
	background: #FCEDE8;
}

.owl-deelnemers .owl-item:nth-child(even) .item{
	background: #E9EBF3;
}


.contentwhite{
	color: #27348B;
	min-height: auto;
	padding-top: 100px;
	padding-bottom: 100px;
}

#intro.contentwhite{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}


#intro .grid-container{
	background: url("img/BAL_BLAUW_5.svg");
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	padding-top: 100px;
	padding-bottom: 100px;
}

.blokimg{

}

.blokgradient{
	border-radius: 30px;
	background: url('img/BAL_WIT_10.svg'), linear-gradient(45deg, rgba(39, 52, 138, 1) 0%, rgba(231, 80, 19, 1) 100%);
	background-size: 75%, cover;
	background-position: bottom -100px right -100px, center;
	background-repeat: no-repeat;
	color: white;
	padding: 50px !important;
}

.blokimg{
	padding: 50px !important;
	border-radius: 30px;
	background-size: cover !important;
	background-position: center !important;
	position: relative;
	min-height: 450px;
}

.blokimg h4{
	color: white;
	position: absolute;
	bottom: 30px;
	left: 30px;
	margin-bottom: 0px;
}

#footer{
	padding-top: 50px;
	padding-bottom: 50px;
	color: #27348B; 
	
}



