/*Copyright (c) 2010-2014 by tyPoland Lukasz Dziedzic (team@latofonts.com) with Reserved Font Name "Lato"
This Font Software is licensed under the SIL Open Font License, Version 1.1 . This license is copied below, and is also available with a FAQ at: https://openfontlicense.org

SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007*/
@font-face {
 font-family: 'lato'; /* Gewünschter Name */
 src: url('font/Lato-Regular.ttf');
           /* für IE9 */
 src: url('font/Lato-Regular.ttf')
           format('embedded-opentype'),
           /* für IE6-IE8 */
          /* für moderne Browser */
      url('font/Lato-Regular.ttf')
           format('truetype');
         /* für Safari, Android, iOS */
	}
/*General Style */
img{
    max-width: 100%;
    display: block;
/*    margin-left:auto;
/*    margin-right:auto;*/
    height: auto;
/*    padding-left:10px;
    padding-right:10px;*/
   }
body,html{
    /*box-sizing:border-box;*/
    /*height:100%;*/
    background-color: #e1e3de;
    margin: auto;
    display:block ;
    /*justify-content: space-evenly;*/
    /*align-items:center;*/
    font-family:lato;
    max-width:100%;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
    }
footer{
    display:block;
    }

*    Colors  *
/* doorblue  e1e3de 
 * moosygreen 5C7811
 * darkgreen :
 * lightgreen: C5E179
 * cornerstonered def2a6
 * wallyellow fcf0d6 */

*    Classes *  
*
.whf-img{
    display: block;
    margin: auto;
    }
/* Add a green (Moosy) background color to the top navigation */
.topnav {
    background-color: #5C7811;
    position: fixed;
    top: 0;
    min-height:48px;
    z-index: 1;
}

/* Style the links inside the navigation bar */
.topnav a {
    list-style-type: none;
    float: left;
    background-color: #5C7811;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Add an active class to highlight the current page */
.active {
  color:black ;
  background-color: #ced9b2;
}
a.active {
  color:white ;
  background-color: #5C7811;
  text-decoration: underline;
}



/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
/*  overflow: hidden; */
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  background-color: #5C7811;
  padding: 14px 16px;
/*  background-color: inherit;*/
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #5C7811;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: white;  
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a redish background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color:#ced9b2;
  color: black;
}

/* Add a wallcolored background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #e3e1de;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* 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;
  }
}

/* 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;
    }
}


.mossygreen{
    background-color:#5C7811;
    height: 49px
    }
.whfcenter{
    text-align: center;
    margin: auto;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    }

/* mossygreen */
.h1whf{
    color:white;
    background-color:#5C7811;
    }
.h2whf{
    color:black;
    background-color:#ced9b2
}

.h3whf{
    background-color:#e3e1de;
    padding:8px;
}
.pwhf{
    color:black;
/*    background-color:#fcf0d6;*/
    padding: 8px;
}
.whfbox{
    margin:auto;
    width:50%;
    min-width:600px;
    text-align:left;
    align-items:center;
    padding:10px;
    }
/* Lato from Google */
.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
    }
.lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
    }
.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    }
.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    }
.lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
    }
.lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
    }
.lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
    }
.lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
    }
.lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
    }
.lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
    }

