body{ 
  background-image: url(https://designshack.net/wp-content/uploads/wf-victorian-18.jpg);
  margin: 0 auto;
}

#Board{
  background-color: white;
  border: solid;
  position: relative;
  height: 5in;
  width: 100%;
  top:-.2in;
  background-image: ur('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;
}

#box{
  margin: 0 auto;
  border: solid;
}

.nav li{
  display: none;
  color: purple;  
}


img.displayed {
  position: relative;
  display: block;
  width: 100%;
  top: -.2in;
}

/*ribbon*/
.ribbon {
 margin: 0 auto;
 position: relative;
 font-size: 45px !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: -.4in;
}
.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: 0in;
    position: absolute;
    display: inline-block;
}
.dropdown-content {
    width: 100%;
    display: none;
    position: relative;
    background-color: #f9f9f9;
    min-width: 160px;
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
  font-family: helvetica;
  font-size: 30px;
    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:1400px){
  
#Board{
  border: solid;
  border-color: red;
  width: 100%;
  position: relative;
  background-color: white;
  background-size: cover;
  background-position: 3in;
     -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
  

.dropdown {
 display: none;
 margin-left: 0%;
  }
  
img.displayed {
  position: relative;
  width:100%;
  display: block;
  margin-left: auto;
  margin-right: auto;}
  
#box{
  margin: 0 auto;
  border: solid;
  border-color: red;
  width:100%; 
  top: 2in;
  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;
  height: .75in;
}
.nav li {
  font-family: Helvetica;
  font-size: 35px;
  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: 2.8in;
}
.nav li {
    width: 300px;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    font-size: 35pt;
  }
  .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;
}
  
 

    
    
    