html,body {
    height: 100%;
    min-height: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
a {
    color: inherit;
}
a:hover{
    color:navy;
}
/*  MENUBAR CSS */
.menubar {
    background-color: transparent;
    min-height: 100px;
    height: 120px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    padding: 10px 0px 0px 0px;
    position: fixed;
    z-index: 10;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
} 
.large-menu-bar-area{
    height: 260px;
}
.lower-philosophy-area{
    padding-top: 130px;
}
#menubar-button-area {
   min-height: 130px;
   padding: 0px 0px 0px 0px;
   display: flex;
    margin-left: auto;
    margin-right: auto;
   justify-content: space-between;
   max-width: 500px;
  -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 {
	background-color:whitesmoke;
    height: 120px;
    width: 120px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius:100px;
    display: inline-block;	
    color:slategray;
	font-family:Courier New;
	font-size:16.5px;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
    text-align: center;
    border        : 3px solid rgb(128,128,128);
    z-index: 10;
}
.menu-button:hover {
	background-color:antiquewhite;
    border        : 3px solid rgb(153,204,255);
    cursor: pointer;
}
.menu-button:active {
	position:relative;
	top:1px;
}
.menu-button:focus {
    outline:none;
}
.mainpage-section {
    width: 100%;
    min-height: 100%;
    z-index: 2;
    display: block;
    overflow: auto;
    position:absolute;
}
/*  CONTACT SECTION CSS */
#contact {
    background-color: #EDD6B4;
    margin-left: 0px;
    text-align: center;
    z-index: 0;
    width: 100%;
}
#contact-info-container {
    max-width: 70%;
    display: inline-block;
    font-family: "Arbutus Slab",serif;
    font-size: 20px;
    margin-top: 30px;
    color: #094075;
    overflow: auto;
}
.name {
    font-size: 30px;
    z-index: 0;
    color: #094075;
}
#contact a {
    border-bottom: 2px dotted slategray;
    text-decoration: none;
}
#contact a:hover,focus,active {
    color: whitesmoke;
}
 /* PHILOSOPHY  SECTION CSS */
#philosophy {
    background-color: whitesmoke;
    z-index: 5;
    position: absolute;
    text-align: center;
}

#philosophy a{
    text-decoration: none;
    border-bottom: 2.5px dotted white;
}

#philosophy a:hover{
    text-decoration: none;
    border-bottom: 2.5px dotted #99ccff;
    color: #99ccff;
}
.blank-space-behind-menubar {
    height: 100px;
}
.concealed-menu-bar{
    margin-top: -130px;
}
.shown-philosophy-bar{
    height: 100px;
}
.mini-blank-space-behind-menubar {
    height: 130px;
}
#syllabus-button-container {
    width: 100%;
    position: fixed;
    z-index: 5;
}
#syllabus-button-area {
   height: 170px;
   display: flex;
   justify-content: space-between;
   margin: auto;
   overflow: hidden;
   padding: 0px 0px 0px 0px;
   max-width: 700px; 
}
.syllabus-button-type {
	display:inline-block;
    background-color: #99ccff;
    color: whitesmoke;
	font-family:Courier New;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	width: 100px;
    height: 100px;
    -moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius:100px;
    text-align: center;
    border        : 3px solid #eeeeff;
    cursor: pointer;
    
}
.syllabus-button-type:hover {
	background-color:#A6D785;
}
.syllabus-button-type:focus{
    outline: none;
	background-color:#A6D785;
}
.syllabus-button-type:active {
	position:relative;
	top:1px;
}
#philosophy-menu-arrow{
    cursor: pointer;
    height:40px;
    transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
}
.moved-left{
    margin-left: -100%;
}
.moved-right{
    margin-left: 100%;
}
#philosophy-menu-arrow:hover{
    opacity: 0.6;
}
.philosophy-papers-section{
    width: 85%;
    max-width: 1040px;
    min-height: 1700px;
    z-index: 2;
    display:inline-block;
    text-align: left;
    transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
}
.philosophy-papers-section-container{
    width: 100%;
    min-height: 100%;
}
h1{
    font-size: 28px;
    color: navy;
    display: block;
    font-family: 'Arbutus Slab', serif; 
    text-align: center;
}
.dotted{
    border-bottom: 1.4px dotted;
    cursor: pointer;
}
.dotted:hover{
    color: navy;
}
.individual-paper{
    display: block;
}
.indent-wrapper{
    display: block;
    margin-left: 30px;
}
.clickable-header{
    margin-bottom: 20px;
}
.paper-title{
    font-family:"Arbutus Slab";
    font-size: 20px;
    line-height: 23px;
    color: #555555;
    margin-top: 8px;
}
.details-arrow,.other-stuff-arrow{
     transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -webkit-transition: all 0.3s ease-out;
    height: 20px;
    vertical-align: bottom;
    margin-bottom: 1px;
}
.details-arrow:hover,.other-stuff-arrow:hover {
    opacity: 0.5;
    cursor: pointer;
}
.rotated-image {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.citation{
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 14px;
    opacity: 0.8;
    padding-left: 40px;
    color: #555555;
}
.details {
    padding: 15px;
    background-color: #555555;
    -moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
    margin-bottom: 20px;
    margin-top: 15px;
    display: none;
}
.individual-paper-indent > .details {
    max-width: 20px;
}
.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;
}
.abstract {
    color: whitesmoke;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    line-height: 16px;
}
td.books-table{
    text-align: center;
    width: 330px;
    max-width: 40%;
}
table.books-table{
    margin-left:auto; 
    margin-right:auto;
}
td.blank-books-column{
    width:30px;
}
.books-table{
    font-family: "Arbutus Slab", serif;
    font-size: 14px;
    color: #555555;
}

 /* TEACHING SECTION CSS */
