.smallpics{
    border: solid;
    position: relative; 
   top: .25in;
   left: 10%;
  }

 .smallpics1{
    border: solid;
    position: relative; 
   left: 20%;
   top: 1.25in;
  }



/*Dropdown Menu*/
.dropbtn {
  position: relative;
  background-color: black;
  color: white;
  padding: 16px;
  font-size: 25px;
  border: none;
  cursor: pointer;
  width: 100%;
}

.dropdown {
  width: 25%;
  margin-left: 12%;
    position: absolute;
    display: inline-block;
}
.dropdown-content {
  width: 100%;
    display: none;
    position: relative;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
  font-family: helvetica;
  font-size: 20px;
    padding: 15px 16px;
    text-decoration: none;
    display: block;
  width: 100%;
  text-align: center;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: gray}
/* 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;
}







.header{
  border: solid;
  border-color: red;
  background-color: black;
  height: 1in;
  width: 100%;
  text-align: left;
  padding-left: .25in;
  font-family: Impact;
  letter-spacing: 2px;
  font-size: 25pt;
  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%;
}

/*ribbon*/
.ribbon {
 margin: 0 auto;
 position: relative;
 font-size: 40px !important;
 width: 70%;
 background-image: url(https://ibb.co/hCUYWQ);
 color: #fff;
 text-align: center;
 background-color: red;
 padding: 12px; 
 margin: 1em auto 1em; 
 min-width: 340px;
  top: .5in;
}
.ribbon:before, .ribbon:after {
 content: "";
 position: absolute;
 display: block;
 bottom: -1em;
 border: 1em solid #B60509;
 z-index: -1;
}
.ribbon:before {
 left: -2em;
 border-right-width: 2em;
 border-left-color: transparent;
}
.ribbon:after {
 right: -2em;
 border-left-width: 2em;
 border-right-color: transparent;
}
.ribbon .content:before, .ribbon .content:after {
 content: "";
 position: absolute;
 display: block;
 border-style: solid;
 border-color: #480706 transparent transparent transparent;
 bottom: -1em;
}
.ribbon .content:before {
 left: 0;
 border-width: 1em 0 0 1em;
}
.ribbon .content:after {
 right: 0;
 border-width: 1em 1em 0 0;
}

/*Dropdown Menu*/
.dropbtn {
  position: absolute;
  background-color: black;
  color: white;
  padding: 16px;
  font-size: 25px;
  border: none;
  cursor: pointer;
  width: 100%;
}
.dropdown {
  width: 100%;
    position: absolute;
    display: inline-block;
}
.dropdown-content {
  width: 100%;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
  font-family: helvetica;
  font-size: 20px;
    padding: 15px 16px;
    text-decoration: none;
    display: block;
  width: 100%;
  text-align: center;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: gray}
/* 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: #3e8e41;
}






/*Desktop*/
@media screen and (min-width:1000px){
  .dropdown {
        display: none;
  }
  
  
  .header{
  border: solid;
  border-color: red;
  background-color: black;
  height: 1in;
  width: 100%;
  text-align: center;
  font-family: Impact;
  letter-spacing: 2px;
  font-size: 35pt;
  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:10in; 
  min-width: 5in;
}


/*ribbon*/
.ribbon {
 margin: 0 auto;
 position: relative;
 top: 0in;
 font-size: 50px !important;
 width: 75%;
 background-image: url(https://ibb.co/hCUYWQ);
 color: #fff;
 text-align: center;
 background-color: red;
 margin: 1em auto 1em; 
 min-width: 40%;
}
.ribbon:before, .ribbon:after {
 content: "";
 position: absolute;
 display: block;
 bottom: -1em;
 border: 45px solid #B60509;
 z-index: -1;
}
.ribbon:before {
 left: -65px;
 border-right-width: 70px;
 border-left-color: transparent;
}
.ribbon:after {
 right: -65px;
 border-left-width: 70px;
 border-right-color: transparent;
}
.ribbon .content:before, .ribbon .content:after {
 content: "";
 position: absolute;
 display: block;
 border-style: solid;
 border-color: #480706 transparent transparent transparent;
 bottom: -1em;
}
.ribbon .content:before {
 left: 0;
 border-width: 1em 0 0 1em;
}
.ribbon .content:after {
 right: 0;
 border-width: 1em 1em 0 0;
}

/*Nav Bar*/
.nav ul {
  list-style: none;
  width: 100%;
  background-color: black;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-top: .1in;
  height: .5in;
}
.nav li {
  font-family: Helvetica;
  font-size: 25px;
  line-height: 40px;
  height: 40px;
  border-bottom: 3px solid #888;
}
.nav a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: .3s background-color;
} 
.nav a:hover {
  background-color: #005f5f;
  width: 2in;
  height: .495in;
}
.nav li {
    width: 200px;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
  }
  .nav li {
    display: inline-block;
    margin-right: -4px;
  }
 
  
  .words{
   border: solid;
   width: 70%;
   font-family: helvetica;
   font-size: 14pt;
   margin-left: 3in; 
  }
  
  
  .smallpics{
    border: solid;
    position: absolute;  
  }
  
  .smallpics1{
    border: solid;
    position: absolute; 
    top: 7in;
  }

/*Nav Bar*/
.nav ul {
  list-style: none;
  width: 100%;
  background-color: black;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-top: .25in;
  height: .58in;
}
.nav li {
  font-family: Helvetica;
  font-size: 25px;
  line-height: 40px;
  height: 40px;
  border-bottom: 3px solid #888;
}
.nav a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: .3s background-color;
} 
.nav a:hover {
  background-color: #005f5f;
  width: 2in;
  height: .495in;
}
.nav li {
    width: 200px;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
  }
  .nav li {
    display: inline-block;
    margin-right: -4px;
  }
 
   
  
  
  
  
  
  
  .dropdown-content {
    display: none;
    position: relative;
    background-color: black;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
  
 
  .notepad{
    position: relative;
    border: solid;
    border-color: red;
    margin-top: -6.5in;
    margin-left: 6.9in;
    height: 3.5in;
    width: 2.7in;
    z-index: -1;
  }
  
  .announcements{
    z-index: 5;
    border: solid;
    border-color: blue;
    z-index: 0;
  }
  