body {font-family: Lunchbox, Verdana, Arial, Tahoma, Geneva, sans-serif; font-size: 19px; color: #F2F2F2; font-weight: normal; background-color: #9F87AF;}  
h1 {font-family: Lunchbox, Verdana, Arial, Tahoma, Geneva, sans-serif; font-size: 36px; color: #F2F2F2; font-weight: bold;}

.f10 {font-family: Lunchbox, Verdana, Arial, Tahoma, Geneva, sans-serif; font-size: 10px; color: #000000; font-weight: normal;}
.f12 {font-family: Lunchbox, Verdana, Arial, Tahoma, Geneva, sans-serif; font-size: 12px; color: #000000; font-weight: normal;}
.f14 {font-family: Lunchbox, Verdana, Arial, Tahoma, Geneva, sans-serif; font-size: 14px; color: #000000; font-weight: normal;}

.h10 {font-family: Lunchbox, Verdana, Arial, Tahoma, Geneva, sans-serif; font-size: 10px; color: #d6a499; font-weight: normal;}
.h11 {font-family: Lunchbox, Verdana, Arial, Tahoma, Geneva, sans-serif; font-size: 11px; color: #d6a499; font-weight: normal;}
.h12 {font-family: Lunchbox, Verdana, Arial, Tahoma, Geneva, sans-serif; font-size: 12px; color: #d6a499; font-weight: normal;}
.h13 {font-family: Lunchbox, Verdana, Arial, Tahoma, Geneva, sans-serif; font-size: 13px; color: #d6a499; font-weight: normal;}
.h14 {font-family: Lunchbox, Verdana, Arial, Tahoma, Geneva, sans-serif; font-size: 14px; color: #d6a499; font-weight: normal;}
.h15 {font-family: Lunchbox, Verdana, Arial, Tahoma, Geneva, sans-serif; font-size: 15px; color: #d6a499; font-weight: normal;}
.h16 {font-family: Lunchbox, Verdana, Arial, Tahoma, Geneva, sans-serif; font-size: 16px; color: #d6a499; font-weight: normal;}

.w10 {font-family: Lunchbox, Verdana, Arial, Tahoma, Geneva, sans-serif; font-size: 10px; color: #F2F2F2; font-weight: normal;}
.w11 {font-family: Lunchbox, Verdana, Arial, Tahoma, Geneva, sans-serif; font-size: 11px; color: #F2F2F2; font-weight: normal;}
.w12 {font-family: Lunchbox, Verdana, Arial, Tahoma, Geneva, sans-serif; font-size: 12px; color: #F2F2F2; font-weight: normal;}
.w13 {font-family: Lunchbox, Verdana, Arial, Tahoma, Geneva, sans-serif; font-size: 13px; color: #F2F2F2; font-weight: normal;}
.w14 {font-family: Lunchbox, Verdana, Arial, Tahoma, Geneva, sans-serif; font-size: 14px; color: #F2F2F2; font-weight: normal;}
.w15 {font-family: Lunchbox, Verdana, Arial, Tahoma, Geneva, sans-serif; font-size: 15px; color: #F2F2F2; font-weight: normal;}
.w16 {font-family: Lunchbox, Verdana, Arial, Tahoma, Geneva, sans-serif; font-size: 16px; color: #F2F2F2; font-weight: normal;}

.p10 {font-family: Lunchbox, Verdana, Arial, Tahoma, Geneva, sans-serif; font-size: 10px; color: #d6a499; font-weight: normal;}
.p11 {font-family: Lunchbox, Verdana, Arial, Tahoma, Geneva, sans-serif; font-size: 11px; color: #d6a499; font-weight: normal;}
.p12 {font-family: Lunchbox, Verdana, Arial, Tahoma, Geneva, sans-serif; font-size: 12px; color: #d6a499; font-weight: normal;}
.p13 {font-family: Lunchbox, Verdana, Arial, Tahoma, Geneva, sans-serif; font-size: 13px; color: #d6a499; font-weight: normal;}
.p14 {font-family: Lunchbox, Verdana, Arial, Tahoma, Geneva, sans-serif; font-size: 14px; color: #d6a499; font-weight: normal;}
.p15 {font-family: Lunchbox, Verdana, Arial, Tahoma, Geneva, sans-serif; font-size: 15px; color: #d6a499; font-weight: normal;}
.p16 {font-family: Lunchbox, Verdana, Arial, Tahoma, Geneva, sans-serif; font-size: 16px; color: #d6a499; font-weight: normal;}

.header {font-family: Lunchbox, Verdana, Arial, Tahoma, Geneva, sans-serif; font-size: 40px; color: #d6a499; font-weight: bold;}

@font-face { font-family: Lunchbox; src: url('/lunchbox.ttf') format("truetype");}
.Lunchbox {font-family: Lunchbox;}

.center {text-align: center;}

/* unvisited link */
a:link {
  color: ffffff;
}

/* visited link */
a:visited {
  color: ffffff;
}

/* mouse over link */
a:hover {
  color: 556B2F;
}

/* selected link */
a:active {
  color: ffffff;
}

.navbar {
  overflow: hidden;
  background-color: #9F87AF;
}

.navcel {
  overflow: hidden;
  background-color: #556B2F;
}

.navbar a {
  float: center;
  font-size: 20px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: center;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 18px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #556B2F; color: #FFFFFF
}

.dropdown-content-about {
  display: none;
  position: absolute;
  background-color: #e8dc8e;
  min-width: 225px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
    margin-left: 85
}

.dropdown-content-about a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content-about a:hover {
  background-color: #000000; color: #FFFFFF
}

.dropdown:hover .dropdown-content-about {
  display: block;
}

.dropdown-content-dogs {
  display: none;
  position: absolute;
  background-color: #e8dc8e;
  min-width: 225px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
    margin-left: 72
}

.dropdown-content-dogs a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content-dogs a:hover {
  background-color: #000000; color: #FFFFFF
}

.dropdown:hover .dropdown-content-dogs {
  display: block;
}

.dropdown-content-info {
  display: none;
  position: absolute;
  background-color: #e8dc8e;
  min-width: 225px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
    margin-left: 60
}

.dropdown-content-info a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content-info a:hover {
  background-color: #000000; color: #FFFFFF
}

.dropdown:hover .dropdown-content-info {
  display: block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #e8dc8e;
  min-width: 125px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
    margin-left: 62
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #000000; color: #FFFFFF
}

.dropdown:hover .dropdown-content {
  display: block;
}


/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}