.print-only {
  display: none; }

@font-face {
  font-family: 'Raleway';
  src: url("/fonts/Raleway-Regular.ttf"); }
@font-face {
  font-family: 'Anton';
  src: url("/fonts/Anton-Regular.ttf"); }
p {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  margin: 5px 0; }

h1 {
  font-family: "Anton", Arial;
  font-size: 36px;
  margin-top: 30px;
  color: #3d7286; }

h2 {
  font-family: "Anton", Arial;
  font-size: 25px;
  margin-top: 30px;
  color: #2d5463; }

h3 {
  font-family: "Raleway", sans-serif;
  color: #1d3640;
  font-size: 17px;
  font-weight: bold; }

h4 {
  font-family: "Anton", Arial;
  color: #3d7286;
  font-size: 19px; }

li {
  list-style: square;
  margin-left: 15px; }
  li::marker {
    color: #3d7286; }

a {
  color: #3d7286; }
  a:hover {
    color: #1d3640;
    text-decoration: underline; }

body {
  color: #000;
  font-family: "Raleway", sans-serif; }

.coffee-ring {
  background-repeat: no-repeat;
  background-size: contain;
  height: 250px;
  opacity: .6;
  position: absolute;
  width: 100%;
  z-index: -100; }
  .coffee-ring-one {
    background-image: url("/media/10.png");
    background-position: left;
    right: 20px;
    top: -65px; }
  .coffee-ring-two {
    background-image: url("/media/1.png");
    background-position: right;
    right: 40px;
    top: 25%; }

footer {
  background-color: #ecedf0;
  color: #252423;
  text-align: center;
  padding: 25px 5px; }
  @media (min-width: 992px) {
    footer {
      position: fixed;
      bottom: 10px;
      left: 5px;
      width: 32%;
      max-width: none; } }

.side-panel {
  color: #252423;
  background-color: #ecedf0; }
  .side-panel .side-panel-content {
    margin-top: 50px;
    position: relative;
    text-align: center; }
  .side-panel li {
    display: inline;
    list-style: none;
    padding: 10px;
    margin: unset; }
  .side-panel .site-header {
    text-align: center; }
    .side-panel .site-header a {
      color: #464646; }
      .side-panel .site-header a:hover {
        color: #e76f51; }
    .side-panel .site-header .site-name {
      color: #e9c46a;
      font-size: 38px; }
    .side-panel .site-header .dumb-titles {
      color: #1d3640;
      font-size: 25px;
      font-weight: normal;
      text-align: center; }
    .side-panel .site-header img {
      display: block;
      border: 1px solid #2d5463;
      border-radius: 50%;
      margin: 20px auto; }
  .side-panel .contact {
    display: inline-block;
    margin: 10px auto;
    padding: 0; }
    .side-panel .contact li > a {
      font-size: 30px; }
      .side-panel .contact li > a:hover {
        color: #e76f51; }
  .side-panel nav ul {
    display: inline-block;
    margin: 10px auto;
    padding: 0; }
  .side-panel nav a {
    color: #2d5463;
    font-family: "Anton", Arial;
    font-size: 20px; }
    .side-panel nav a:hover {
      color: #1d3640;
      font-weight: normal;
      text-decoration: none; }

@media screen and (min-width: 992px) {
  .side-panel .side-panel-content {
    left: 5px;
    position: fixed;
    top: 10px;
    width: 32%; } }
.resume .section {
  margin: 20px 0; }
.resume .agency-roles {
  padding-left: 25px; }
  .resume .agency-roles h2 {
    color: #3d7286;
    display: block;
    font-size: 20px;
    margin-top: 20px; }

.error-page {
  text-align: center; }
  .error-page h1 {
    font-size: 40px; }

img {
  width: 200px; }

@media print {
  @page {
    size: letter portrait; }
  .print-only {
    display: block; }

  body, li {
    font-size: 10px; }

  a {
    color: unset; }

  .screen-only {
    display: none; }

  p {
    font-size: 10px;
    margin: 0;
    padding: 0; }

  h1 {
    font-size: 22px;
    margin: 10px 0 3px 0; }

  h2, .resume .agency-roles h2 {
    font-size: 15px;
    margin: 10px 0 3px 0;
    page-break-after: avoid; }

  h3 {
    font-family: "Anton", Arial;
    color: #3d7286;
    font-size: 10px;
    font-weight: normal;
    margin: 3px 0 5px 0;
    page-break-after: avoid; }

  .agency-group {
    page-break-inside: avoid; }

  strong {
    font-weight: normal; }

  .resume-top p {
    font-size: 12px; }
  .resume-top h1 {
    margin: 0; }
  .resume-top h2 {
    margin: 3px 0; }
  .resume-top i {
    margin-left: 10px;
    color: #1d3640; } }
