@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");
}

.home{
display: none;
}

  body{ 
  background-image: url(/Website/pics/wall.png);
  margin: 0 auto;
}

li{
  display: none;
}

  .pic{
    margin-top: .5in;
    width: 100%;
    max-width: 960px;
    min-width: 500px;
    height: auto;
  }
   

  h2{
    font-family: Rochester;
    font-size: 40pt;
    margin-top: 0px;
    margin-left: 20px;
    color: #5D4D74
  }

  .info{
  
    margin-left: 20px;
    margin-right: 20px;
  }

  #pagewrap {
  padding: 5px;
  width: 100%;
  max-width: 950px;
  margin: 10px auto;
  height: auto;
  border-radius: 20px;
  text-align: justify;
  background-image: url(/Website/pics/text.jpg)
}

  #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;
  top: 0;
  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;
}
.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;
}
.dropdown-content a:hover {
  background-color: #5D4D7A
}
.dropdown:hover .dropdown-content {
    display: block;
}
.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;
  margin: 0 auto;
  width: 100%;
  min-width: 15.75in;
  background-color: #855E42;
  text-align: center;
  padding: 5px;
  height: .7in;
}
.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;
  height: .7in;
  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;
  background-image: url(/Website/pics/text.jpg)
}
  
  h2{
    font-family: Rochester;
    font-size: 40pt;
    margin-top: 0px;
    margin-left: 20px;
  }

  .pic{
    margin-top: 25px;
    width: 15in;
  }

    .pic1{
    margin-top: 25px;
    width: 5in;
  }

  .home{
    display: block;
  position: absolute;
  margin-left: 0;
  width: 1.25in;
  height: 1.25in;
}