@charset "utf-8";

:root{
    --Smallfont: 'Montserrat', sans-serif;
    --Bigfont: 'Roboto', sans-serif;
    --PrimairColor: #0f5e3f;
    --SecondColor: #e7f2d8;
    --ThirdColor: #D3E2DC;
    --GreenFontColor: #739D62;
    --white: #F8F8F5;
    --badmintontEuropeColor: rgba(25,66,146,74);
}
/*Fonts*/
    /*algemeen*/
h1, h2, h3, h4, h5, p{
    margin: 10px 0;
}
h1, h2, h3{
    font-family: var(--Bigfont);
    color: var(--PrimairColor);
    font-weight: 800;
}
h5, a, button, h6{
    font-family: var(--Smallfont);
    text-transform: uppercase;
    font-weight: bolder;
}
p{
    font-family: var(--Smallfont);
    font-size: 1rem;
    line-height: 130%;
} 
button{
    padding: 12px 40px;
    background-color: var(--PrimairColor);
    border-style: none;
    border-radius: 50px;
    color: var(--SecondColor);
}
.Bold{
    font-weight: 600;
}
.fontPadding{
    padding-top: 10px;
}
.smallFontPadding{
    padding-bottom: 10px;
}
.uppercase{
    text-transform: uppercase;
}
    /*End algemeen*/
    /*specific*/
h1{
    font-size: 5rem;
}
h2{
    font-size: 4rem;
}
h3{
    font-size: 3rem;
}
h4{
    font-family: var(--Smallfont);
    font-size: 1.5rem;
    color: var(--GreenFontColor);
    font-weight: 600;
}
h5{
    font-size: 1.5rem;
    color: var(--ThirdColor);
}
h6{
    font-size: 1.2rem;
    font-family: var(--Smallfont);
    font-weight: bold;
    margin-bottom: -5px;
}
a{
    color: var(--PrimairColor);
    font-size: 1rem;
    text-decoration: none;
}
    /*End specific*/
/*Fonts*/
/*Basic CSS*/
.badmintonEurope{
    background-color: var(--badmintontEuropeColor);
}
.center{
    margin: 0 auto;
}
.darkGreenBackground{
    background-color: var(--PrimairColor);
}
.greenBackground{
    background-color: var(--SecondColor);
}
.whiteBackground{
    background-color: var(--white);
}
.linearGradientWhiteBackground{
    background: linear-gradient(180deg ,var(--white), var(--PrimairColor));
}
.blackFont{
    color: black;
}
.darkGreenFont{
    color: var(--PrimairColor);
}
.whiteFont{
    color: var(--white);
}
.bigButton{
    font-size: 2rem;
    padding: 10px 50px;
    border-radius: 20px;
    margin: 0 30px;
}
.shadowAround{
    box-shadow: 0px 0px 30px 0px rgba(84, 87, 84, 0.705);
}
.basicGrid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(510px, 600px));
    justify-content: space-around;
    grid-gap: 2rem;
}
.mostBasicGrid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    justify-content: space-around;
    grid-gap: 2rem;
}
.cardPadding{
    padding: 10px 15px;
}
.sectionPadding{
    padding: 70px 0;
}
.componentPadding{
    padding-top: 35px;
}
.hookedCorners{
    border-radius: 5px;
}
.leftAlign{
    text-align: left;
}
.rightAlign{
    text-align: right;
}
.resetCard{
    margin: 0;
    text-transform: none;
    color: black;
    font-weight: 400;
    padding: 0;
}
.fullSize{
    height: 100%;
    width: 100%;
}
/*End basic CSS*/
/*navigation*/
nav{
    display: flex;
    position: relative;
    top:0;
    justify-content: space-between;
    padding: 0 15%;
    background-color: var(--SecondColor);
    z-index: 100;
}
nav a:hover{
    color: var(--SecondColor);
    background-color: var(--PrimairColor);
}
nav ul, a{
    margin: 10px 0;
}
nav ul a{
    margin-left: 10px;
    padding: 10px;
}
.noHover:hover{
    color: var(--PrimairColor);
    background-color: var(--SecondColor);
}
.active{
    border-bottom: var(--PrimairColor);
    padding-bottom: 6px;
    border-width: 4px;
    border-bottom-style: solid;
    border-radius: 3px;
}
.centerText{
    text-align: center;
}
.overlapAbove{
    position: relative;
    top: -80px;
}
.toggleButton{
    position: absolute;
    right: 10%;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 18px;
}
.toggleButton .bar{
    height: 3px;
    width: 100%;
    background-color:var(--PrimairColor);
    border-radius: 10px;
}
.toggleButton:hover{
    background-color: var(--SecondColor);
}
/*End navigation*/
/*mainPageHeader*/
.mainPageHero{
	height: 75vh;
}
.mainPageHero #heroImage{
	position: absolute;
	height: 45vw;
	left: -90px;
	top: -20px;
    z-index: 1;
	animation: slideIn 0.75s ease-out both;
}
.mainPageHero div{
	width: 60vw;
	z-index: 1;
	position: absolute;
	left: 25vw;
	top: 35vh;
}
.mainPageHero div h1{
    font-size: 10rem;
    text-transform: uppercase;
    margin-top:0px;
}
.mainPageHero div h5{
    margin-bottom: -15px;
}
.mainPageHero div button, .mainPageHero h5, .mainPageHero div h1{
    animation: opacityChange 1.2s 1s ease-out both;
}

