.smallpics{
    border: solid;
    position: relative; 
   top: .25in;
   left: 15%;
  }

 .smallpics1{
    border: solid;
    position: relative; 
   left: 10%;
   top: 0.25in;
  }

@font-face {
    font-family: PrincesS AND THE FROG;
    src: url("/Website/PrincesS AND THE FROG 2.ttf");
}

@font-face {
    font-family: Rochester;
    src: url("/Website/Rochester-Regular.ttf");
}



  .header{
  background-color: #5D4D7A;
  border: solid;
  border-color: #5D4D7A;
  height: 1in;
  width: 100%;
  text-align: left;
  font-family: PrincesS AND THE FROG;
  letter-spacing: 2px;
  font-size: 25pt;
  min-width: 10in;
  color: white;
}

 .words{
   border: solid;
   width: 100%;
   font-family: helvetica;
   font-size: 14pt;
  }

bod{ 
  background-image: url(https://designshack.net/wp-content/uploads/wf-victorian-18.jpg);
}

.nav li{
  display: none;
}

#bo{
  margin: 0 auto;
  border: solid;
  height: .5in;
  width:100%; 
  min-width: 5in;
} 

img.displayed {
  position: absolute;
  top: 0.1in;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}


/*Dropdown Menu*/
.dropbtn {
  font-family: Rochester;
  position: relative;
  background-color: black;
  color: white;
  padding: 12px;
  font-size: 30px;
  letter-spacing: 3px;
  border: none;
  cursor: pointer;
  width: 100%;
  min-width: 2in;
}

.dropdown {
  width: 25%;
  margin-left: 0in;
  min-width: 2in;
  position: absolute;
  display: inline-block;
}
.dropdown-content {
    width: 100%;
    display: none;
    position: relative;
    background-color: #855E42;
    min-width: 160px;
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
  font-family: princesS AND THE FROG;
  font-size: 18px;
    padding: 15px 1px;
    text-decoration: none;
    display: block;
  width: 100%;
  text-align: center;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #5D4D7A}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: black;
}







/*Desktop*/
@media screen and (min-width:1200px){
  .dropdown {
        display: none;
  }
  
  
    .header{
  background-color: #5D4D7A;
  border: solid;
  border-color: #5D4D7A;
  height: 1in;
  width: 100%;
  text-align: left;
  font-family: PrincesS AND THE FROG;
  letter-spacing: 2px;
  font-size: 25pt;
  min-width: 10in;
  color: white;
}
  
  
img.displayed {
  position: absolute;
  width:100%;
  display: block;
  margin-left: auto;
   margin-right: auto }
  
#box{
  margin: 0 auto;
  border: solid;
  height: auto;
  width:70%; 
  border-color: green;
  max-width: 15in;
}



/*Nav Bar*/
.nav ul {
  list-style: none;
  position: relative;
  top:.13in;
  margin: 0 auto;
  width: 80%;
  background-color: #855E42;
  text-align: center;
  padding: 5px;
  height: .7in;
  border-radius: 20px;
}
.nav li {
  font-family: Rochester;
  font-size: 12pt;
  line-height: 40px;
  height: 20px;
  border-bottom: 3px solid #888;
}
.nav a {
  text-decoration: none;
  color: #fff;
  margin-top: 5px;
  display: block;
  transition: .3s background-color;
} 
.nav a:hover {
  background-color: #5D4D7A;
  width: auto;
}
.nav li {
    width: 300px;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    font-size: 35pt;
  }
  .nav li {
    display: inline-block;
    
  } 
  
  .dropdown-content {
    display: none;
    position: relative;
    background-color: #855E42;
    margin-left: 0in;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    
}
 
  
  .words{
   border: solid;
   position: absolute;
   font-family: helvetica;
   font-size: 13pt;
   text-align: justify;
   margin-left: 3.2in; 
   top: 2.03in;
   width: 50%;
   max-width: 7.5in;
  }
  
  .pics{
    border: solid;
    width: 3in;
  }
  
  .smallpics{
   border: solid;
   top: 20px;
   left: 0in;
   width: 100%;
   height: auto;
  }
  


