

body {
	background: linear-gradient(90deg, #FFF043, #0096C6);
	height: 100vh;
	font-family: 'Roboto';
	}



.logo {
    position: relative;          /* where the next element will be automatically positioned */
    display: inline-block;       /* causes element width to shrink to fit content */
    left: 50%;                   /* moves left side of image/element to center of parent element */
    transform: translate(-50%);  /* centers image/element on "left: 50%" position */
    width: 400px;
    margin: 40px 0px 40px 0px;
}


.logoklein {
    position: relative;          /* where the next element will be automatically positioned */
    display: inline-block;       /* causes element width to shrink to fit content */
    left: 50%;                   /* moves left side of image/element to center of parent element */
    transform: translate(-50%);  /* centers image/element on "left: 50%" position */
    width: 200px;
    margin: 20px 0px 20px 0px;
}





/* ZWARTE TITEL WITTE LETTERS */ 



h1 { font-size: 2em;  margin: 10px 0px 0px 60px; color: black; font-weight: 400}


.h1div { background-color: white; width: fit-content; padding: 2px; margin: 30px auto; text-align: center; }


.h1black { 
	background-color: black; 
	color: white; 
	text-transform: uppercase; 
	border: 2px solid white; 
	border-radius: 25px; 
	width: fit-content; 
	padding-left: 25px; 
	padding-right: 25px; 
	padding-top: 4px; 
	padding-bottom: 4px; 
	letter-spacing: -2px;
	font-weight: 200;
	font-family: 'Roboto Condensed';
	margin: 0 auto;
	position: relative;
	bottom: 30px;
	}




  h2 { font-size: 1.1em;  margin: 10px 0px 0px 60px; color: black; font-weight: 400}





@media (min-width: 720px) {

    h2 { margin: 20px 2px 20px 40px; color: black; font-size: 1.6em; font-weight: 400}

}







p, ul, ol {  font-size: 1em; line-height: 1.5em; color: black; font-weight: 400 }



.container { 
	max-width: 960px;
	height: fit-content;
	border-radius: 20px;
	margin: 0 auto;
	background-color: white;
	}


#welkom { 
	font-size: 1em;
	background-color: white;
	display: flex;
	flex-direction: row;
	border-radius: 20px;
	}



.twos {
	width: 90%;	
	max-width: 960px;
	margin: 0 auto;
 	display: grid;
	gap: 1rem;
	justify-content: center;
	}


.twos > div {  
	text-align: left; 
	margin-bottom: 30px; 
	width: 340px; 
	} 



#left, #right {
	padding: 0px 30px 10px 40px;
	display: inline-block;
	width: 40%;
	height: 100%;
	color: black;
	/* align-self: flex-end; */
	}




#socials, #follow { 
	width: 520px;
	height: fit-content;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: center;
	padding: 20px;
	}



.textfooter { 
	max-width: 560px;
	height: fit-content;
	border-radius: 20px;
	margin: 0 auto;
	text-align: center;
	}


.videodiv { padding: 40px; }




/* CHALLENGES */


.challenge-buttons {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
 /*   align-items: center; */
    justify-content: center;
    width: 900px;
    margin: 0 auto;
    text-align: center;
}


.challenge-buttons > div { background-color: transparent; text-align: center; } 





/* HALL OF FAME */



.hall {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-template-rows: 1fr;
  column-gap: 2px;
}



.fame { display: inline-block; 
	border-radius: 20px; background-color: #fff; text-align: center; color: #000; padding: 2px; margin: 4px; height: 524px; position: relative;}

.fame img { border-radius: 20px; width: fit-content; max-width: 286px; margin-top: 9px; }

.credits {position: absolute; bottom: 20px; left: 20px; text-transform: uppercase; font-family: 'Roboto Condensed'; background-color: white; color: black; border-radius: 20px; padding: 5px 20px}







/* RESPONSIVE */



@media (max-width: 920px) {

    .logo {
	width: 300px;
	margin: 30px 0px 20px 0px;
	}

    #welkom, .container  { 
	width: 650px;
	height: fit-content;
  }


    .challenge-buttons {
	width: 720px;
        grid-template-columns: repeat(3, 1fr);
	}



 .hall{
      grid-template-columns: repeat(2, 1fr);
   }


}





