html,body {
    height: 100%;
    min-height: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: "Computer Modern Sans",sans-serif;
    font-size: 20px;
    color: #575757;
}
a {
    text-decoration: none;
    color: inherit;
}
/*  MENUBAR CSS */
.menubar {
    height: 800px;
    width: 200px;
    position: fixed;
    z-index: 10;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 100px;
} 

.lower-philosophy-area{
    padding-top: 100px;
}
#menubar-button-area {
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menu-button {
    z-index: 10;
    width: 100px;
    height: 100px;
   box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    margin: 10px 10px 10px 60px;
    font-family: "Computer Modern Sans",sans-serif;
    font-size: 18px;
    background-color: #4284d3;
    color: white;
    border-radius: 5px;
    padding: 0;
border: none;
}


.menu-button:hover {
	background-color:#9ccc64;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.menu-button:active {
	position:relative;
	top:1px;
   	background-color:#9ccc64;
    color: whitesmoke;
}
.menu-button:focus {
    outline:none;
    background-color: #9ccc64;
    color: whitesmoke;
}
.mainpage-section {
    min-height: 100%;
    z-index: 2;
    display: block;
}
/*  CONTACT SECTION CSS */
#contact {
    background-color: white;
    margin-left: 0px;
    text-align: center;
    z-index: 0;
}
#contact-info-container {
    width: 300px;
    display: inline-block;
    font-family: "Arbutus Slab",serif;
    font-size: 20px;
    margin-top: 30px;
    color: darkslategray;
}
.name {
    font-size: 30px;
    z-index: 0;
}
#contact a {
    text-decoration: none;
    color: inherit;
}

 /* PHILOSOPHY  SECTION CSS */
#philosophy {
    background-color: whitesmoke;
    z-index: 5;
    text-align: center;
}
.blank-space-behind-menubar {
    height: 50px;
}
.concealed-menu-bar{
    margin-top: -110px;
}
.mini-blank-space-behind-menubar {
    height: 115px;
}

h1{
    font-size: 26px;
    color: #6b9b36;
    display: block;
    font-family: 'Arbutus Slab', serif; 
    text-align: center;
}
.phone-heading{
    font-size: 20px;
    color: navy;
    display: none;
    font-family: 'Arbutus Slab', serif; 
    text-align: left;
    padding: 12px;
}
.dotted{
    border-bottom: 1.4px dotted;
    cursor: pointer;
}
.dotted:hover{
    color: navy;
}
.links {
    text-align: center;
    text-decoration: none;
    font-family:"Arbutus Slab";
    font-size: 15px;
    line-height: 23px;
    color: white;
    margin-bottom: 10px;
}
.links a {
    text-align: center;
    text-decoration: none;
    font-family:"Arbutus Slab";
    font-size: 15px;
    line-height: 23px;
    color: white;
}
.links a:hover {
    color: lightblue;
}




.contact-link {
    border-bottom: 2px dotted;
}


.content-wrapper {
    width: 75%;
    max-width: 800px;
    margin: auto;
}

#syllabus {
    background-color: rgba(111, 249, 255, 0.2); 
}

#coursetitle {
    text-align: center;
        font-family: 'Arbutus Slab', serif; 
font-size: 32px;
    color: #575757;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding: 20px;
        background-color: rgba(0, 149, 168, 0.15);

}

.gradescale-wrapper {
    margin: auto;
    width: 70%;
}

#honor {
    background-color: rgba(38, 198, 218, 0.1);
}

.gap {
    width: 20px;
}

.TAtablewrapper {
    max-width:75%;
    margin: auto;
}


