html {-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }


/* .roboto-light {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  }
  
  .roboto-regular {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  }
  
  .roboto-bold {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  } */

  /* .lora-light {
    font-family: "Lora", Georgia, serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }

  .lora-regular {
    font-family: "Lora", Georgia, serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  .lora-bold {
    font-family: "Lora", Georgia, serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  } */



body {
     font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  background-color:  #D9966E;
display: flex;
  flex-direction: column;
  max-width:100%;
  overflow-x: hidden;
}


h1, h2 {
    font-family:Arial, Helvetica, sans-serif;
    text-align: center;
    padding-bottom:1.5rem;
}

h3, h4, h5, h6 {
    font-family:Arial, Helvetica, sans-serif;
    text-align: left;
}

/* GRID */
.row {clear: both;}
.limited {
    max-width: 1140px; 
    margin: auto;
}

.column {float: left; padding: 0 2vw; margin: 0 0 .75rem 0;}
.small-12 {width: 100%;}
.small-6 {width: 50%;}

/* .wrapper{
  max-width: 500px;
  /* margin: 0 auto; 
}  */

.wrapper {
  display: grid;
    max-width: 500px;
  /* gap: 20px; */
  grid-template-areas:
    "header"
    "nav"
    "content"
    /* "sidebar"
      "ad" */
    "footer";

}

.wrapper > * {
  /* border: 2px solid #f08c00; */
  background-color: #D9966E;
  /* border-radius: 5px; */
  padding: 10px;
}

header{
    height: auto;
  /*  background-color:RGB(233, 230, 225);*/
}



/*header img {
    float: right; 
    height:100%;
    /*padding-right: 10px; 
}
*/

header figcaption {
    font-size: smaller;
    float:right;
}

.whoamI{
   /* font-family: "Roboto", serif;*/
    /*: 0.8rem;*/
    font-weight: 300;
    line-height: 1rem;
    min-width: 150px;
    max-width: 250px;
 }

 header p{
  padding:0 10px;
 }

 .whoamI p{
    /*font-weight: bold;*/
    padding-left:10px;
    line-height: 8px;
    
 }

 figure{
    display:none;
}

.officeHours {
    border: 1.5px solid #C2CCD6;
  border-radius: 10px;
    padding-left:10px;
    padding-bottom:10px;
    margin-left:10px;
    margin-bottom:10px;
    width:25%;
    height:auto;
    min-width: 150px;
    max-width: 250px;
    line-height: 1rem;
    /*font-size: 0.8rem;*/
    /*font-weight: bold;*/
 }


/*
 .officeHours p{
    font-weight: bold; 
 }
    */

 .officeHours table{
  /* font-weight: bold; */
    font-size: 1rem;
    
 }


 .officeHours td{
    width:auto;
 }
   
  /*
 .parent {
border: 1px solid black;
  margin: 1rem;
  padding: 2rem 2rem;
  text-align: center;
}
.child {
  display: inline-block;
 /* border: 1px solid red;
  padding: 1rem 1rem;
  vertical-align: middle;
}

*/


.clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

/*
  a:link {
    color:#0000EE;
    background-color: transparent;
    text-decoration: none;
  }
  
  a:visited {
    color: #551A8B;
    background-color: transparent;
    text-decoration: none;
  }
  
  a:hover , a:focus{
    color:#c436eb;
    background-color: transparent;
    text-decoration: underline;
  }
  
  a:active {
    color:#FF0000;;
    background-color: transparent;
    text-decoration: underline;
  }


/* navigation rules 
button#hamburgerBtn { 
    background: none;
    border:none;
    color: black;
    font-size: 2.4rem;
    cursor: pointer;
    padding: 0 30px 0 2vw;
}

nav{
    background-color:RGB(233, 230, 225);

}


nav ul{margin:0; padding: 0;}
nav li {list-style-type: none;}

nav a {
    display: block;
  font-weight: bold;
    padding: .8rem 0; 
   font-size: 1rem;
    color: black;
    text-align: center;
    text-decoration: none;
}
nav li.active a {background-color: rgba(0,0,255,0.5);}
nav a:hover {background-color: rgba(0,0,255,0.2);}
nav ul.open {display: block;}
nav ul {display: none;}
*/

 main a{
    color: #F0EFEB;
  } 

