@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");
}


body{ 
  background-image: url(/Website/pics/wall.png);
  margin: 0 auto;
}

.home{
    display: none;
}


.name{
  top: 0.2in;
  position: relative;
  font-size: 35pt;
  width: 100%;
  min-width: 5in;
  text-align: center;
  font-family: PrincesS AND THE FROG;
display: block;
}
  
  
   #words{
   font-family: helvetica;
   font-size: 14pt; 
   width: 95%;
   height: auto;
   text-align: justify;
   border-radius: 20px;
   background-image: url(https://www.wallcovering-wallpaper.com/images/products/96-FG257024_z.jpg);
     padding: .25in;
     margin-top: 0;
     height: 3.2in;
  }
  
  img.smallpics{
    float: left;
    margin: 10px 20px 0px 0px;
    max-width: 2.5in;
    padding-left: 0in;
  }
  
  #wordz{
   font-family: helvetica;
   font-size: 14pt; 
   width: 95%;
   height: auto;
   text-align: justify;
   border-radius: 20px;
   background-image: url(https://www.wallcovering-wallpaper.com/images/products/96-FG257024_z.jpg);
     padding: .25in;
     margin-top: 0;
     height: 4.3in; 
  }
  
  .namez{
   display: none; 
  }
  
  
     #wordss{
   font-family: helvetica;
   font-size: 18pt; 
   width: 85%;
   height: auto;
   text-align: justify;
   border-radius: 20px;
   background-image: url(https://www.wallcovering-wallpaper.com/images/products/96-FG257024_z.jpg);
     padding: .25in;
     margin: 0 auto
     
  }
   
 

  .box{
    height: auto;
    margin-top: .25in;
    width: 100%;
    position: relative;
    z-index: -2;
  }
  
    .box1{
    margin: 0 auto;
    width: 90%;
    position: relative;
    margin-top: .25in; 
  }

  img{
width: 50%;
padding-left: 25%;
  }


  .namez{
  top: .25in;
  position: relative;
  font-size: 35pt;
  width: 90%;
  min-width: 5in;
  margin: 0 auto;
  text-align: center;
  font-family: PrincesS AND THE FROG;
  background-image: url(https://www.wallcovering-wallpaper.com/images/products/96-FG257024_z.jpg);
    border-radius: 20px;
}
  
  
   #words{
   font-family: helvetica;
   font-size: 14pt; 
   width: 85%;
   height: auto;
   text-align: justify;
   border-radius: 20px;
   background-image: url(https://www.wallcovering-wallpaper.com/images/products/96-FG257024_z.jpg);
     padding: .25in;
     margin: 0 auto
  }
  
 
  #wordz{
   font-family: helvetica;
   font-size: 14pt; 
   width: 85%;
   height: auto;
   text-align: justify;
   border-radius: 20px;
   background-image: url(https://www.wallcovering-wallpaper.com/images/products/96-FG257024_z.jpg);
     padding: .25in;
     margin-top: 1;
    margin: 0 auto;
  }
   

  .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{
   font-family: helvetica;
   font-size: 13pt;
   padding: .25in;
   margin: 0 auto;
   background-color: white;
   border-radius: 20px;
   margin-top: .15in;
  }

.nav li{
  display: none;
}

#boxall{
  margin: 0 auto;
  height: .5in;
  width:100%; 
  min-width: 5in;
} 

.box{
 margin: 0 auto;
 width: 90%;
 margin-top: .6in; 
}



/*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;
  height: 1.2in;
  width: 100%;
  text-align: center;
  font-family: PrincesS AND THE FROG;
  letter-spacing: 2px;
  font-size: 30pt;
} 
  
/*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;    
}

  
  #boxall{
  margin: 0 auto;
  height: auto;
  width:75%; 
  max-width: 15in;
  border: solid;
}
  
  .box{
    height: auto;
    margin-top: .25in;
    width: 70%;
    position: relative;
    z-index: -2;
  }
  
    .box1{
    width: 70%;
    position: relative;
    margin-top: .25in; 
  }
  
img.smallpics{
  width: 25%;
  max-width: 4in;
}
  
  .name{
  top: 0in;
  position: relative;
  font-size: 35pt;
  width: 100%;
  min-width: 5in;
  margin: 0 auto;
  text-align: center;
  font-family: PrincesS AND THE FROG;

display: block;
}
  
  
   #words{
   font-family: helvetica;
   font-size: 14pt; 
   width: 95%;
   height: auto;
   text-align: justify;
   border-radius: 20px;
   background-image: url(/Website/pics/text.jpg);
     padding: .25in;
     margin-top: 0;
     height: 3.2in;
  }
  
  img.smallpics{
    float: left;
    margin: 10px 20px 0px 0px;
    max-width: 2.5in;
    padding-left: 0in;
  }
  
  #wordz{
   font-family: helvetica;
   font-size: 14pt; 
   width: 95%;
   height: auto;
   text-align: justify;
   border-radius: 20px;
     padding: .25in;
     margin-top: 0;
     height: 4.3in; 
  }
  
  .namez{
   display: none; 
  }
  
  .home{
  display: block;
  position: absolute;
  left: -3.9in;
  width: 1.25in;
  height: 1.25in;
}
    
  
     #wordss{
   font-family: helvetica;
   font-size: 14pt; 
   width: 85%;
   height: auto;
   text-align: justify;
   border-radius: 20px;
     padding: .25in;
     margin: 0 auto
     
  }
   
 