body{ 
  background-image: url(https://designshack.net/wp-content/uploads/wf-victorian-18.jpg);
}

#Board{
  border: solid;
  margin: 0 auto;
  width: 10in;
  height: 5.5in;
  position: relative;
  top: -1.25in;
  background-image: url('http://media.istockphoto.com/photos/bulletin-board-picture-id506132230?k=6&m=506132230&s=170667a&w=0&h=tFKQgMRhEpZikDQY04-LIWx4GTAqrvINIwJRIXDOs4c=');
  background-size: cover;
    background-position: 3in;
}

 #Board2 {
  display: none;}
  
  
  #paper{
  border: solid;  
  width: 300px;
  margin-left: 6.4in;
  height: 400px;
    margin-top: -.25in;
  transform: rotate(-2deg);
  font-family: helvetica;
  font-size: 21pt; 
    overflow-y: scroll;
  }

  .announcements{
   transform: rotate(-2deg);
    margin-top: 0.5in;
    padding-right: .9in;
    z-index: 5;
    border: solid;
    border-color: blue;
    text-align: right;
    Font-size: 25pt;
  }


.notepad{
    border: solid;
    border-color: red;
    margin-top: 5.75in;
    margin-left: 6.9in;
    height: 3.5in;
    width: 2.7in;
    z-index: -99;
  }


.nav li{
  display: none;
  color: purple;
  
}


img.displayed {
  position: relative;
  top: 0.1in;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  top: -1.25in;
}

/*ribbon*/
.ribbon {
 margin: 0 auto;
 position: relative;
 font-size: 35px !important;
 width: 60%;
 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: 1in;
}
.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: 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;
}







/*Desktop*/
@media screen and (min-width:1300px){
  
.dropdown {
 display: none;
  margin-left: 0%;
  }
  
img.displayed {
  position: relative;
  width:100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: -2.65in;}
  
#box{
  margin: 0 auto;
  border: solid;
  height: 11in;
  width:10in; 
  min-width: 5in;
}


/*ribbon*/
.ribbon {
 margin: 0 auto;
 position: relative;
 top: -0.25in;
 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: blue;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-top: .25in;
  height: .58in;
}
.nav li {
  font-family: Helvetica;
  font-size: 25px;
  line-height: 40px;
  height: 20px;
  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: red;
    margin-left: 0in;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
  
 

  
  .announcements{
    margin-top: 0.025in;
    z-index: 5;
    border: solid;
    border-color: blue;
    text-align: center;
    Font-size: 20pt;
  }
  
  
 
  
 #Board2 {
  display: none;}
  
  #Board {
  width: 4in;
  height: 4in;
  position: absolute;
  top: 7in;
   
  margin-left: 5.9in;
  background-image: url('http://media.istockphoto.com/photos/bulletin-board-picture-id506132230?k=6&m=506132230&s=170667a&w=0&h=tFKQgMRhEpZikDQY04-LIWx4GTAqrvINIwJRIXDOs4c=');
  background-size: cover;
    background-position: 3in;
}
  
  
  #paper{
  border: solid;  
  width: 125px;
  margin-left: 20px;
  height: 175px;
  transform: rotate(-2deg);
  font-family: helvetica;
  font-size: 15pt;
  }
  