#teaching {
    background-color: #8DC2BC;
    margin-left: 100%;
    z-index: 5;
    text-align: center;
    line-height: 10px;
    height: 100%;
    position: fixed;
    overflow: scroll;
    width: 100%;
}
#teaching a:hover{
    color:#99ccff;
}
#teaching-info-container{
   width: 750px;
    background-color: whitesmoke;-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
    margin:20px;
    padding: 10px; 
    display: inline-block;
    color: #2C3539;
    border        : 3px solid rgb(128,128,128);
    height: calc(100% - 130px);
    overflow: scroll;
}
.teaching-main{
    color: black;
    font-family: "Helvetica Neue", serif;
    font-size: 19px;
    line-height: 22px;
    font-weight: 300;
    text-align: left;
    width: 70%;
    margin: 0 auto;
}
.teaching-sublist{
    font-size: 16px;
    line-height: 19px;
}
.tr{
    margin-bottom: 20px;
}
.individual-course,.on-leave{
    color:#555555;
    margin-bottom: 10px;
}
.individual-course:hover{
 color:lightblue;
 cursor: pointer;
}
.course-topics{
    font-family:"Lato", sans-serif;
    font-size: 12px;
    line-height: 13px;
}
.course-title{
    font-family:"Arbutus Slab";
    font-size: 17px;
    line-height: 18px;
}
.semester-label{
    font-family:"Arbutus Slab";
    font-size: 19px;
    line-height: 21px;
    color: inherit;
    border-style: groove;
    padding: 5px;
    margin-top: 5px;
}
table.courselist{
    padding: 2px;
    border-collapse: separate;
    border-spacing: 0px 14px;
}
tr.courselist{
    padding: 5px;
}
td.year{
    max-width:150px;
}
td.fall,spring{
    width: 300px;
}
.phil {
    font-variant: small-caps;
    font-size: 130%;
}
.mcgill{
    background-color:lightblue;
    height: 20px;
    width: 250px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
    display: inline-block;
    color:slategray;
	font-family:Courier New;
	font-size:16px;
    line-height: 17px;
	font-weight:bold;
	padding: 5px 0px 0px 0px;
	text-decoration:none;
    text-align: center;
    border        : 3px solid rgb(128,128,128);
    justify-content: center;
    flex-direction: column;
}
.teaching-heading{
    color:#99ccff;
}
.year-circle {
	background-color:lightblue;
    height: 60px;
    width: 60px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius:100px;
    display: block;	color:slategray;
	font-family:Courier New;
	font-size:16px;
    line-height: 17px;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
    text-align: center;
    display: inline-block;
    border        : 3px solid rgb(128,128,128);
     display: flex;
    justify-content: center;
    flex-direction: column;
}


.home-plain {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 300;
    font-size: 20px;
    opacity: 0.8;
    color: black;
    overflow: auto;
}

.circ-list {
    text-align: left;
    margin-left: 20%;
}

#person {
    background-color: #8DC2BC;
}

.date,.topic,.reading {
    font-family: "Arbutus Slab",serif;
    color: white;
    text-align: center;
    vertical-align: middle;
}

.date,.reading {
    font-size: 16px;
}

.syllabus-table {
    border-spacing: 20px;
    %background-color: whitesmoke;
    border-radius: 25px;
}

#belief {
    background-color: #4B7D74;
}

#god {
    background-color: #E2AE63;
}

.topic {
    font-size:24px;
}

#free {
    background-color: #BE7467;
}

#ethics {
    background-color: #539770;
}



.grading {
    border-spacing: 10px;
    margin: 0 auto;
}

.pdf-link {
    font-size: 15px;
}

.TA-name {
    font-family: "Arbutus Slab";
    font-size: 19px;
}

.TA-table-container {
    margin: 0 auto;
    width: 600px;
}

.mini-pdf-break {
    width: 30px;
}

.assignment-due {
    font-size: 15px;
}

#assignment-arrow {
    width: 30px;
}

#info-button {
    background-color: #FFAE37;
}
#info-button:hover {
	background-color:#A6D785;
}

.info-header {
      border: 3px;
      border-style: solid;
    border-color: #094075;
     color: #094075;
    padding: 5px;
    background-color: white;
}

#info {
    background-color: lightgrey;
}

.break {
    color: lightgray;
}
