* {
  margin: 0;
  padding: 0;
}
/* .wrapper{
    width: 100%;
    padding: 16px;
    background-color: white;} */
/* #D3D3D3 */
/* #ECE9E3 */
/* #EEEAE7 */

.container {
  width: 100%;
  min-height: 100vh;
  background-color: white;
  padding: 5% 15%;
  box-sizing: border-box;
  overflow: hidden;
  /*box-shadow: 10px 10px 5px darkgrey;*/
}

a {
  color: purple;
  text-decoration: none;
}

a:hover {
  color: grey;
}
body {
  /* font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;*/ /* here I can specify bold or the number of how bold it should be */
  /* Same as above */
  font: normal 17px "Lato", serif;
  line-height: 1.4em;
}

#menu {
  margin-top: 30px;
  margin-bottom: 80px;
  text-align: center;
  font-size: 18px;
}
#menu ul {
  padding: 0;
  list-style: none;
}

#menu li {
  display: inline;
}
#menu a {
  color: #000;
  text-decoration: none;
  padding: 10px;
}

#menu a:hover {
  color: grey;
}

.menu-icon {
  width: 25px;
  cursor: pointer;
  display: none;
}

h1 {
  margin-top: 30px;
  text-align: center;
}
.image-wrapper {
  padding: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
h4 {
  margin: 30px 0;
}
.body1 {
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.education__year {
  width: 15%;
}
.education__info {
  width: 85%;
}
#image {
  width: 30%;
}

#sidetext {
  width: 100%;
}
.positions li {
  padding: 5px;
}
.positions a {
  text-decoration: underline;
}
/* research page */
.body2 {
  padding: 10px;
}
.first_body {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.first_word {
  padding-bottom: 10px;
  font-weight: bold;
}
.research_categories {
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: bold;
}
.research_lists li {
  padding: 10px;
}

.inner_list ul {
  list-style-type: "-";
  padding-left: 30px;
}

.inner_list li {
  padding: 2px 30px;
  text-decoration: underline;
}
#DKU-image {
  align-items: center;
}

/* syllabus */

.syllabi-general-info {
  padding: 20px 20px;
}

.syllabi-headers {
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
.syllabi-lists{
  padding: 0 40px;
}

.course-schedule {
  padding: 0 10px 40px 40px;
  list-style-type: style;
}

.map_list li {
  padding-bottom: 40px;
  text-decoration: underline;
}

/* projects */

.project-photo {
  max-width: 65%;
  height: auto;
}

/* story */

.story {
  text-indent: 30px;
  padding-bottom: 15px;
}

.story_title {
  text-align: center;
  padding-bottom: 30px;
  font-size: 19px;
}

@media only screen and (max-width: 700px) {
  .navbar {
    width: 100%;
    display: flex;
  }

  .menu-icon {
    display: block;
  }

  #menu {
    flex: 1;
    text-align: right;
  }

  #menu ul {
    width: 100%;
    position: absolute;
    top: 75px;
    right: 0;
    z-index: 2;
  }

  #menu ul li {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #menu ul li a {
    color: black;
  }
  #menulist {
    overflow: hidden;
    transition: 0.5s;
  }
}