.mainPageHero #driehoek{
	position: absolute;
	height: 30vw;
	right: 0;
	top: 13vh;
	animation: slideInLeft 0.75s ease-out both;
}
@keyframes slideIn{
	from{transform: translateX(-100px) scale(1.2);
	opacity: 0%;}
	to{transform: translateX(0) scale(1);
	opacity: 100%;}
}
@keyframes slideInLeft{
	from{transform: translateX(200px);
	opacity: 0%;}
	to{transform: translateX(0);
	opacity: 100%;}
}
@keyframes slideInFromBotom{
	from{transform: translateY(50px);
	opacity: 0%;}
	to{transform: translateY(0);
	opacity: 100%;}
}
@keyframes opacityChange{
	from{opacity: 0%;}
	to{opacity: 100%;}
}
/*End mainPageHeader*/
/*Categories*/
.categorieCards{
    width: 70vw;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    justify-content: space-between;
    grid-gap: 2rem;
}
.catCard{
    border-radius: 7px;
    background-color: var(--SecondColor);
    padding-bottom: 15px;
}
.catCard h3{
    width: 100%;
    text-align: center;
    padding: 20px 0;
    border-bottom-style: solid;
    border-width: 2px;
    border-color: var(--PrimairColor);
    text-transform: uppercase;
    margin-bottom: 25px;
}
.catCard p{
    padding: 2px 25px;
}

.badmintonEurope{
    background-color: var(--badmintontEuropeColor);
    color:var(--white);
}
.badmintonEurope h3{
    color: var(--white);
    border-color: var(--SecondColor);
}
/*End categories*/
/*about JOT*/
.shortAboutJOT{
    width: 80vw;
    margin: 10vh auto;
    display: grid;
    grid-template-columns: repeat(2, 40% 60%);
    grid-gap: 2rem;
}
.shortAboutJOT img{
    width: 100%;
    max-width: 400px;
    position: relative;
    left: 25%;
}
.shortAboutJOT div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 25%;
}
/*End about jot*/
/*Selling points*/
.sellingPoints{
    width: 70vw;
    display: grid;
    grid-template-columns: repeat(3, minmax(150px,250px));
    grid-gap: 3rem;
    text-align: center;
    justify-content: space-around;
}
.sellingPointCard h1{
    height: 150px;
    font-size: 8rem;
}
.sellingPointCard h3{
    font-size: 1.5rem;
}
.sellingPointCard img{
    height: 150px;
}
/*End sellingpoints*/
/*call to action*/
.callToAction{
    padding: 20px 10%;
    display: flex;
    align-items: center;
    margin-top: 10vh;
}
/*End call to action*/
/*Footer*/
.footer{
	height: 30vh;
	width: 80vw;
	margin: 12vh auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.footer #pb{
	grid-area: titel;
	border-style: solid;
	border-top-width: 3px;
	border-color: #0f5e3f;
}
#left{
	display: grid;
	margin-right: 70px;
	grid-template-columns: repeat(2, 1fr);
	grid-template-areas: 
		"titel titel"
		"victor sport"
		"leo belvu"
		"badminton leeg"
}
#victor, #sp, #leonidas,#belvu,#u17{
	height: auto;
}
#victor{
	grid-area: victor;
}
#sp{
	grid-area: sport;
}
#leonidas{
	grid-area: leo;
}
#belvu{
	grid-area: belvu;
}
#u17{
	grid-area: badminton;
}
#right ul li a{
	font-family: 'Montserrat', sans-serif;
	color: black;
	font-size: 1rem;
	padding-top: 1rem;
	font-weight: 400;
}
#right li{
    text-decoration: underline;
}


