.container {
    padding: 25px;
    background-color: white  !important;
}

.fixed-width {
  height: 300px;
  width: 300px;
}

#landing {
  margin: 50px;
  margin-top: 75px;
  font-size: xx-large;
  font-family: 'Raleway', sans-serif;
}

.course-title {
    margin-top: -16px;
    font-size: 48px;
    font-weight: bold;
    font-variant: small-caps;
}

.course-code {
    font-size: 48px;
    font-weight: bold;
}

.course-term {
    margin-top: 5px;
    font-size: 24px;
    color: gray;
}

.course-info {
    margin-bottom: 32px;
}

.course-info p {
    margin: 0px;
}

.instructor-web {
    font-size: 22px;
    font-weight: lightest;
}

.instructor-email {
    font-size: 22px;
    font-weight: lighter;
}

.instructor {
    margin-top: 44px;
    font-size: 24px;
    font-weight: bold;

}

.me {
    font-size: 83%;
    font-style: bold;
}

.my-pos {
    font-size: 65%;
    font-style: normal;
}

.landing-address {
    font-size: 55%;
    font-weight: light;
}

.nav-text {
    font-size: 50%;
}

#logo {
  height: 200px;
  width: 200px;
  overflow: hidden;
  padding: 10px;
}

.media {
  margin: 10px;
}

.media-heading {
}

.small-text {
  font-size: small;
}

.centered-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.centered-logo img {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-bottom: 20px;
}

body {
  background-color: white  !important;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

strong,
.text-strong {
  font-weight: 700;
}

.text-light {
  font-weight: 300;
}

.bib-entry {
  margin-top: 9px;
  margin-bottom: 9px;
}

.container {
    max-width: 1000px
}

.map {
    align: center;
}

.news {
}

.news-date {
    text-align: right;
    padding-right: 20px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.news-info {
    text-align: left;
    padding-top: 1px;
    padding-bottom: 1px;
}

.old-news {
    display: none;
}

#toggle-news {
    color: blue;
}

.about-more {
    display: none;
}

#toggle-about {
    color: blue;
}

.student-name {
    font-weight: bold;
}

.student-thesis {
    font-style: italic;
}

.vcenter {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  resize: both;
  overflow: auto;
}

p, h2, h3, h4, h5, h6 {
    padding-left: 10px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
}

h1 {
    color: #e91e63;
    font-size: 26px;
    font-weight: bolder;
    overflow: hidden;
    position: relative;             
}

h2 {
    font-size: 22px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    font-weight: bold;
    /*border: 0.5rem outset pink;
    border-radius: 12px; */
}

h1::before{
  content: '';
  width: 100%;
  height: 1px;
  background: gray;
  position: absolute;
  top: 90%;
}

h3 {
  color: gray;
  font-size: 18px;
  font-weight: bolder;
}

h2 ~ h3 {
    margin-left: 15px;
}

h2 ~ p {
  margin-left: 15px;
};

h2, h3 ~ ol, ul {
  margin-left: 25px;
  padding-left: 25px;
};

h4 {
  font-size: 18px;
  font-weight: bolder;
}

h5 {
  font-size: 18px;
}

.midterm {
  color: #e65054;
  font-size: 18px;
  font-family: cursive;
  font-weight: bold;
  margin-top: 15px;
}

.reading-week {
  font-size: 22px;
  padding: 6px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  /*border: 0.5rem outset pink; */
  border-radius: 4px;
  outline-offset: 0.5rem;
  background-color: darkgray;
  color:white;
}


.week {
  font-size: 22px;
  padding: 6px;
  margin-bottom: 10px;
  font-weight: bold;
  /*border: 0.5rem outset pink; */
  border-radius: 4px;
  outline-offset: 0.5rem;
  background-color: darkseagreen;
  color:antiquewhite;
}

.footer {
  text-align: center;
}

td.lineNumbers {
    width: 64px;
}

.blog-header {
    margin-top: 25px;
}

.blog-title {
    font-family: 'Averia Serif Libre';
    font-size: xx-large;
}

.blog-subtitle {
    margin-top: -10px;
    font-family: 'Averia Serif Libre';
    font-size: large;
}

.blog-author {
    font-family: 'Averia Serif Libre';
    font-size: medium;
    font-color: DimGrey;
}

.blog-date {
    font-family: 'Averia Serif Libre';
    font-size: medium;
    font-style: italic;
    font-color: DimGrey;
}

#blog-body {
    margin-top: 60px;
    margin-left: 100px;
    margin-right: 100px;
    background-color: Linen;
}

.blog-list {
    margin-top: 50px;
}

.blog-list-item {
    margin-top: 2px;
    margin-bottom: 2px;
}

.blog-list-date {
    font-size: large;
}

.blog-list-title {
    font-size: large;
}
