@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@1,500&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Nunito', sans-serif;

}

body {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  background-color: #114b5f !important;
}

h1,
h2,
h3,
h4,
p,
li {
  margin-left: 5px;
}

.section {
  width: 100%;
  display: flex;
}



.navbar a {
  font-size: 15px;
}

.navbar a:hover {
  color: #B2D6FF;
}

.photo6 {
  object-fit: cover;
  object-position: center;
  width: 90%;
  margin-top: 5vh;
  margin-bottom: 3vh;
  border-radius: 5px;
}

.header {
  background-color: #B2D6FF;

  display: inline-block;
  width: 90%;
  border-radius: 10px;
  height: auto;

}

.header>h1 {
  color: darkred;
  text-align: center;  
}

.header-foto {
  position: relative;
  text-align: center;
  color: #114b5f;
  z-index: -1;
  margin-top: 3vh;
}

.tekst {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
}

.under-tekst {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
}

.under-tekst>h1 {
  font-size: 3rem;
}

.tekst>h2 {
  font-size: 3rem;
}



.header-fotos {
  margin-top: 70px;
  display: inline-block;
  color: #B2D6FF;
  text-align: center;
  border-radius: 10px;
  width: 90vw;

}

.header-team {
  margin-top: 7vh;
  display: inline-block;
  width: 90%;
  color: #B2D6FF;
  text-align: center;
  margin-bottom: 20px;
}

.header-team>h1 {

  font-size: 3rem;
}

.header-team>h3 {

  font-size: 2rem;
}

.header>h1 {
  margin-bottom: 15px;
}

.header>h3 {
  margin-bottom: 5px;
}

.section-container {

  width: 90%;
  min-height: 40vh;
  margin-bottom: 4vh;
  align-items: start;

}
.section-container .section>h2{
  text-align: center;
}

.section-container>.section>h1 {
  text-decoration-color: #262626;
  margin-bottom: 10px;
}

.section-container>.section>p {
  margin-bottom: 15px;
}

.section-container>.section>li:last-child {
  margin-bottom: 10px;
}

.feature-1,
.feature-2,
.feature-3 {
  background-color: #B2D6FF;
  border: 1px solid #D6D9DC;
  border-radius: 10px;
  display: inline-block;
  height: auto;
  justify-content: center;
}

.persoon-1,
.persoon-2 {

  display: inline-block;
  height: auto;
}

.persoon>img {
  display: inline-block;
}

.section-container>section {

  margin-top: 30px;
  width: 350PX;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}

.section-container .section>h2 {
  color: darkred;
}

.gallary-foto {
  margin-top: 10px;
  border-radius: 10px;
  width: 100%;
  height: auto;
}

div.desc {
  margin-top:  1vh;
  padding: 15px;
  text-align: center;
  background-color: #ededed;
  border-radius: 10px;
  font-size: 25px;
  font-weight: 500;
}

.responsive-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  justify-content: center;
  align-items: end;
  margin-bottom: 6vh;
 
}

.responsive {
  padding: 0 6px;
  margin-top: 2vh;
 
}

footer {
  height: 3vh;
  position: fixed;
  bottom: 0;
  color: white;
  text-align:center;
  background-color: #76AEED;
  width: 100VW;
}


.team-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 5vh;
}

.team-container>section {
  padding: 1vw;
  padding: 1vh;


}

.team-container>section>picture>img {
  max-width: 100%;
  border-radius: 10px;
  width: 100%;
}

.omschrijving {

  background-color: #B2D6FF;
  height: auto;
  border-radius: 10px;
  margin-top: 1vh;
}

.omschrijving:last-of-type{
  margin-bottom: 3vh;
}

.opleiding {
  padding-left: 5%;

}


.informatie {
  padding: 1vw;
  padding: 3vh;
  justify-content: center;
}

.speaker-form-header {
  text-align: center;
  background-color: #F6F7F8;
  border: 1px solid #D6D9DC;
  border-radius: 10px;


  width: 80%;
  margin: 40px 0;
  padding: 50px;
  margin-top: 7vh;
}

.speaker-form-header h1 {
  font-size: 30px;
  margin-bottom: 20px;
}

.speaker-form {
  background-color: #F6F7F8;
  border: 1px solid #D6D9DC;
  border-radius: 10px;

  width: 80vw;
  padding: 50px;
  margin: 0 0 40px 0;
}

.speaker-form-header,
.speaker-form {
  width: 90%;
}

.form-row {
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}

.form-row input[type='text'],
.form-row input[type='email'] {
  background-color: #FFFFFF;
  border: 1px solid #D6D9DC;
  border-radius: 10px;
  width: 100%;
  padding: 7px;
  font-size: 14px;
}

