* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

html {
  font-family: "PT Serif", Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 48em) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 58em) {
  html {
    font-size: 18px;
  }
}

body {
  color: #1b1d20;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

a {
  color: #268bd2;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

h1, h3 {
  font-weight: bold;
  line-height: 1.25;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2rem;
}

h3 {
  margin-top: 1.5rem;
  font-size: 1.25rem;
}

p {
  margin-top: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.sidebar {
  text-align: center;
  padding: 2rem 1rem;
  color: rgba(255,255,255,.5);
  background-color: #6B021B;
}

@media (min-width: 48em) {
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 18rem;
    text-align: left;
  }
}

@media (min-width: 48em) {
  .sidebar-sticky {
    position: absolute;
    right:  1rem;
    bottom: 1rem;
    left:   1rem;
    max-width: 40rem;
    padding-left:  1rem;
    padding-right: 1rem;
    margin-left:  auto;
    margin-right: auto;
  }
}

.content {
  padding-top:    4rem;
  padding-bottom: 4rem;
  position: relative;
  height: 90%;
}

@media (min-width: 48em) {
  .content {
    max-width: 45rem;
    margin-left: 20rem;
    margin-right: 2rem;
  }
}

@media (min-width: 64em) {
  .content {
    margin-left: 22rem;
    margin-right: 4rem;
  }
}

.sidebar a {
  color: #fff;
}

.sidebar h1 {
  color: #fff;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: 2rem;
}

.sidebar-nav {
  margin-bottom: 1rem;
}
.sidebar-nav-item {
  display: block;
  line-height: 1.75;
}
a.sidebar-nav-item:hover,
a.sidebar-nav-item:focus {
  text-decoration: underline;
}
.sidebar-nav-item.active {
  font-weight: bold;
}

a.mailto {
  display: block;
  width: 150px;
  font-family: proxima-nova-1, proxima-nova-2, sans-serif !important;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #767779;
  text-transform: uppercase;
  padding: 25px 0 10px 0;
  margin-bottom: 11px;
}

li.extra {
  list-style: none;
}

ul.extras {
  position: absolute;
  left: 50%;
}

a.mailto:hover {
  cursor: pointer;
  text-decoration: none;
}

a.mailto:hover:after {
  width: 60%;
}

a.mailto:after {
  position: absolute;
  left: 0;
  top: 0px;
  width: 0;
  height: 1px;
  background-color: #aa9483;
  content: "";
  transition: width 0.5s;
}

.mail {
  position: absolute;
  left: 50%;
  /*bottom: 0;*/
}

.title {
  font-weight: bold;
}

.data {
  font-style: italic;
}


