figure {
  border: 1px #cccccc solid;
  padding: 4px;
  margin: auto;
}figcaption {
  background-color: black;
  color: white;
  font-style: italic;
  padding: 2px;
  text-align: center;
}hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.content {
    font-family: BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	font-size: 15px;
    line-height: 150%;	
}.footer {
  font-family: BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 12px;	
  color: rgb(104, 101, 101);
}
.header {
	font-family: BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	color: #fcd709;
	font-size: 30px;
	font-weight: bold;
}.header-small {
	font-family: BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	color: #fcd709;
	font-size: 20px;
	font-weight: bold;
}h3 {
	font-family: BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	color: #03045E;
}.content-header {
    font-family: BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	font-size: 15px;
    text-align: center;
	color: #000000;
  font-weight: bold;
	line-height: 150%;
}.content-bold {
    font-family: BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	font-size: 18px;
    line-height: 150%;
	font-weight: bold;
	color: #CA2516;
}.content-links {
    font-family: BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	font-size: 15px;
    line-height: 150%;
	color: #0000EE;	
}.content-marquee {
  font-family: BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
font-size: 15px;
  line-height: 150%;
font-weight: bold;
color: #000000;
}.thirteen{
  position:relative; font-size:15px; font-weight:700;  letter-spacing:0px; text-transform:uppercase; text-align:center; margin:auto; padding:5px 11px 3px 11px;background-color:#d3c8c0;
}.eleven{
  font-size:18px;text-align:center; line-height:1.5em; padding-bottom:10px; font-family:"Playfair Display", serif; text-transform:uppercase;letter-spacing: 2px; color:#111;
}/* Flaired edges, by Tomas Theunissen */
hr.style-seven {
    overflow: visible; /* For IE */
    height: 10px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 10px;
    margin-top: -10px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}.dropbtn {
    background-color: #0a0701;
    color: white;
    padding: 7px;
    font-size: 16px;
    border: none;
    font-family: BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    min-width: 80px;
    text-decoration: none;
    text-transform: uppercase;
  }.dropdown {
    position: relative;
    display: inline-block;
  }.dropdown-content {
    display: none;
    position: absolute;
    background-color: #eeedd2;
    min-width: 190px;
    box-shadow: 0px 8px 10px 0px rgba(180, 116, 41, 0.911);
    z-index: 1;
  }.dropdown-content a {
    color: black;
    padding: 7px 7px;
    text-decoration: none;
    display: block;
  }.vision {
    font-family: BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
}.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto;
  background-color: #d1c7bb;
  padding: 10px;
}.grid-item {
  background-color: #ffffff;
  border: 1px solid #d1c7bb;
  padding: 5px;
  font-size: 15px;
  text-align: center;
}.grid-container-bod {
  display: grid;
  grid-template-columns: auto auto;
  background-color: #d1c7bb;
  padding: 10px;
}.grid-item-bod {
  background-color: #f3e8e0;
  border: 1px solid #d1c7bb;
  padding: 5px;
  font-size: 15px;
  text-align: center;
}
  .dropdown-content a:hover {background-color: rgb(131, 127, 122);}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .dropdown:hover .dropbtn {background-color: #948e86;}