nav{ 
  /* position:absolute; */
  width:100%;
} /* needed for semester pages */

.navbar-wrapper{
  position:relative;
  width:100%;
  -max-width:800px;
  margin: 0 auto;
  /* height:100%;  */
}



.brand-title{
  font-size:1.5rem;
  margin:.5rem;
  width:100%;
}

.navbar{
  display:flex;
      width:100%;
  justify-content: space-between;
  flex-direction: column;
  align-items:flex-start;
  background-color:#333;
  color:white;

     /* height:100%;   */
}

.navbar ul{
  margin:0;
  padding:0;
  display:flex;
}

.navbar-links{
  display: none;  
  width:100%;
 } 

 .navbar-links.active{
  display:flex;
  /* height:auto; */
         }

.navbar-links li{
  list-style:none; 
  text-align: center;
}

.navbar-links li a{
  text-decoration: none;
  color: #F0EFEB;
  padding: .5rem 1rem;
  display:block;
}

.navbar-links ul{
  width:100%;
  flex-direction: column;
}

.navbar-links li:hover{
  background-color:#555;
}

.white-links a{
  color: #F0EFEB;
}

.class-navbar{
  display:flex;
  justify-content: space-between;
  flex-direction: column;
  align-items:flex-start;
  background-color:#333;
  color:white;
    width:100%;
    list-style-type: none;
     /* height:100%;   */
}

.class-navbar ul{
  margin:0;
  padding:0;
  display:flex;
   list-style-type: none;
}

.class-navbar-links{
  display: none;  
  width:100%;
 } 

 .class-navbar-links.active{
  display:flex;
  /* height:auto; */
         }

.class-navbar-links li{
  list-style:none; 
  text-align: center;
   list-style-type: none;
}

.class-navbar-links li a{
  text-decoration: none;
  color: #F0EFEB;
  padding: .5rem 1rem;
  display:block;
}

.class-navbar-links ul{
  width:100%;
  flex-direction: column;
}

.class-navbar-links li:hover{
  background-color:#555;
}



.toggle-button{
  position:absolute;
  top:0.75rem;
  right:1rem;
  display: flex; 
  flex-direction:column;
  justify-content: space-between;
  width:31px;
  height:21px;
  padding-top:3px;
}

.toggle-button .bar{
  height:3px;
  width:100%;
  background-color: #F0EFEB;
  border-radius:  10px;
}


.dark-toggle-button{
  position:absolute;
  top:0.75rem;
  right:1rem;
  display: flex; 
  flex-direction:column;
  justify-content: space-between;
  width:31px;
  height:21px;
  padding-top:3px;
}

.dark-toggle-button .bar{
  height:3px;
  width:100%;
  background-color: black;
  border-radius:  10px;
}



main {
	-max-width: 800px; 
  padding-bottom: 10px;
 }

/*main h1{
    color:RGB(33, 29, 30);
}*/

main h1,  h3 {
    /*color:RGB(33, 29, 30);
    font-style: italic;*/
    margin: .5rem 0 .1rem 0;
    
}
main h1{font-size: 2rem;}
main h3{font-size: 1.2rem;}

main p, ul {
    /*font-size: 0.8rem;*/
    margin: 0 0 .3rem 0;
}



/*.mainpar2{
  display:none;
}
  */

.mainpar3{
  display:none;
}

.mainpar4{
  display:none;
}