/*End footer*/
/*Practical*/
.cardBorder{
    border-style: solid;
    border-color:var(--PrimairColor);
    border-radius: 5px;
    border-width: 1px;
    padding: 0 15px;
}
header iframe{
    width: 100%;
    height: 60vh;
}
    /*hotels*/
.hotelCard{
    display: flex;
    padding: 0;
}
#Crownplaza{
    background-image: url(images/Group\ 24.png);
}
#Bristol{
    background-image: url(images/Group\ 28.png);
}
.hotelImage{
    background-size: center;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 190px;
}
.hotelDisplay{
    width: 80vw;
}
    /*End Hotels*/
    /*Transport*/
.transport{
    width: 80vw;
    display: grid;
    grid-template-columns: repeat(2, 40% 60%);
    grid-gap: 5rem;
    align-items: center;
}
.transportCardGrid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
}
#GoldTransport{
    grid-column: 1/3;
}
.transportCardGrid p{
    padding-bottom: 10px;
}
.dontShowTill{
    display: none;
}
    /*End Transport*/
    /*Food*/
.foodSection, .newsPage, .mediaSection{
    width: 80vw;
}
.placeSVGright svg{
    position: absolute;
    right: -10%;
    height: 50vh;
}
#otherTitle{
    grid-column: 1/3;
}
.sportTechnical{
    width: 80vw;
}
.mostBasicGrid iframe{
    width: 250px;
    height: 250px;
}
.newsSegment{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 3rem;
    padding: 0 5%;
    margin-top: 35px;
}
.newsCard img{
    width: 80%;;
}
.newsCard p{
    padding: 0 10%;
}
.mediaSection svg{
    margin: 15px;
}
.photoGallery{
    display: grid;
    grid-template-columns: repeat(4, minmax(100px, 1fr));
    grid-template-rows: repeat(2, minmax(100px, 1fr));
    grid-gap: 1rem;
    aspect-ratio: 1/0.4;
}
.photoGallery div{
    border-radius: 5px;
}
#image1{
    grid-column: 1/3;
    grid-row: 1/3;
    background: url(images/IMG_7656.JPG);
    background-size: 1000px auto;
    background-position: center center;
    background-repeat: no-repeat;
}
#image2{
    grid-column: 3/4;
    background: url(images/IMG_7671.JPG);
    background-size: 500px auto;
    background-position: center center;
    background-repeat: no-repeat;
}
#image3{
    grid-column: 4/5;
    background: url(images/IMG_7769.JPG);
    background-size: 400px auto;
    background-position: center center;
    background-repeat: no-repeat;
}
#image4{
    grid-column: 3/4;
    background: url(images/IMG_7812.JPG);
    background-size: 400px auto;
    background-position: center center;
    background-repeat: no-repeat;
}
#image5{
    grid-column: 4/5;
    background: url(images/IMG_7579.JPG);
    background-size: 500px auto;
    background-position: center center;
    background-repeat: no-repeat;
}
#CovidImage{
    height: 30vh;
    background: url(images/concept-of-covid-19-in-red-background-4031867.png);
    background-position: center center;
    background-size: cover;
}
.newsArticle{
    width: 60vw;
}
.newsArticle p{
    line-height: 120%;
    text-align: left;
    margin: 25px 0;
}
.editions{
	width: 70vw;
	margin: 60px auto 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 2rem;
}
.editions button{
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding: 15px;
	font-size: 2rem;
	font-weight: 900;
	color: #0f5e3f;
    border-radius: 10px;
	
}
.registrationCard{
    height: 40vh;
    display: grid;
    grid-template-columns: repeat(2, 50% 50%);
    align-items: center;
}
.registrationCard div{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#lowerCatButton{
    background-color: rgba(216, 235, 187, 0.295);
}
#higherCatButton{
    background-color: rgba(150,175,234,74);
}
.registrationCard button{
    width: 300px;
    margin: 10px 0;
}
.notReady{
    display: none;
}