@media (min-width: 720px) {


    .logo {
	width: 350px;
	margin: 35px 0px 35px 0px;
    }


    h1 { margin: 20px 2px 20px 40px; font-size: 1.6em; font-weight: 400;}

    .h1black { 	font-size: 2.4em;  }

}




@media (max-width: 720px) {

    .logo {
	width: 200px;
	margin: 20px 0px 20px 0px;
	}

    #welkom, .container { 
	width: 450px;
	}

    #welkom { 
	flex-direction: column;
	}


    #left, #right {
	padding: 30px;
	display: inline-block;
	width: 80%;
	}


    .challenge-buttons {
	width: 520px;
	grid-template-columns: repeat(2, 1fr);
	}


    .hall{
	grid-template-columns: repeat(1, 1fr);
   }



}



@media (max-width: 540px) {

    .logo {
	width: 240px;
	margin: 20px 0px 20px 0px;
	}


    h1 { margin: 20px 10px 0px 20px; line-height: 1.5em; font-size: 1.5em}

    h2 { margin: 20px 10px 0px 20px; line-height: 1.5em; font-size: 1.2em }


    #welkom, .container { 
	width: 390px;
	}

    #welkom { 
	flex-direction: column;
	}


    #left, #right {
	padding: 20px;
	display: inline-block;
	width: 90%;
	}

    .videodiv { padding: 20px; }

}



@media (min-width: 900px) {


    .closer { 
	top: 40px;
	right: 80px;
	}

    #h1black { font-size: 1.8em; }


    .separator {  clear: both; height: 80px; }


    .twos { grid-template-columns: repeat(2, 1fr); }


    .twos > div {  
	margin-bottom: 130px; 
	width: 90%;
	} 


    .twos > div > img {  
	position: relative; 
	left: 80; 
	bottom: 90;
	}

}




@media (max-width: 500px) {

	.challenge-buttons {
	width: 400px;
    grid-template-columns: repeat(1, 1fr);
	}

}



.threes {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(3, 1fr);
    align-items: center; 
    justify-content: center;
}

.threes > img { text-align: center; } 




.fours {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    align-items: center; 
    justify-content: center;
}

.fours > div { background-color: transparent; text-align: center; } 





.fives {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
   align-items: center; 
   justify-content: center;
}

.fives > div { background-color: transparent; text-align: center; } 



.icon { height: 40px; margin-left: 20px;}



.label { height: 34px; margin-bottom: 20px; }



.h2black { 
	background-color: black; 
	color: white; 
	text-transform: uppercase; 
	border: 2px solid white; 
	border-radius: 25px; 
	width: fit-content; 
	padding-left: 25px; 
	padding-right: 25px; 
	padding-top: 4px; 
	padding-bottom: 4px; 
	font-size: 2.4em; 
	letter-spacing: -2px;
	font-weight: 200;
	font-family: 'Roboto Condensed';
	margin: 0 auto;
	position: relative;
	bottom: 30px;
	}




.h4white { 
	font-family: 'Roboto Condensed';
	background-color: white; 
	color: black; 
	text-transform: uppercase; 
	border: 1.5px solid black; 
	border-radius: 25px; 
	width: fit-content; 
	padding-left: 20px; 
	padding-right: 20px; 
	padding-top: 1px; 
	padding-bottom: 1px; 
	font-size: 1.35em; 
	letter-spacing: -2px;
	font-weight: 400;
	}




.h4black { 
	font-family: 'Roboto Condensed';
	background-color: black; 
	color: white; 
	text-transform: uppercase; 
	border: 1.5px solid black; 
	border-radius: 25px; 
	width: fit-content; 
	padding-left: 20px; 
	padding-right: 20px; 
	padding-top: 1px; 
	padding-bottom: 1px; 
	font-size: 1.35em; 
	letter-spacing: -2px;
	font-weight: 400;
	margin-bottom: 15px;
	}

button:hover {
 cursor:pointer;
}



 button:hover.h4white {
 cursor:pointer;
}



a { color: black; }