/*
.labeled {position: relative;}
.labeled h6, .labeled p {
    position: absolute;
    background-color: rgba(255,255,255,.7);
    margin: 0;
    width: 100%;
    padding: .3rem 1rem;   
}
.labeled h6 {
    top: 0;
    font-size: 2rem;
    font-weight: 300;
}
.labeled p {
    bottom: 0;
    font-weight: 700;
    color: #b00;
}

*/



.main-footer {
  grid-area: footer;
  font-size: 0.8rem;
  /* margin:10px; */
  padding-left:10px;
  background-color: #B294A0;
  border: 1.5px solid #C2CCD6;
  border-radius: 10px;
  position:relative;
  bottom: 0px;
  width:100%;
    flex-shrink: 0;
      margin-top:10px;
}

footer h2 {
    font-style: italic;
    text-transform: uppercase;
    margin: 1rem 0 .3rem 0;
}


.Sandie{
  margin:10px 10px;
  font-size: 1.2rem;
}
/*
.Sandie h1{
  padding-top: 10px;
}

.Sandie h2{
  padding-bottom: 10px;
}
  */

  .strong
{	/* font-size:1.15em;*/
	font-weight: bold;
	/*text-align:center;*/
}


/* TeX logo
   To use ...
   <span class="tex">T<sub>e</sub>X</span>   */
  .tex sub, .latex sub, .latex sup {
      text-transform: uppercase;
    }

    .tex sub, .latex sub {
      vertical-align: -0.5ex;
      margin-left: -0.1667em;
      margin-right: -0.125em;
    }

    .tex, .latex, .tex sub, .latex sub {
      font-size: 1em;
    }

    .latex sup {
      font-size: 0.85em;
      vertical-align: 0.15em;
      margin-left: -0.36em;
      margin-right: -0.15em;
    }


th
{
font-weight: bold;
text-align: center;	
}

td
{
text-align: center;	
}


h1.semester
{	font-size:1.15em;
	text-align:center;
	font-weight: normal;
}

h1.course
{	font-size:1.75em;
	font-weight: bold;
	text-align:center;
}

h1.place
{	font-size:1.15em;
	font-weight: bold;
	text-align:center;
}


.strong
{	/* font-size:1.15em;*/
	font-weight: bold;
	/*text-align:center;*/
}


.course-list-container{
  text-align:center;
  width:100%;

}

.course-list-container ul{
  display: inline-block;
  text-align: left;
}


.courses-list-container{
  text-align:center;
  width:100%;
}

.courses-list-container ul{
  display: block;
  text-align: left;
}

.course-links{
  display:flex;
  justify-content: space-between;
  flex-direction: column;
  align-items:center;
  background-color:#333;
  color:white;
}

 .course-links ul{
  margin:0;
  padding:0;
  display:flex;
  flex-direction: column;
} 

.course-links{
  width:100%;
  display:none;
 } 

.course-links li{
  list-style-type:none; 
}

.course-links li a{
  text-decoration: none;
  color: #F0EFEB;
  padding: .5rem 1rem;
  display:block;
}

.course-links ul{
  width:100%;
  display:flex;
  flex-direction: row;
  list-style-type: none;
}

.course-links li:hover{
  background-color:#555;
}

.course-links{
  display: none;  
  width:100%;
 } 

 .course-links.active{
  display:flex;
         }

         .courses-links{
  display: none;  
  width:100%;
 } 

 .courses-links.active{
  display:flex;
         } 


/* HERE */

.courses-navbar{
  display:flex;
  justify-content: space-between;
  flex-direction: column;
  align-items:center;
  background-color:#333;
  color:white;
}

 .courses-links ul{
  margin:0;
  padding:0;
  display:flex;
} 

.courses-links{
  width:100%;
  display:none;
 } 

.courses-links li{
  list-style-type:none; 
}

.courses-links li a{
  text-decoration: none;
  color: #F0EFEB;
  padding: .5rem 1rem;
  display:block;
}

.courses-links ul{
  width:100%;
  display:flex;
  flex-direction: row;
  list-style-type: none;
}

