body
{
/* THIS IS WHERE THE MAIN FONT IS SET */
font-family: "Georgia","Times New Roman",serif;
/* the green background part */
background-color: #DBFADB; /* #FFD6DB; */ /* #FF9C00;*/ /*#D96700; */
font-size: 1.1em;
color: #000000; /* #101010; */
}
/* FFB6D8 8fff70 */

/* HEADER FONT - overriding w3.css */
h1,h2,h3,h4,h5,h6{font-family:"Segoe UI",Arial,san-serif}

li,p
{
color: #120B00; /* #46494A; */
}
h3,h4
{
color: #000000; /* #2B2D2E; */
}

/* the page part of the page */
#main_page
{
margin-left: auto;
margin-right: auto;
background-color: #8AC748; /* #D9A1FF; */ /* #FFBE59; */ /* #FFFFFF; */
max-width: 1050px;
}

a:hover {text-decoration: underline; color: #000000}

li
{
list-style-position: inside;
}


.resbanner {
  position: relative
  text-align: center;
  width: 100%;
  height: auto;
}
.resimage {
  max-width: 100%;
  height: auto;
}

.restitle {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}


#classList h2
{
color: #a5424a;
}

.w3-bg-menu,.w3-bg-hover-menu:hover{color:#FFF!important;background-color:#A83D92!important}
.w3-bg-pink,.w3-bg-hover-pink:hover{color:#fff!important;background-color:#FFA0F4!important}
.w3-bg-blue,.w3-bg-hover-blue:hover{color:#fff!important;background-color:#057EC3!important}
.w3-bg-tan,.w3-bg-hover-tan:hover{color:#fff!important;background-color:#E6D796!important}
.w3-bg-light-blue,.w3-bg-hover-light-blue:hover{color:#fff!important;background-color:#89CFE8!important}
.w3-bg-light-red,.w3-bg-hover-light-red:hover{color:#fff!important;background-color:#F23E41!important}
.w3-bg-red,.w3-bg-hover-red:hover{color:#fff!important;background-color:#DB1500!important}
.w3-bg-green,.w3-bg-hover-light-red:hover{color:#fff!important;background-color:#60AB28!important}
.w3-bg-orange,.w3-bg-hover-light-red:hover{color:#fff!important;background-color:#E07F0D!important}

 /* Navbar container */
.navbar {
  overflow: hidden;
  font-size: 1.2em;
  background-color: /* #FF3D92; */ /* #C24321; */ /* #8F7122; */ #538F22;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: /* #C24321; */ #B0C216;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  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 {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
} 