.form-row label {
  margin-bottom: 15px;
}

.form-row input[type='text']:invalid,
.form-row input[type='email']:invalid {
  border: 1px solid #D55C5F;
  color: #D55C5F;
  box-shadow: none;
}

.form-row textarea {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14px;

  border: 1px solid #dcd6d6;
  border-radius: 10px;

  min-height: 200px;
  margin-bottom: 10px;
  padding: 7px;
  resize: none;
}

.form-row .instructions {
  color: #999999;
  font-size: 14px;
  margin-bottom: 30px;
}

.form-row button {
  font-size: 16px;
  font-weight: bold;

  color: #FFFFFF;
  background-color: #5995DA;

  border: none;
  border-radius: 10px;

  padding: 10px 40px;
  cursor: pointer;
}

.form-row button:hover {
  background-color: #76AEED;

}

.form-row button:active {
  background-color: #407FC7;
}

.info {

  color: #B2D6FF;
  font-size: 2rem;
  margin-top: 8vh;
  margin-bottom: 2vh;
  text-align: center;
}

.tips-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 2vh;
}

.tip-foto {
  max-width: 100%;
  border-radius: 10px;
}

.noodnummer {
  background-color: #B2D6FF;
  border: 1px solid #D6D9DC;
  border-radius: 10px;
  margin-top: 30px;
  width: 300px;
}




.noodnummer>h2 {
  margin-top: 5px;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------- */
/* Mobile Styles */
@media only screen and (max-width: 480px) {

 

  .section-container>div:last-of-type {
    margin-bottom: 50px;
  }

  .team-container {
    display: flex;
    flex-direction: column;
  }
  
  .tekst>h2{
    font-size: 2rem;
  }

  .under-tekst>h1 {
    font-size: 2rem;
  }

  .noodnummer:last-of-type{

    margin-bottom: 4vh;
  }
  .section-container{
    display: flex;
    flex-wrap: wrap;
  }
}







/* Tablet Styles */
@media only screen and (min-width: 481px) and (max-width: 960px) {

  .section-container {
    display: flex;
    flex-wrap: wrap;
  }

  .section-container>section:last-of-type {
    margin-bottom: 50px;
  }


  .photo6 {
    height: 70.5vh;
    object-fit: cover;
    width: 90%;
    margin-top: 5vh;
    margin-bottom: 3vh;
    border-radius: 5px;
  }

  .team-container {
    display: flex;
    flex-direction: row;
  
  }

  .team-container>section {
    padding: 1vw;
    padding: 1vh;

  }

  .team-container>section:last-of-type {
    padding-bottom: 25px;

  }

  .responsive-container {
   
    align-items: end;
    
  }

  .responsive {
    margin-left: 4vh;
    max-width: 40%;
  }

  .persoon-foto {
    max-width: 100%;
    border-radius: 10px;
  }

  .tips-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
  }

  .tips-container>section {
    flex-wrap: wrap;
    margin: 2vw;
  }

}

/* Desktop Styles */
@media only screen and (min-width: 961px) {

  .photo6 {
    height: 75vh;
    object-fit: cover;
    width: 90%;
    margin-top: 5vh;
    margin-bottom: 3vh;
    border-radius: 5px;
  }

  .section-container>section {
    margin-bottom: 30px;
    height: auto;

  }

  .section-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 60%;

  }

  .responsive-container {
   
    align-items: end;
    
  }

  .responsive {
    margin-left: 4vh;
    max-width: 25%;
  }
  .section.section.header{
    width: 60%;
  }


  .header-team {
    width: auto;
    height: auto;
  }

  .team-container {

    flex-direction: row;
    justify-content: space-around;
    align-items: start;
    width: 90vh;

  }


  .team-container>section {
    padding: 1vw;
    padding: 1vh;
  }

  .omschrijving{
    height: auto;
  }




  .persoon-foto {
    max-width: 100%;
    border-radius: 10px;
 

  }



  .speaker-form-header,
  .speaker-form {
    width: 600px;
  }

  .form-row {
    flex-direction: row;
    align-items: flex-start;
    /* To avoid stretching */
    margin-bottom: 20px;
  }

  .form-row input[type='text'],
  .form-row input[type='email'],
  .form-row textarea {
    width: 250px;
    height: initial;
  }

  .form-row label {
    text-align: right;
    width: 120px;
    margin-top: 7px;
    padding-right: 20px;
  }

  .form-row .instructions,
  .speaker-form button {
    margin-left: 120px;
  }
  

  .tips-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
    width: 80%;
  }

  .noodnummer {
    flex-wrap: wrap;
    margin: 30px;
    
  }
}