@font-face {
    font-family: PrincesS AND THE FROG;
    src: url("/GD50/S17projects/P3_TTH/Cristian Jimenez New/PrincesS AND THE FROG 2.ttf");
}
@font-face {
    font-family: Rochester;
    src: url("/GD50/S17projects/P3_TTH/Cristian Jimenez New/Rochester-Regular.ttf");
}

body{ 
  background-image: url(/Website/pics/wall.png);
  min-width: 5.5in;
}

#Board{
  width: 90%;
  padding: .25in;
  border-radius: 20px;
  height: auto;
  margin: 0 auto;
  position: relative;
  background-color: white;
  background-size: cover;
  background-position: 3in;
  background-image: url(/Website/pics/text.jpg)
}

  h1{
    font-family: Rochester;
    font-size: 70pt;
    color: #5D4D7A;
    margin-top: 0.2in;
    border-radius: 20px;
    width: 60%;
  
  }
  
  h2{
    font-family: PrincesS AND THE FROG;
    margin-top: -0.1in;
  }



#box{
  margin: 0 auto;
  width: 80%;
  height: auto;
  margin-top: .88in;
}

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

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

.content{
  font-family: PrincesS AND THE FROG;
  font-size: 55pt;
}

.ribbon{
 margin: 0 auto;
 position: relative;
 font-size: 45px !important;
 width: 100%;
 min-width: 5in;
 color: #fff;
 text-align: center;
 background-color: #5D4D7A;
 padding: 25px; 
 min-width: 340px;
 height: auto;
}

/*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;
  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;
}

header{
  background-image: url(/Website/pics/text.jpg)
}



/*Desktop*/
@media screen and (min-width:1200px){
  
#Board{
  width: 60%;
  padding: .25in;
  border-radius: 20px;
  height: auto;
  margin: 0 auto;
  position: relative;
  background-color: white;
  background-size: cover;
  background-position: 3in;
  column-count: 2;
}

  .content{
    font-family: PrincesS AND THE FROG;
  }

.dropdown {
 display: none;
  }
  
img.displayed {
  position: relative;
  width:100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;}
  
#box{
  margin: 0 auto;
  width:80%;
  margin-top: .25in;
  min-width: 5in;
}
  
.content{
  font-family: PrincesS AND THE FROG;
  font-size: 35pt;
}


/*ribbon*/
.ribbon {
 font-family: Helvetica;
 margin: 0 auto;
 position: relative;
 font-size: 50px !important;
 width: 75%;
 color: #fff;
 text-align: center;
 background-color: #5D4D7A;
 margin: .5em auto 1.08em; 
 min-width: 40%;
 height: .5in;
}
.ribbon:before, .ribbon:after {
 content: "";
 position: absolute;
 display: block;
 bottom: -1em;
 border: 45px solid #5D3D7A;
 z-index: -1;
}
.ribbon:before {
 left: -68px;
 border-right-width: 69px;
 border-left-color: transparent;
}
.ribbon:after {
 right: -68px;
 border-left-width: 70px;
 border-right-color: transparent;
}
.ribbon .content:before, .ribbon .content:after {
 content: "";
 position: absolute;
 display: block;
 border-style: solid;
 border-color: #5D2D7A transparent transparent transparent;
 bottom: -1em;
}
.ribbon .content:before {
 left: 0in;
 border-width: 1em 0 0 1em;
}
.ribbon .content:after {
 right: 0;
 border-width: 1em 1em 0 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;
  border-radius: 20px;
}
.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;    
}

  
  h1{
    font-size: 50pt;
    width: 60%;
    margin-top: .25in;
  }
    
  header{
    width: 65%;
    border-radius: 20px;
  } 
    
