/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -130px;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
  height: 65px;
}
#footer {
  background-color: #9f9f9f;
  padding: 0;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#logo-link {
  max-height: 50px;
}

div.topbanner-container {
  background: url('../images/spiderweb.gif') left top repeat;
  min-height: 150px;
}

#topbanner-row {
  padding-top: 150px;
  padding-bottom: 100px;
  color: white;
  text-align: center;
}

div.news-container {
  padding-top: 30px;
  padding-bottom: 30px;
}

div.weeklynote-container {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a7d1fa;
}

div.assignment-container {
  padding-top: 30px;
  padding-bottom: 30px;

}

div.basicinfo-container {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 150px;
  background: url('../images/spiderweb.gif') left top repeat;
  color: white;
}

div.literature-container {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a7d1fa;
}

div.footer-container {
  margin-top: 20px;
}

#latest-weekly-note h1 {
  font-size: 2.5rem;
}
#latest-weekly-note h2 {
  font-size: 2rem;
}

div.bordered img {
  border: solid 1px;
}
