<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.navbar {
  /*margin-bottom: 50px;!* this shold be the height of navbar-container*!*/
  display: block;
}

.section-header {
  margin-top: 1px;
  margin-bottom: 1px;

}

.panel-heading-custom {
  padding-top: 2px;
  padding-bottom: 2px;
}


.titlerow {
  display: inline;
  min-height: 200px;
  align-content: center;
}

#head1 {
  font-size: 40px;
  font-weight: 600;
  text-shadow: 2px 2px 2px #333
}

.intro-header {
  background-color: gray;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  /*background-position: center;*/
  -o-background-size: cover;
  /* margin-bottom: 25px */
  margin-top: 50px;
  margin-bottom: 15px;
  /*background-size: 100% auto;*/
}

.banner-title {
  min-height: 300px;
  color: white;

}

.banner-overlay {
  min-height: 150px;
}
.navbar-container {
  height: 50px;/* this shold be the height of intro-head's margin-top*/
}

.intro-header .site-heading, .intro-header .post-heading, .intro-header .page-heading {
  /* padding: 100px 0 50px; */
  padding: 50px 0 25px;
  color: #fff
}

div#main {
   padding-top: 60px;
   font-size: 15px;
}
h1 {
  font-size: 45px;
  font-weight: 600;
}
/*h1#head1 {*/
/*  margin-top: 2ex;*/
/*  margin-bottom: 0.5ex;*/
/*}*/
/*h1#head2 {*/
/*  margin-top: 0ex;*/
/*  margin-bottom: 1.7ex;*/
/*}*/
h1 .subtitle {
  font-weight: 300;
}
 h2{
  font-size: 24px;
  margin-top: 6ex;
  margin-bottom: 2ex;
}
h3 {
  font-size: 18px;
  margin-top: 2ex;
  margin-bottom: 1ex;
}
h4 {
  margin-top: 4ex;
  margin-bottom: 2ex;
}
h5 {
  margin-top: 3ex;
  margin-bottom: 1.5ex;
}
a.accordion-toggle h3 {
  color: black;
}

div.caption {
  margin-top: 2ex;
  margin-bottom: 4ex;
}

table.sched {
  width: 100%;
  border-collapse: collapse;
  }
table.sched th {
  padding: .5ex .5em;
  margin: 0;
  font-weight: bold;
  text-align: left;
  }
table.sched td {
  padding: .3ex .5em;
  margin: 0;
  vertical-align: middle;
  text-align: left;
  border-style: none solid;
  border-color: #ddd;
  border-width: 0px 1px;
  }
table.sched tr { padding: 0; margin: 0 }

table.sched th.month, table.sched td.month, 
  table.sched th.day, table.sched td.day,
  table.sched td.sec { width: 1px }
table.sched th.ref, table.sched td.ref, 
  table.sched th.hwdue, table.sched td.projdue {
  text-align: center;
  width: 1px;
  }
table.sched td.day { text-align: right }
table.sched td.sec { text-align: left }
table.sched th.month { text-align: center }

table.sched th.month,
  table.sched td.day,
  table.sched td.sec { padding-left: 12px }
table.sched td.month { padding-left: 0.2em; border-left-width: 0 }
table.sched td.day { padding-left: 2em; padding-right: 0.2em; border-right-width: 0 }
table.sched td.day,
  table.sched td.sec { border-left-width: 0 }
table.sched td.projdue { 
  border-right-width: 0;
  width: 10em;
}

table.sched tr.evn { background-color: #fff; }
table.sched tr.odd { background-color: #eee; }
table.sched tr.now { background-color: #ff4; }
table.sched tr.exam { background-color: #bb9; }
table.sched tr.exam td.ref { color: #bb9 }
table.sched tr.exam td.ref a.dis { color: #bb9 }
table.sched tr.exc { background-color: #bb9; }
table.sched tr.exc td.ref { color: #bb9 }
table.sched tr.exc td.ref a.dis { color: #bb9 }
table.sched tr.due { background-color: #ccc; }
table.sched tr.due td.ref { color: #ccc }
table.sched tr.due td.ref a.dis { color: #ccc }
table.sched tr.evn td { border-color: #eee }
table.sched tr.odd td { border-color: #fff }
table.sched tr.due td { border-color: #fff }
table.sched td.ref { color: #888 }
table.sched tr.dis { color: #888 }
table.sched tr.dis td.ref { color: #fff }
table.sched tr.dis td.ref a.dis { color: #fff }
table.sched tr.dis td.projdue { color: #000 }
table.sched tr.header {
  color: white;
  background-color: #888;
  border-top: 6px solid white;
}

div.homework {
  border: 1px solid black;
  border-radius: 15px;
  padding: 20px 30px;
  margin: 30px 0px;
  background-color: #ddd;
}
div.homework h3 {
  font-size: 20px;
  margin-top: 0ex;
  margin-bottom: 0ex;
}
div.accordion-inner {
  margin-top: 15px;
  padding-top: 15px;
}
div.accordion-group {
  margin-top: 20px;
  margin-bottom: 0px;
  float: none;
}
h3 .subtitle {
  font-weight: 300;
}
div.homework div.accordion-inner h3 {
  font-weight: 300;
  font-size: 25px;
  margin-top: 4ex;
  margin-bottom: 2ex;
}
div.homework pre {
  margin-top: 2ex;
  margin-bottom: 2ex;
}
img.hwpic {
  float: right;
  padding: 5px;
  border: 1px solid black;
  margin: 10px;
}
div.proj-steps {
  padding: 0;
  margin: 0 0 0 2em;
}
code {
  background: none;
  border: none;
}
#officehours {
  padding-top: 30px;
}
div.thumbnails {
  margin-top: 4ex;
  margin-bottom: 4ex;
}
div.thumbnails img {
  width: 500px;
  margin-left: 15px;
  margin-right: 15px;
}
p.duedate {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
div.homework .column {
  float: left;
  width: 33.3%;
  padding: 0px;
}

/* Clear floats after image containers */
div.homework .row::after {
  content: "";
  clear: both;
  display: table;
}

div.homework .caption {
    text-align: center;
}

</pre></body></html>