html,body {
    height: 100%;
    min-height: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover{
    color:navy;
}
/*  MENUBAR CSS */
.menubar {
    background-color: transparent;
    min-height: 100px;
    height: 110px;
    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: 200px;
}
.lower-philosophy-area{
    padding-top: 100px;
}
#menubar-button-area {
   min-height: 110px;
   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: 100px;
    width: 100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius:100px;
    display: block;	
    color:slategray;
	font-family:Courier New;
	font-size:14px;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
    text-align: center;
    line-height: 100px;
    display: inline-block;
    border        : 3px solid rgb(128,128,128);
    z-index: 10;
}


.menu-button:hover {
	background-color:#A6D785;
    border        : 3px solid rgb(245,245,245);
    color: whitesmoke;
    cursor: pointer;
}
.menu-button:active {
	position:relative;
	top:1px;
   	background-color:#A6D785;
    color: whitesmoke;
    border        : 3px solid rgb(245,245,245);

}
.menu-button:focus {
    outline:none;
    background-color: #A6D785;
    color: whitesmoke;
    border        : 3px solid rgb(245,245,245);
}
.mainpage-section {
    width: 100%;
    min-height: 100%;
    z-index: 2;
    display: block;
}
/*  CONTACT SECTION CSS */
#contact {
    background-color: #99ccff;
    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;
}
#contact a:hover,focus,active {
    color: whitesmoke;
}
 /* PHILOSOPHY  SECTION CSS */
#philosophy {
    background-color: whitesmoke;
    z-index: 5;
    text-align: center;
}
.blank-space-behind-menubar {
    height: 130px;
}
.concealed-menu-bar{
    margin-top: -110px;
}
.shown-philosophy-bar{
    height: 100px;
}
.mini-blank-space-behind-menubar {
    height: 115px;
}
#philosophy-button-container {
    width: 100%;
    position: fixed;
    z-index: 5;
}
#philosophy-button-area {
   height: 100px;
   display: flex;
   justify-content: space-between;
   margin: auto;
   padding: 0px 0px 0px 0px;
   max-width: 800px; 
   overflow: hidden;
}
.philosophy-button-type {
	display:inline-block;
    background-color: #99ccff;
    color: whitesmoke;
	font-family:Courier New;
	font-size:14.5px;
	font-weight:bold;
	text-decoration:none;
	width: 85px;
    height: 85px;
    -moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius:100px;
    text-align: center;
    border        : 3px solid lightgray;
    cursor: pointer;
    
}
@media screen and (max-width: 600px) {
    .philosophy-button-type {
	max-width: 20dp;
    max-height: 20dp;
    font-size: 6dp;
}
}
.philosophy-button-type:hover {
	background-color:#A6D785;
}
.philosophy-button-type:focus{
    outline: none;
	background-color:#A6D785;
}
.philosophy-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: 700px;
    min-height: 1200px;
    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%;
}
h1{
    font-size: 28px;
    color: navy;
    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;
}
.individual-paper{
    display: block;
    padding: 4px;
}
.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;
}

.philosophy-section-arrow{
     transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -webkit-transition: all 0.3s ease-out;
    height: 18px;
    vertical-align: bottom;
    margin-bottom: -4px;
}
.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;
    padding-top: 5px;
    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: 28%;
}
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;
    line-height: 16px;
    color: #555555;
}

 /* TEACHING SECTION CSS */
#teaching {
    background-color: #6e8091;
    z-index: 5;
    text-align: center;
    line-height: 10px;
    min-height: 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);
}
.teaching-new{
    color: whitesmoke;
    font-family: "Arbutus Slab", serif;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
}
.teaching-old{
    color: whitesmoke;
    font-family: "Arbutus Slab", serif;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    align-items: center;
}
.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;
}

.new-teaching-heading{
    color:#99ccff;
}
.teaching-heading{
    color:#99ccff;
    text-align: left;
    font-style: italic;
}


table.old-classes {
    width: 50%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 9px;
}

table.old-classes td{
    width: 30%;
    vertical-align: top;
}

.contact-link {
    border-bottom: 2px dotted;
}
/* for iphone */
@media screen and (max-width: 600px) {
    .menubar {
        display: none;
    }
    .citation {
        display:none;
    }
    .paper-title{
        font-family: "Cutive Mono", serif;  
    }
    .phoneskip {
        display: none;
    }
    h1 {
        font-size: 20px;
    }
    .paper-title {
        font-size: 16px;
    }
    .phone-heading {
        display: block;
    }
    .regular-heading {
        display: none;
    }
    .philosophy-papers-section {
        display: none;
        padding-left: 10px;
    }
    .mini-blank-space-behind-menubar {
        height: 0px;
    }
    .phone-philosophy-spacing {
        height: 120px;
    }
    #contact {
    background-color: #082390;
}
    #contact-info-container {
        color: whitesmoke;
    }
    }
}
}
