html, body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: "Lato", serif;
  color: #17171e;
  font-weight: 300;
  position: relative;
  height: 100%; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.wrap {
  width: 90%;
  margin: 0 auto; }

img {
  max-width: 100%;
  height: auto; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h1, h2 {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 30px; }

h3 {
  font-size: 1em; }

p {
  font-size: 1em;
  line-height: 1.5em; }

@media only screen and (min-width: 900px) {
  h1 {
    font-size: 3.25em; }

  h2 {
    font-size: 1.5em; } }
.main-content {
  padding: 20px 0 50px; 
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

/* ABOUT */
.about-page .bio {
  max-width: 600px;
  margin: 0 auto; }

/* RESUME */
.resume-page .resume {
  background: #fbeeee;
  padding: 20px; }
.resume-page .resume-block {
  border-bottom: solid 1px #c6c6d4;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  .resume-page .resume-block:last-of-type {
    border-bottom: none;
    padding-bottom: 0; }
.resume-page h3 {
  margin: 0; }
.resume-page p {
  margin: 0 auto 30px; }
.resume-page span.desc {
  font-style: italic; }

@media only screen and (min-width: 600px) {
  /* RESUME */
  .resume-page .resume {
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap; }
  .resume-page .resume-block {
    width: 44%;
    padding: 0 2%;
    border-bottom: none;
    padding-bottom: 0;
    margin: 2% 0;
    background: #fbeeee; } }
header {
  text-align: center;
  padding: 20px 0 0; }
  header nav {
    text-align: center; }
    header nav li {
      display: inline-block;
      padding: 0 10px; }
    header nav a {
      color: #17171e;
      text-decoration: none;
      -webkit-transition: all .3s ease, opacity .3s ease;
      -moz-transition: all .3s ease, opacity .3s ease;
      -o-transition: all .3s ease, opacity .3s ease;
      transition: all .3s ease, opacity .3s ease; }
      header nav a:hover {
        color: #cc3234;
        -webkit-transition: all .3s ease, opacity .3s ease;
        -moz-transition: all .3s ease, opacity .3s ease;
        -o-transition: all .3s ease, opacity .3s ease;
        transition: all .3s ease, opacity .3s ease; }

nav ul {
  padding: 0; }
  nav ul li.active {
    border-top: solid 3px #cc3234;
    padding-top: 15px;
    margin-top: -10px; }

@media only screen and (min-width: 600px) {
  header {
    padding: 0; }

  header .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .logo {
    padding: 20px 0 0; }
    .logo img {
      width: 250px; }

  nav ul {
    margin-top: 10px; } }
footer {
  background: #17171e;
  font-weight: 300;
  padding: 20px 0;
  text-align: center;
  font-size: 14px; }
  footer p, footer i {
    color: #cc3234;
    margin: 0; }
  footer i {
    margin: 0 5px 0 15px; }
  footer i.fa-envelope {
    margin-left: 0; }
  footer a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s ease, opacity .3s ease;
    -moz-transition: all .3s ease, opacity .3s ease;
    -o-transition: all .3s ease, opacity .3s ease;
    transition: all .3s ease, opacity .3s ease; }
    footer a:hover {
      color: #cc3234;
      -webkit-transition: all .3s ease, opacity .3s ease;
      -moz-transition: all .3s ease, opacity .3s ease;
      -o-transition: all .3s ease, opacity .3s ease;
      transition: all .3s ease, opacity .3s ease; }

/*# sourceMappingURL=main.css.map */
