

body{background-color: #DBB1BC; 
margin: 0 10%;
font-family: "gelica", sans-serif;
font-weight: 400;
font-style: normal;}
hr { border-color:#8F95D3;
}   
h1 {
color: #58504A;
text-align:center;
font-family:serif;
text-transform:uppercase;
margin-top:30px;
}
h2 {color: #58504A;}
h3 {
color: #58504A;
font-size: 1em;
}
h4 {
color:#58504A;
}

p {
color: #004666;
}
th, td {
color: #004666;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 20px;
padding-right: 20px;
}
a {
color: #21360B;
}

main {margin-top:10px;}

.image-wrapper{
    display: inline-block;
    text-align: center;
    padding-bottom: 20px;
    padding-right: 50px;
}



.textbox {
  padding: 10px;
  background-color: #8F95D3;
  border-radius: 10px;
}

.body{
  background-image: url("images/corkboardbg.jpg") ;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
 margin: 010%;
}

.h1 {text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	color: white;}

.p{text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(100%, 100%);
	color: white;}
  /* ////////// NAV LINKS /////////*/

 

  ul {
  list-style-type: none;
  margin-top:20px;
	margin-bottom:15px;
  padding: 0;
  border-radius: 12px;
  overflow: hidden;

  background-color: #D3C4E3;
}

li {
  float: left;
  
}

li a, .dropbtn {
  display: inline-block;
  color: #8F95D3;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #8F95D3;
  color: #D3C4E3;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #DBB1BC;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #004666;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;

}

.dropdown-content a:hover {background-color: #004666;
color: #DBB1BC;
}

.dropdown:hover .dropdown-content {
  display: block;
}
  a.active {
   
    color: #D3C4E3;
    background-color:#8F95D3;}

a:link {
  color: #D3C4E3;
  text-decoration:none;
}


/* mouse over link */
a:hover {
  color: #D3C4E3;
}
