body {
  background-color: #F4F2F3;
  margin-left: 15%;
  margin-right: 15%;
  position: relative;
}

a {
  color: #D51E22 !important;
}

a:hover {
  color: #0D0D0B !important;
}

.title {
  width: 500px;
  margin-top: 30px;
  margin-left: -10px;
}

.cozmo {
  position: absolute;
  width: 500px;
  top: 120px;
  left: 350px;
}

.section {
  margin-top: 40px;
  margin-bottom: 20px;
}

.section-title {
  font-family: 'Rubik';
  font-weight: 500;
  color: #0D0D0B;
  font-size: 24px;
  padding-bottom: 5px;
}


.section-text {
  font-family: 'Rubik';
  font-weight: 300;
  color: #0D0D0B;
  font-size: 18px;
  padding-top: 3px;
}

.section-link {
  display: block;
}

.person-title {
  margin-bottom: 50px;
  margin-top: 70px;
}

.person {
  display: inline-block;
  float: left;
  width: 48%;
  margin-bottom: 20px;
  padding-bottom: 50px;
  margin-top: -42px;
  margin-right: 10px;
}

.person-img {
  display: inline;
  float: left;
  margin-right: 20px;
  width: 50%;
  max-width: 200px;
}

.person-text {
  display: inline;
  float: left;
  width: 40%;
  font-family: 'Rubik';
  color: #0D0D0B;
}

.person-name {
  font-weight: 400;
  font-size: 18px;
}

.person-email {
  margin-top: 5px;
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  text-decoration: none;
}

.person-oh {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
}

.footer {
  color: #D51E22;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  font-family: "Rubik";
  text-align: center;
  display: block;
  clear: both;
  margin-bottom: 15px;
  margin-left: -30px;
}

/* schedule page */
.header-container {
  margin-top: 35px;
  text-align: center;
  margin-bottom: 25px;
}

.table-header {
  font-family: "Rubik";
  color: #D51E22;
  font-size: 24px;
  font-weight: 400;
}

.main-title {
  font-size: 28px;
  font-weight: 500;
}


.schedule-body {
  background-color: #eee;
}

table {
  min-width: 800;
  width: 100%;
  font-family: "Rubik";
  font-weight: 300;
}

th {
  font-weight: 500;
}

table.lectures tr.monday {
  background-color: #fff;
}

table.lectures tr.tuesday {
  background-color: #fff;
}

table.lectures tr.wednesday {
  background-color: #D8D8D8;
}

table.lectures tr.thursday {
  background-color: #D8D8D8;
}

table.lectures tr.friday {
  background-color: #fff;
}

table.lectures tr.sunday {
  background-color: #c0c0c0;
}
table.lectures td.week {
  background-color: #B3B1B1;
  width: 70px;
  padding: 5px;
  text-align: center;
  font-weight: 400;
}

table.lectures td.date {
  vertical-align: top;
  text-align: center;
  padding: 7px;
}

table.lectures td.lecture {
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding: 7px;
}

table.lectures td.oh {
  padding-left: 0.25em; padding-right: 0.25em;
}

table.lectures td.assignment {
  padding-left: 0.5em; padding-right: 0.5em;
}

table.lectures td.handin {
  padding-left: 0.5em; padding-right: 0.5em;
}

table.lectures tr.sep {
  background-color: #ffffff; font-size: 50%;
}

.care {
  margin-top: 40px;
}

.care-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.care-section {
  font-size: 18px;
  margin-bottom: 15px;
}

@media (max-width: 1023px) {
  .cozmo {
    display: none;
  }
}

@media (max-width: 1060px) {
.person-email {
  font-size: 12px;
}
}

@media (max-width: 600px) {
  body {
    margin-right: 5%;
    margin-left: 5%;
  }

  .title {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    max-width: 100%;
  }

  .section-text {
    text-align: center;
    font-size: 12px;
  }

  .section {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .section-title {
    font-size: 16px;
  }


  .person-text {
    width: 100%;
    margin: 0 auto;
    margin-top: -5px;
  }

  .people-container {
    text-align: left;
    margin-top: 0;
    width: 100%;
  }

  .person {
    margin: 0 auto;
    display: block;
    float: none;
    max-width: 100%;
  }

  .person-title {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .person-img {
    padding-bottom: 20px;
    width: 100%;
  }

  .person-oh {
    margin-bottom: 40px;
  }

  .person-name {
    font-size: 14px;
  }

  .person-email {
    font-size: 14px;
  }

  .person-oh {
    font-size: 14px;
  }

  .footer {
    font-size: 12px;
    max-width: 80%;
    margin: 0 auto;
  }

}
