body{ 
  background-image: url(https://designshack.net/wp-content/uploads/wf-victorian-18.jpg);
  margin: 0 auto;
}

@font-face {
    font-family: PrincesS AND THE FROG;
    src: url("PrincesS AND THE FROG 2.ttf");
}

@font-face {
    font-family: Rochester;
    src: url("Rochester-Regular.ttf");
}

  .pic{
    margin-top: 7px;
    border: solid;
    width: 100%;
    max-width: 960px;
    min-width: 500px;
    height: auto;
    border-color: red; 
  }
   

  h2{
    font-family: Rochester;
    font-size: 40pt;
    margin-top: 0px;
    margin-left: 20px;
  }

  .info{
    margin-top: -40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  #pagewrap {
  padding: 5px;
  width: 100%;
  max-width: 950px;
  margin: 10px auto;
  background-color: white;
  height: auto;
    border-radius: 20px;
    text-align: justify;
}

  #content {
    border: solid;
    width: auto;
    float: 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;
} 

/*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;
 margin-left: 0%;
  }
  
/*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;
    
}
  
  
  .header{
  background-color: #5D4D7A;
  height: 1.2in;
  width: 100%;
  text-align: center;
  font-family: PrincesS AND THE FROG;
  letter-spacing: 2px;
  font-size: 30pt;
}
  
  
  .words{
    border: solid;
    border-color: blue;
    background-color: white;
    max-width: 12in;
    column-count: 3;
    height: 2in;
    
  }
  
  #pagewrap {
  width: 950px;
  background-color: white;
  height: auto;
  text-align: justify;
  border-radius: 20px;  
}
  
  h2{
    font-family: Rochester;
    font-size: 40pt;
    margin-top: 0px;
    margin-left: 20px;
  }

  .info{
    margin-top: -40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .pic{
    margin-top: 25px;
    border: solid;
    width: 15in;
    border-color: red; 
  }
   