/* 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: 900px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  /* 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;
    }
  }
  
@media screen and (min-width: 600px) {
    #eersteitem {
      margin-left: 100px;
    }
  }
  
  /* Add a black background color to the top navigation */
  
  .topnav {
    color: #46321f;
    overflow: hidden;
    position: fixed;
    background-color: white;
    width: 100%;
    width: 100%;
    z-index: 2;
    box-shadow: 0px 4px 4px rgba(119, 117, 117, 0.25);
  }

  #items{
    margin-left: 100px;
  }

  @media screen and (max-width: 600px) {
    #items {
      margin-left: 0px;
    }
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .topnav a:hover{
    color: #cfc5b2; 
  }
  
  /* Hide the link that should open and close the topnav on small screens */
  .topnav .icon {
    display: none;
  }
  
  @media screen and (max-width: 600px) {
    .topnav a{
     font-size: 1rem;
    }
  }
  
/*Styling van de homepage*/
  
body{
    font-family: 'Syne' !important;
    font-size: 22px;
  }
  

.row{
    width: 100%;
}


@media screen and (max-width: 900px) {
    .sectie1{
      background-image: linear-gradient(to right, rgb(255, 253, 253), rgba(138, 137, 137, 0.075)), url(/Zwangerschap\ foto\ buik\ omslag.jpeg);
      background-size: cover;
      border-top-right-radius: 50%;
      border-bottom-right-radius: 50%;
    }
  }

.sectie1{
  height: 900px;
}

@media screen and (max-width: 900px) {
  .sectie1{
    height: auto;
  }
}

.sectie1 h1{
    color: #46321f;
    padding-top: 100px;
    position: absolute;
    top: 20%;
    z-index: 1;
  }

@media screen and (min-width: 900px) {
    .sectie1 h1 {
      font-size: 5rem;
    }
  }

.sectie1 h4{
    color: #46321f;
    padding-top: 500px;
  }

 @media screen and (max-width: 600px) {
    .sectie1 h4 {
      padding-top: 350px;
      font-size: 1em;
      padding-bottom: 100px;
    }
  }

  .sectie1 a{
    text-decoration: none !important;
    color: white;
    background-color: #46321f;
    padding: 10px;
    border-radius: 5px;


  }

  .sectie1 a:hover{
    background-color: #cfc5b2;
    color: white;
  }

  @media screen and (min-width: 900px) {
    #part2{
      background-image: url(/Zwangerschap\ foto\ buik\ omslag.jpeg);
      background-size: cover;
      height: 600px;
      border-radius: 50%;
      margin-top: 200px;
      animation: fadeIn 5s;
    }
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }


  
/* tussensectie 1 */

.tussensectie1{
  background-color: #cfc5b2;
  height: 650px;
}

.tussensectie1 h1{
  text-align: center;
  margin-top: 150px;
  color: #46321f;
}

.tussensectie1 h4{
  text-align: center;
  margin-top: 50px;
  color: #46321f;
}

.col-md-12 a{
  text-align: center;
  text-decoration: none !important;
  color: white;
  background-color: #46321f;
  border-radius: 5px;
  padding: 10px;
}

.col-md-12 a:hover{
  background-color: #cfc5b2;
  border-color: #46321f;
  border-style: solid;
  color: #46321f;
}


/* sectie2 */
@media screen and (max-width: 900px) {
  .sectie2 {
    background-image: linear-gradient(0deg, rgb(216, 216, 216), rgba(252, 252, 252, 0.075)), url(/babymassage.jpg);
    background-size: cover;
    height: auto;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
  }
}

.sectie2 h1{
  color: #46321f;
  padding-top: 250px;
  position: absolute;
}

@media screen and (max-width: 600px) {
  .sectie2 h1 {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 900px) {
  .sectie2 h1 {
    font-size: 5rem;
  }
}

.sectie2 h4{
  color: #46321f;
  padding-top: 400px;
}

@media screen and (max-width: 600px) {
  .sectie2 h4 {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}

.sectie2 a{
  text-decoration: none !important;
  color: white;
  background-color: #46321f;
  padding: 10px;
  border-radius: 5px;
}

.sectie2 a:hover{
  background-color: #cfc5b2;
  color: white;
}

@media screen and (min-width: 900px) {
  #part1{
    background-image: url(/babymassage.jpg);
    background-size: cover;
    height: 600px;
    border-radius: 60%;
    margin-bottom: 50px;
    margin-top: 100px;
  }
}



/* footer */
  footer{
    color: white;
    height: auto;
    text-align: center;
    background-color: #cfc5b2;
  }
  
  .footeritems{
    padding-top: 50px;
  }
  
  .footeritems a{
    text-decoration: none;
    color: white
  }
  
  .footeritems a:hover{
    color: #46321f;
  }
  
  footer p{
    font-weight: 100;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  
  
  
  
  