html, header, footer, body, nav, div, img, a, ul, li, h1, h2{
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
}

html{
  background:url(Pics/FAMILYPHOTO.jpg) no-repeat center center fixed;
  background-size: cover;
  font-size: 16px;
}

html, body{
  margin: 0;
}

header{
  position: sticky;
  margin:0;
  padding: 0;
  width: 100%;
  background-color: white;
  border: 2px solid #046F21;

}

body{
  margin: 0 auto;
  width: 100%;
}

main{

}

a{
  color: #000;
  text-decoration: none;
}

.logo{
  display: inline-block;
  padding: 10px 15px;
  vertical-align: middle;
}

.nav{
  list-style: none;
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  white-space: nowrap;
  padding-top: 0;
}

.nav li{
  position: relative;
}

.nav a:hover{
  color: #046F21;
}

.nav li:not(.has-logo) a{
  text-transform: uppercase;
  display: block;
  padding: 16px;
}

.nav ul{
  position: absolute;
  background-color: #fff;
  left: -9999px;
}

.nav ul a{
  font-weight: 400;
  font-size: 12px;
  display: block;
  padding:8px 16px;
}

.nav ul a:hover{
  background-color: #f3f3f3;
}

.nav li:hover a + ul{
  left: 0;
  top: 100%;
}

.showme {
  width: 70%;
  height: 70%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translate(-50%);
  transform: translateY(-50%) translate(-50%);
}
