@media screen and (min-width: 850px) {
body {
  background-color: lightgrey;
  font-family: Calibri;
  font-size: 100%; }

.page {
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  width: 21cm; }

#fullpage {
  border-width: 1px;
  border-style: solid; }

.menuPics {
  height: 100px;
  width: 264px;
  margin: 0px 0px 14px 35px;
  background-color: #003d00; }

.menuHeader {
  display: flex;
  justify-content: start;
}

.headerText {
  color: black;
  width: 100%;
  margin: 40px 0px auto 100px;
  font-style: italic;
}

#logo {
  width: 150px;
  background-color: #003d00; }

#menu {
  width: 100%;
  text-align: justify; }

/* .flag {
  display: flex;
  justify-content: flex-end; } */

#menuLeft {
  padding: 0px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 120px;
  background-color: #003d00;
  color: white;
}

#menuRight {
  padding: 0cm 0.5cm 0cm 0.5cm; 
  color: #003d00;
  width: 100%;
  display: flex;
  flex-direction: column; }

.menuItems {
  /* padding: 2px; */
  background-color: white;
  text-align: center;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  color: #003d00;
  text-decoration: none;
  border-radius: 10px; }
  .menuItems:hover {
    text-decoration: underline; }

#menu6 {
  transition: none;
  height: 19.5px;
  width: 35px; }
  #menu6:hover {
    background-color: inherit; }

.stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0; }

#text {
  /* color: #003d00; */
  font-size: 14px;
  text-align: justify;
  padding: 0cm 0.5cm 0.5cm 0.5cm; }

.headline {
  color: #003d00;
  font-size: x-large; }

.image {
  height: 150px;
  width: 260px;
  float: right;
  margin: 0px 0px 0px 10px; }

.indexImage {
height: 150px;
width: 260px;
margin: 0px 0px 0px 10px; }

#text3:after {
  content: "";
  display: inline-block;
  width: 100%; }

#footer {
  text-align: center;
  font-size: small;
  padding: 0cm 0cm 0.3cm 0cm; }

.navbar {
  display: none;
}
  .intro {
    display: flex; 
    justify-content: space-between; 
    flex-direction: row-reverse;
  }
}

.aboutList {
  display: flex;
  justify-content: space-around;
}


@media screen and (max-width: 850px) {
  body {
    background-color: lightgrey;
    font-family: Calibri;
    font-size: 100%; }


  .page {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    width: 99%; }

  #fullpage {
    border-width: 1px;
    border-style: solid; }


  .menuHeader {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .flag {
    display: none;
  }

  .headerText {
    display: none;
    /* color: white;
    width: 100%;
    margin: auto;
    text-align: center;
    font-style: italic; */
  }

  #logo {
    width: 100%;
  }

  #menuLeft {
    margin: -32px 0px;
  }

  #menu {
    display: none; }

  #menuFull {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #003d00;
    padding: 10px 10px 10px 10px; }

  .menuItems {
    padding: 2px;
    background-color: c;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    transition: all .5s ease-in-out; }
    .menuItems:hover {
      background-color: black; }

  #menu6 {
    margin: 2px;
    transition: none;
    height: 20px;
    width: 35px; }
    #menu6:hover {
      background-color: inherit; }

  .stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0; }

  #text {
    font-size: medium;
    text-align: justify;
    padding: 0px 19px 19px 19px; }

  .intro {
    display: flex; 
    justify-content: space-between; 
    flex-direction: column-reverse;
  }

  .headline {
    color: #003d00;
    font-size: large; }

  .indexImage {
    width: 100%;
  }

  .text1 {
    margin-top: 0px; }

  #text3 {
    width: 100px;
    text-align: center;
    margin: auto;
    line-height: 1.5 }


  #footer {
    text-align: center;
    font-size: small;
    padding: 0px 0px 12px 0px; }


  /* menu dropdown */
  /* Navbar container */
  .navbar {
    overflow: hidden;
    background-color: #003d00;
    display: flex;
    justify-content: space-between;
  }

  /* The dropdown container */
  .dropdown {
    float: left;
    overflow: hidden;
  }

  /* Dropdown button */
  .dropdown .dropbtn {
    font-family: inherit;
    font-size: inherit;
    border: none;
    outline: none;
    padding: 2px;
    background-color: #003d00;
    text-align: center;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    transition: all .5s ease-in-out;
  }
  .dropbtn:hover {
    color:  #003d00; }

  /* Add a red background color to navbar links on hover */
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: white;
  }

  /* Dropdown content (hidden by default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 20px;
    z-index: 1;
  }

  /* Links inside the dropdown */
  .dropdown-content a {
    float: none;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

  /* Add a grey background color to dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #ddd;
  }

  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .menuItemsDropdown {
    padding: 2px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    color: black;
    text-decoration: none;
    border-radius: 10px;
    transition: all .5s ease-in-out; }
}