.icon-bar {
    background-color: #fff;
    display: block;
    height: 2px;
    width: 22px;
    border-radius: 1px;
    margin: 4px;
}

body {
  font-family: 'Open Sans', sans-serif;
  padding-top: 70px;
}

.navbar-toggler {
    position: relative;
    float: right;
}

span.line {
  display: inline-block;
}

#my-name {
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
}

.heading {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 100;
  text-transform: uppercase;
}

.small-heading {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 100;
  text-transform: uppercase;
}

.section {
  font-family: 'Knewave', cursive;
}

.pub_title {
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
}

.authors {
  margin-bottom: -10px;
  font-family: 'Roboto', sans-serif;
  font-style:italic;
  font-weight: 300;
}

a {
  color: #f57542;
}

.students a{
  color: #8aa691;
}

a.deco-none {
    color: inherit;
    text-decoration:none;
}

