@font-face {
    font-family: Charter;
    src: url(charter.woff);
}

body {
  background-color: #F5F1E0;
  color: #BB3E83;
 }

h1 {
  font-family: 'Oswald';
  font-size: 1.5em;
  line-height: 150%;
}

h2 {
  font-family: 'Oswald';
  font-size: 1em;
  line-height: 100%;
}

a {
  color: #BB3E84;
}

/*
  header
*/

.header {
  padding-top: 20px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

#name {
  font-family: 'Oswald';
  width: 100%;
  line-height: 100%;
  font-size: 4em;
  text-align: center;
  border-bottom: 4px solid #BB3E83;
  padding-bottom: 10px;
}

#job {
  font-family: 'Charter';
  width: 100%;
  font-size: 1.45em;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 40px;
}

/*
  content
*/

.content {
  font-family: 'Charter';
  padding-bottom:10%;
  max-width: 800px; 
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 550px) {
    .content {
      font-size: 1em;
    }
    #job {
      font-size: 1.25em;
    }
}
@media screen and (min-width:551px) and (max-width: 800px) {
    .content {
      font-size: 1.25em;
    }
    #job {
      font-size: 1.4em;
    }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
    .content {
      font-size: 1.4em;
    }
    #job {
      font-size: 1.4em;
    }
}

@media screen and (min-width: 1201px) {
    .content {
      font-size: 1.4em;
      max-width: 65%;
    }
    #job {
      font-size: 1.4em;
    }
}

#interests{
  width: 100%;
}

#email{
  padding-right: 40px;
}

#teach{
    width: 100%
/*  width: 400px;*/
}
/*
  lists
*/

ol.reverse > li:before {
  content: counter(reverse) '.';
  display: inline-block;
  position: relative;
  left: -2em;
  width: 0em;
}

ol.reverse li {
  list-style-type: none;
  margin-bottom: 20px;
  counter-increment: reverse -1;
}

li {
  margin-bottom: 20px;
}