.tip { 
	font-family: 'Roboto Condensed';
	background-color: white; 
	color: black; 
	text-transform: uppercase; 
	border: 1.5px solid black; 
	border-radius: 25px; 
	width: fit-content; 
	padding-left: 20px; 
	padding-right: 20px; 
	padding-top: 1px; 
	padding-bottom: 1px; 
	font-size: 1.35em; 
	letter-spacing: -2px;
	font-weight: 400;
	height: 40px;
	margin-top: 10px;
	}

.tiptalic { 
	font-style: italic;
	}




/* BUBBLES */


.bubble {
  position: relative;
  font-family: 'Verdana';
  font-size: 16px;
  line-height: 26px;
  width: 90%;
  max-width: 300px;

}

.bubble-bottom-left {
  background-color: white;
  color: black;
  border-radius: 20px;
  border: 0px solid transparent;
  padding: 24px;
  text-align: center;
  box-shadow: 2px 0px 5px silver;
}


.bubble-bottom-right {
  background-color: #ffd2a780;
  color: black;
  border-radius: 20px;
  border: 1px solid #ffd2a780;
  padding: 24px;
  text-align: center;
 /* box-shadow: 5px 5px 2px #ffd2a780; */
}



.bubble-bottom-left:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 24px solid rgba(0,0,0,0.06);
  border-right: 12px solid transparent;
  border-top: 0px solid rgba(0,0,0,0.06);
  border-bottom: 20px solid transparent;
  left: 22px;
  bottom: -21px;
}

.bubble-bottom-right:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 12px solid transparent;
  border-right: 24px solid #ffd2a780;
  border-top: 0px solid silver;
  border-bottom: 20px solid transparent;
  left: 280px;
  bottom: -21px;
}




/*  HALL OF FAME FILTER  */


.bonus-item-category-list input[type=checkbox]+label {
  cursor: pointer;
  background-color: white;
  border: 1px solid black;
  text-align: center;
    font-family: 'Roboto Condensed';
    line-height: 1em;
    border-style: solid;
    appearance: none;
    border-radius: 20px;
    position: relative;
    padding: .6rem;
    display: block;
    font-size: 1.1em;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 400;
}

.bonus-item-category-list input[type=checkbox] { display: none; }





ul.bonus-item-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}



@media (max-width: 900px) {

	.flexi {     flex-direction: column; }

	.filter, .results { width: 100%; }



.bonus-item-category-list input[type=checkbox]+label {

    font-size: 1em;
}

	ul.bonus-item-categories {

	    flex-direction: row;
            list-style: none;
            display: flex;
 	 /*   flex-wrap: nowrap; */
	 /*   margin-left: 10px; */
	    }


	.imgheight {     height: fit-content; }


    .bonus-item-category-list input[type=checkbox]+label { font-size: 1em;  width: fit-content; }

}




li.bonus-item-category-list {
  list-style: none;
  margin: 25px;
}


INPUT[type=checkbox]:focus
{
    outline: 4px solid rgba(0, 0, 0, 0.2);
}



INPUT[type=checkbox]
{
    background-color: gray;
    border-radius: 2px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 17px;
    height: 17px;
    cursor: pointer;
    position: relative;
    top: 5px;
}

INPUT[type=checkbox]:checked
{
    background: #0000FF url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==") 8px 8px no-repeat;
}



@media (max-width: 450px) {

	ul.bonus-item-categories { 	    flex-wrap: wrap;	        gap: 15px;}

	li.bonus-item-category-list {    width: 100px;  margin: 7px; }

}



input:checked + label {
    color: white;
    background-color: black !important;
}



/* POPUP MODAL IMAGE */


#myImg {

  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}


#myImg2 {

  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg2:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 11; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  z-index: 11;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}




.thmb {  width: 240px; border-radius: 10px; border: 1px solid black; }



@media (max-width: 720px) {

	.thmb {  width: 320px; }

}



.partner-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 750px;
}



.partner-container > div {
    margin: auto !important;
}

.partnerlogo img {
    width: 150px;
    height: auto;
    margin: 25px;
}



@media (max-width: 720px) {
    .partner-container {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 290px;
    }

    .partner-container > div {
        margin: auto !important;
        min-height: 80px !important;
    }

    .partnerlogo img {
        width: 150px;
        height: auto;
    }


    .partnerlogo img {
    margin: 20px;
}


}