.courses-links li:hover{
  background-color:#555;
}


.courses-links{
  display: none;  
  width:100%;
 } 

 .courses-links.active{
  display:flex;
         }


button#hamburgerBtn{
  display:flex;
}

button#classBtn{
  display:flex;
}

/* .classNav ul.open {
  display: block;
} */


.toggle-button{
  position:absolute;
  top:0.75rem;
  right:1rem;
  display: flex; 
  flex-direction:column;
  justify-content: space-between;
  width:31px;
  height:21px;
  padding-top:3px;
}

.class-toggle-button {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 31px;
  height: 21px;
}

.class-toggle-button .bar {
  height: 3px;
  width: 100%;
  background-color: #f0efeb;
  border-radius: 10px;
}



.dark-toggle-button{
  position:absolute;
  top:0.75rem;
  right:1rem;
  display: flex; 
  flex-direction:column;
  justify-content: space-between;
  width:31px;
  height:21px;
  padding-top:3px;
}

.courses-toggle-button .bar{
  height:3px;
  width:100%;
  background-color: white;
  border-radius:  10px;
}


.courses-toggle-button{
  position:absolute;
  top:0.75rem;
  right:1rem;
  display: flex; 
  flex-direction:column;
  justify-content: space-between;
  width:31px;
  height:21px;
  padding-top:3px;
}


/* #semMenu ul.open{
  display: block;
}

#semMenu ul{
display:none;
} */

main {
	/*  :RGB(233, 230, 225); */
   /* font-weight: 700;*/
}

/*main h1{
    color:RGB(33, 29, 30);
}*/

main h1,  h3 {
    /*color:RGB(33, 29, 30);
    font-style: italic;*/
    margin: .5rem 0 .1rem 0;
    
}
main h1{font-size: 2rem;}
main h3{font-size: 1.2rem;}

main p, ul {
    /*font-size: 0.8rem;*/
    margin: 0 0 .3rem 0;
}



/*.mainpar2{
  display:none;
}
  */

.mainpar3{
  display:none;
}

.mainpar4{
  display:none;
}

/*
.labeled {position: relative;}
.labeled h6, .labeled p {
    position: absolute;
    background-color: rgba(255,255,255,.7);
    margin: 0;
    width: 100%;
    padding: .3rem 1rem;   
}
.labeled h6 {
    top: 0;
    font-size: 2rem;
    font-weight: 300;
}
.labeled p {
    bottom: 0;
    font-weight: 700;
    color: #b00;
}

*/






.Sandie{
  margin:10px 10px;
  font-size: 1.2rem;
}
/*
.Sandie h1{
  padding-top: 10px;
}

.Sandie h2{
  padding-bottom: 10px;
}
  */

  .strong
{	/* font-size:1.15em;*/
	font-weight: bold;
	/*text-align:center;*/
}


/* TeX logo
   To use ...
   <span class="tex">T<sub>e</sub>X</span>   */
   .tex {
    text-transform: uppercase;
    font-size: 1em;
 }
 .tex sub {
    text-transform: uppercase;
    vertical-align: -0.5ex;
    margin-left: -0.1667em;
    margin-right: -0.125em;
    font-size: 1em;
 }
 
 /* LaTeX logo
    To use ...
    <span class="latex">L<sup>a</sup>T<sub>e</sub>X</span>  */
 .latex {
    text-transform: uppercase;
    font-size: 1em;
 }
 .latex sub {
    text-transform: uppercase;
    vertical-align: -0.5ex;
    margin-left: -0.1667em;
    margin-right: -0.125em;
    font-size: 1em;
 }
 .latex sup {
    text-transform: uppercase;
    font-size: 0.85em;
    vertical-align: 0.15em;
    margin-left: -0.36em;
    margin-right: -0.15em;
 }



th
{
font-weight: bold;
text-align: center;	
}

td
{
text-align: center;	
}


h1.semester
{	font-size:1.15em;
	text-align:center;
	font-weight: normal;
}

