html {
scroll-behavior: smooth;
}
body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
#header {
  padding-top: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
#teaser {
  height: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 3px;
  padding-right: 3px;
  /* background-color: #8C1515; */
  background-color: #3B3B3B;
  position: relative;
  overflow: hidden;
  color: white;
  font-size: 16px;
  text-align: center;
}
h1 {
  font-size: 30px;
  font-weight: 400;
}
h1.title {
  font-size: 34px;
  font-weight: 500;
}
h2 {
  font-size: 25px;
  font-weight: 300;
}
.banner {
    background-image: url("../imgs/banner.png");
    background-size: cover;
    background-position: top center;
    height: 400px;
}
.banner-label {
    position: relative;
    text-align: right;
    bottom: 17px;
    margin-left: auto;
    margin-right: 0px;
    padding-right: 10px;
    width: 310px;
    font-size: 12px;
    color: white;
    background: #555555;
}
.anchor {
    top: -50px;
    position: relative;
    display: block;
}
.lhead {
  font-weight: normal;
  margin-top: 5px;
}
.litem {
  margin-top: 5px;
}
#footer {
  height: 250px;
  padding-top: 50px;
  text-align: center;
  position: relative;
}
.instructorphoto img {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.instructor {
  display: inline-block;
  width: 160px;
  text-align: center;
  margin-right: 20px;
}
.sec {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.tt {
  color: #060;
  display: inline-block;
}

#inputlayer {
  width: 65px;
}
.layer {
  width: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 5px;
}
.actmap {
  display: block;
  border: 2px solid #FFF;
}
#convnetvis {
  text-align: center;
}
#probsdiv {
  
}
.pp {
  color: white;
  text-align: left;
  padding: 5px;
  height: 32px;
  margin: 2px;
  background-color: rgb(85,187,85);
  overflow: visible !important;
}

#convask {
  position: absolute;
  top: 360px;
  right: 16px;
  color: white;
  font-size: 25px;
  cursor: pointer;
}

#explain {
  display: none;
  background-color: #FF9;
  border-radius: 10px;
  margin: 10px;
  padding: 10px;
}
.qq {
  color: #060;
}
.qa {
  font-style: italic;
}
.qqa {
  margin-bottom: 20px;
}
.spanh {
  font-weight: normal;
}
.sechighlight {
  background-color: #f1f5f8;
}
#coursedesc {
  text-align: justify;
}
#footermsg {
  color: #333;
  margin: 20px;
}
#classicons {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

/* Handle formatting on mobile */
@media (max-width: 767px) {
  .navbar-default .navbar-collapse > ul > li {
    width: 100%;
    text-align: left;
  }

  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  /* Make each row look like a card */
  table tr {
    margin-bottom: 20px;
    border-bottom: 2px solid #ddd;
    box-shadow: 2px 2px 1px #dadada;
  }

  tr { border: 1px solid #ccc; }

  /* Behave  like a "row" */
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  /* Position table header as data labels */
  td:before {
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  /* Label the data */
  #schedule td:nth-of-type(1) { font-weight: 500; }
  #schedule td:nth-of-type(1):before {
    content: "Week:";
    font-weight: 300;
  }
  #schedule td:nth-of-type(2) { font-weight: 500; }
  #schedule td:nth-of-type(2):before {
    content: "Date:";
    font-weight: 300;
  }
  #schedule td:nth-of-type(3):before { content: "Event:"; }
  #schedule td:nth-of-type(4):before { content: "Description:"; }
  #schedule td:nth-of-type(5):before { content: "Material:"; }
  #schedule td:nth-of-type(6):before { content: "Readings:"; }
}
