body {
    margin: 0;
    background-color: #333;

}

h1 {
  color: white;
  font-family: 'Trebuchet MS', sans-serif;
  text-decoration: underline;
}

h2 {
  color: white;
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 1.2rem;
}

p {
  color: white;
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 1rem;
}

button {
  border-radius: 5px;
  background-color: #333;
  color: white;
  border: 2px solid #04aa94;
  font-size: 17px;
  font-family: 'Trebuchet MS', sans-serif; 
  transition: 0.5s ease all;
  font-size: 1.3rem;
  /* padding: 2% 5%; */
}

button:hover {
  cursor: pointer;
  background-color: #04aa94;
  border: 1px solid #333;
  transition: 0.5s ease all;
}

footer {
  height: 85px;
  width: 100%;
  background-color:#04aa94;
  border-top: 1px solid #333;
  z-index: 4;
  display: flex;
  /* flex-direction: column; */
  /* align-items: flex-end; */
  justify-content: space-between;
  position: fixed;
  bottom: 0;

}

form {
  display: table;
  width: 100%;
 
}

input {
  cursor: pointer;
  display: table-cell;
  width: 99%;
  margin: 1%;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

textarea {
  cursor: pointer;
  display: table-cell;
  width: 100%;  
  margin: 1%;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

label {
  cursor: pointer;
  display: table-cell;
}

form > p {
  display: table-row;
}

p > button {
  margin-left: 85%;
}

.btn-container {
  width: 100%;
  height: 20px;
  border: solid black 1px;
}



/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 4;

  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    height: 24px;
    font-family: 'Trebuchet MS', sans-serif;
    transition: 0.5s ease all;

  }

  .logo {
    height: 53px;
    padding: 0%;
  }
  
  .topnav a:hover {
    cursor: pointer;
    background-color: #04aa94;
    border: 2px solid #333;
    transition: 0.5s ease all;
  }

  /* Add an active class to highlight the current page */
  .active {
    background-color: #04aa94;
    color: white;
    height: 24px;
 
  }
  
  /* Hide the link that should open and close the topnav on small screens */
  .topnav .icon {
    display: none;
  }
  
  
  /* Add a dark background on topnav links and the dropdown button on hover */
  .topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #555;
    color: white;
  }
  
  
  
  /* Show the dropdown menu when the user moves the mouse over the dropdown button */
  .dropdown:hover .dropdown-content {
    display: block;
  }

 


  .flexbox {
    width: 100%;
    height: auto;
    /* background-color: #1504aa; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* align-items: center; */
    padding-top: 100px;
    padding-bottom: 150px;

  }
  
  .vak {
    width: 500px;
    height: 400px;

    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
    padding: 3%;
    
  }
  


  .vak:nth-of-type(1) {
    background-image: url(/images/marjon_1.jpg);
    background-position-x: -240px;
    background-position-y: 0px;
    background-size: 140%;
    display: flex;
    align-items: flex-end;
    /* margin-left: 3%; */
    
  }

  .vak:nth-of-type(2) {
   height: auto;
   padding: 0px 3px;
    /* margin-left: 3%; */
    
  }
  
 

 

  .vakje {
    width: 100%;
    /* border: 1px solid black; */
    display: flex;
    align-items: flex-end;
  }

  .vakje:nth-of-type(1) {
    width: 30%;    
  }

  .info {
    width: fit-content;
    height: fit-content;
    text-align: right;
  }

  .marjon {
    font-style: italic; 
    font-style: oblique; 
    text-decoration: none; 
    margin: 0px;
    font-weight: bolder;
    font-size: 2.3rem;

  }

  .life-coach {
    font-style: italic; 
    font-style: oblique; 
    text-decoration: none; 
    margin: 0px;
    font-size: 1.9rem;
  }

  .description {
    color:  white; 
    font-weight: bolder;
    font-size: 1.2rem;
  }


  .footer-info {
    /* border: 1px solid black; */
    /* margin: auto; */
    margin: .4%;


  }

  .footer-info p {
    margin: 0;
    /* border: 1px solid black; */
    /* margin-right: 20px; */
    font-size: 0.8rem;
    margin-right: 5px;

  }

  .Review_1 {
    /* border: 3px solid Red;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    padding-top: 250px; */

    width: 100%;
    height: auto;
    /* background-color: #1504aa; */
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    /* align-items: center; */
    padding-top: 50px;
    padding-bottom: 50px;

  }

  .container {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    /* border: 1px black solid; */
    text-align: justify;
    align-items: center;
    
    /* border: 1px solid green; */

  }

.container:nth-of-type(1) {
  margin-top: 20px;
}

.container:nth-of-type(4) {
  margin-bottom: 50px;
}

  .avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;

    /* border: 1px solid black; */
    background-image: url(/images/marjon.jpg);
    background-size: 260%;
    background-position-x: 35%;
    background-position-y: 10%;
    
    
    
    
  }

  .review_txt {
    width: 500px;
    height: auto;
    /* border: 1px solid black; */
    /* background-color: pink; */
    text-align: left;
    margin-left: 40px;
    margin-right: 40px;
    text-align: justify;
  }
 
  @media screen and (max-width: 1136px) {
    .vak {
      width: 600px;
    }

    .vak:nth-of-type(1) {
      background-position-x: -130px;
      background-position-y: -20px;
      background-size: 120%;
    }

 


  }
  
  @media screen and (max-width: 700px) {
    .vak {
      width: 500px;
    }

    .vak:nth-of-type(1) {
      background-position-x: -160px;
      background-position-y: 0px;
      background-size: 130%;
    }

  }


  /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
      display: none;
    }
    .topnav a.icon {
      float: right;
      display: block;
    }

    .vak {
      width: 390px;

    }

    .vak:nth-of-type(1) {
      background-position-x: -125px;
      background-position-y: 0px;
      background-size: 130%;
    }

    p > button {
      margin-left: 80%;
    }

  

  }
  
  /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      width: 100%;
      text-align: left;
    }


    @media screen and (max-width: 460px) {
      .vak {
        width: 360px;
        
      }

      .vak:nth-of-type(1) {
        background-position-x: -110px;
        background-position-y: 0px;
        background-size: 130%;
      }

     



    }

    @media screen and (max-width: 420px) {
      .vak {
        width: 300px; 
      }

      .vak:nth-of-type(1) {
        background-position-x: -290px;
        background-position-y: 0px;
        background-size: 250%;
      }

      p > button {
        margin-left: 75%;
      }


    }

    @media screen and (max-width: 400px) {
      .vak {
        width: 270px;
        
      }

      .vak:nth-of-type(1) {
        background-position-x: -290px;
        background-position-y: 0px;
        background-size: 280%;
      }

    }

    @media screen and (max-width: 340px) {
      .vak {
        width: 250px;
      }

      .vak:nth-of-type(1) {
        background-position-x: -290px;
        background-position-y: 0px;
        background-size: 280%;
      }

      p > button {
        margin-left: 70%;
      }

    }


 