h1.course
{	font-size:1.75em;
	font-weight: bold;
	text-align:center;
}

h1.place
{	font-size:1.15em;
	font-weight: bold;
	text-align:center;
}



.strong
{	/* font-size:1.15em;*/
	font-weight: bold;
	/*text-align:center;*/
}




/* CSS Document */


/* TeX logo
   To use ...
   <span class="tex">T<sub>e</sub>X</span>   */
.tex {
   text-transform: uppercase;
   font-size: 1em;
}
.tex sub {
   text-transform: uppercase;
   vertical-align: -0.5ex;
   margin-left: -0.1667em;
   margin-right: -0.125em;
   font-size: 1em;
}

/* LaTeX logo
   To use ...
   <span class="latex">L<sup>a</sup>T<sub>e</sub>X</span>  */
.latex {
   text-transform: uppercase;
   font-size: 1em;
}
.latex sub {
   text-transform: uppercase;
   vertical-align: -0.5ex;
   margin-left: -0.1667em;
   margin-right: -0.125em;
   font-size: 1em;
}
.latex sup {
   text-transform: uppercase;
   font-size: 0.85em;
   vertical-align: 0.15em;
   margin-left: -0.36em;
   margin-right: -0.15em;
}



h4 {font:12px Geneva, Arial, Helvetica, sans-serif; margin:0; color: #000; background: #FCF;}
a {text-decoration: none;}




th
{
font-weight:bold;
text-align: center;	
}

td
{
text-align: center;	
}


/* body
{
	background-color: #B294A0;;
	/* font-family:"Times New Roman", Times, serif;
	font-size:1.25em;
} */

h1, h2, h3, h4, h5
{
	font-variant:small-caps;
}

h1
{
	text-align: center;
}

.center
{
	text-align: center;
}

.justify-container{
  max-width: 1100px; /* Set a maximum width */
  margin:0 auto;    /* Center horizontally */
  text-align:justify;
  padding-right: min(20px, 5%);
  padding-left: min(20px, 5%); 
}

.justify-container ul{
/* display: table; */
  margin: 0 auto;
  align-self: center;

}

.justify-container dt{
 font-weight:bold;

}

.justify-container dd{
padding-bottom: 1rem
}





.slideshow-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size:1rem;
  max-width: 1100px; /* Set a maximum width */
   margin: 0 auto;    /* Center horizontally */
  text-align:justify;
  padding-right: min(20px, 5%);
  padding-left: min(20px, 5%); 
}


.slideshow-container ul{
   display: inline-block;
  text-align: left;
}

.slideshow-container a{
  color:#F0EFEB;
}

.handout-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size:1rem;
  max-width: 1100px; /* Set a maximum width */
   margin: 0 auto;    /* Center horizontally */
  text-align:justify;
  padding-right: min(20px, 5%);
  padding-left: min(20px, 5%); 
  height:100%;
}


.handout-container ul{
   display: inline-block;
  text-align: left;
}

.handout-container h2{
  text-align: left;
}

.handout-container a{
 color: #F0EFEB;
  } 


.grading-policy dd{
    margin-bottom: 1rem;
}

.grading-policy table{
    margin: 0 auto;
    width:100%;
}

/* .horizontal-scroll {
  overflow: hidden;
  overflow-x: auto;
  clear: both;
  width: 100%;
} */

.lect-sched table{
margin-left:auto;
margin-right:auto;
  border-collapse: collapse;
  /* min-width: 500px; */
  width:100%;
  margin-bottom: 10px;
    
}

.add-margin{
  margin:0 10px;
}

/* .lect-sched dt {
  font-weight: bold;
  grid-column: 1;
  font-size: 1rem;
}

.lect-sched dd {
  grid-column: 2;
  font-size: 1rem;
} */

.lect-sched td, th{
  border: 1.5px solid #C2CCD6;
  border-radius: 10px;
  padding: 10px;
  text-align: left;
}




