body{
    background-color: #d7e137;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    color: 464646;
}

#allPage{
    width: 980px;
    margin-top: 5px;
    background-color: white;
    border: solid;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 3px 3px 3px black;
    
}
#CenColBanner{
    margin-top: 10px;
    margin-left: -150px;
    width:327px;
    
   
}
h1{
    color: #464646;
    text-align: center;
    text-transform:uppercase;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
h3{
    color: #464646;
    text-align: center;
    margin-top: -25px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
h5{
    
    margin-top: -5px;
    text-align: left;
    font-weight: lighter;
    font-family: Arial, Helvetica, sans-serif;
}
#CapitalC{
    font-size: larger;
}
#CourseNameCodeHR{
    margin-top: -0.1px;
    width:800px;
    margin-left: 140px;;
    border: none;
    /* top    */ border-top: 1px solid olivedrab; 
    /* middle */ background-color: olivedrab; color:olivedrab;
    /* bottom */ border-bottom: 1px solid olivedrab;
    height: 0px;
    *height: 3px; /* IE6+7 need the total height */
}
label[for=txtYear]{
    margin-left: 100px;
}
#InstructorLegend{
    background-color: #d7e137;
    color: white;
    width: 927px;
    text-transform: uppercase;
    font-size:medium;
}
.fieldsetLegendCapitals{
    font-size: larger;
}
.fieldSetInitialQuestion{
font-size: small;
}
.fieldsetSubQuestion{
    font-weight: bold;
    font-size: small;

}

textarea{
    resize:none;
}

footer{
    color:#d7e137;
    font-size: x-small;
    text-align: center;
}
footer>p{
    font-size: medium;
    font-style: italic;
}
footer>p>a{
    color:#666;
}

fieldset{
    border-radius: 7px 7px 7px 7px;
    border-color: black;
    border:ridge;
    
}

/* NAV CONFIGURATIONS */
nav#weblinks
{ 
    
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 1em; 
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(107,142,35,0.1);
    position:absolute;
    left: 0px;
    top: 0px;
    padding: 20px 0px;
   
    backdrop-filter: blur(8px);
    margin-left: auto;
    margin-right: auto;
    
}
nav a
{

    color: black;
    letter-spacing:1px;
    text-decoration:none;
}

nav a:hover

{
    font-weight: bold; 
    display: inside;
    text-shadow: 0.5px 0.5px 0.5px #333;
    
}
/* Dropdown Button */
.dropbtn {
    background-color: rgba(0,0,0,0.0); 
    /* color: white; */
    /* padding: 16px; */
    font-size: 1em;
    border: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1; /*Edit this for background colour of drop down menu*/
    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 {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* 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 {font-weight: bold;}
/* NAV CONFIGURATIONS */