/* .lect-sched tr:nth-child(even){
  background-color: rgba(90, 185, 234, 0.1)
} */

.lect-sched tr:hover{
  background-color: rgba(0,0,0,.2)
}

.assign-sched table{
  margin-left:auto;
margin-right:auto;
  border-collapse: collapse;
  /* min-width: 500px;  */
  width:100%;
   margin-bottom: 10px;
}

/* .assign-sched  td, th{
  text-align: center;
  border: 1.5px solid #C2CCD6;
  border-radius: 10px;
  padding: 10px ;
  
} */

.assign-sched ul{
  text-decoration: none;
  list-style-type: none;
}

.assign-sched p{
margin-left:30px;
margin-bottom:50px;
}


.assign-sched a{

color:#F0EFEB;

}

/* .lect-sched dt {
  font-weight: bold;
  grid-column: 1;
  font-size: 1rem;
}

.lect-sched dd {
  grid-column: 2;
  font-size: 1rem;
} */

.assign-sched th{
  border: 1.5px solid #C2CCD6;
  border-radius: 10px;
  padding: 8px;
  padding:10px;
  text-align:left;
}

.assign-sched td{
  border: 1.5px solid #C2CCD6;
  border-radius: 10px;
  padding: 8px;
  -font-weight: bold;
  padding:10px;
  text-align:left;
}


/* .lect-sched tr:nth-child(even){
  background-color: rgba(90, 185, 234, 0.1)
} */

.assign-sched tr:hover{
  background-color: rgba(0,0,0,.2)
}




.lect-sched h1 {
  text-align: center;
  /* font-size: 0.8rem; */

  /* width:auto; */
}

/* .assign-sched {
  display: flex;
  justify-content: center;
margin:0 auto;
  align-items: center;
  max-width:500px;
  font-size:1rem;
}

.assign-sched dt {
  font-weight: bold;
  grid-column: 1;
  font-size:1rem;
}

.assign-sched dd {
  grid-column: 2;
  font-size: 0.8rem;
}

.assign-sched h1 {
  text-align: center;
  font-size:1rem;

  /* width:auto; 
} */

.table-center {
  margin-left: auto;
  margin-right: auto;
  border: 1.5px solid #C2CCD6;
  border-collapse: collapse;
  width:100%;
}

.table-center th,td,tr{
  border: 1.5px solid #C2CCD6;
  border-collapse: collapse;
  padding:5px 10px;
}



.main-nav {
  grid-area: nav;
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.main-nav ul.open {
  display: block;
}

.main-nav ul {
  display: none;
}

/* .classNav {
  grid-area: nav;
  display: flex;
  flex-direction: row;
  font-size: 0.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
} */

.red{
  color:red;
}

.left{
  text-align:left;
}


/* maybe this works - - - maybe this doesn't */



 html, body  { height:100%; }

.tall{
  height:95%;
}

#classNav {
  /* display: flex; 
   flex-direction: row; */
   list-style-type: none;
   list-style: none;
  
}


.content {
  flex: 1 0 auto;
  vertical-align: top;
  -padding-left:10px;
}

.footnote{
  -font-size:0.2 rem;
margin:10px;
padding-bottom: 10px;
flex-shrink: 0;
}

ol li{
  padding-bottom: 1rem;
}



/*  This is the new button stuff */



.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: #555;
  height: 500px;
  color: white;
  border-radius: 10px;
}



.topnav {
  overflow: hidden;
  /* background-color: #333; */
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  float:left;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
 display: none; 
}

.topnav a.icon {
  float: right;
}

.topnav a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.active {
  /* background-color: #04AA6D; */
  color: white;
}

/* .tenCommandments h1 {
  font-size: 2rem;
}

.tenCommandments h2 {
  text-align: center;
}

.tenCommandments p {
  font-size: 1.4rem;
  padding-bottom: 20px;
 text-align: center;
} */