@font-face {
  font-family: "Trajanus Roman";
  src: url("../fonts/TRAJANUS.eot?") format("eot"), url("../fonts/TRAJANUS.woff") format("woff"), url("../fonts/TRAJANUS.ttf") format("truetype"), url("../fonts/TRAJANUS.svg#TrajanusRoman") format("svg");
  font-weight: bolder;
  font-style: normal; }
html {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 100%;
  color: #180002; }

body {
  background: #545572; }

h1, h2 {
  font-family: "Trajanus Roman", Tahoma, Arial, sans-serif;
  font-variant: small-caps;
  font-size: 200%; }

h3 {
  font-size: 110%;
  font-style: italic;
  border-bottom: solid #180002 3px;
  font-weight: normal; }

a, a:link, a:active, a:visited {
  color: #49023a;
  text-decoration: none; }
a.sale, a:link.sale, a:active.sale, a:visited.sale {
  color: #c3ffb4;
  text-decoration: underline; }

a:hover {
  color: #49023a; }
a:hover.sale {
  color: #49023a;
  text-decoration: underline; }

header div {
  height: 22vw;
  max-height: 170px;
  position: relative; }
header > div, header nav {
  border-top: solid #180002 3px;
  border-bottom: solid #180002 3px;
  margin: .5em 0;
  text-align: center; }
header > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

header #logo {
HEIGHT: 20VW;
max-height: 155px;
display: block;
}
header a, header a:link, header a:active, header a:visited {
  color: #180002; }
header a:hover {
  color: #49023a; }

nav div {
  display: block;
  height: 35px;
  padding: 0;
  vertical-align: middle;
  line-height: 35px;
  margin: .5em 0; }
nav h2 {
  margin: 0;
}

.external-link {
  display: inline-block;
  height: 35px;
  width: 35px;
  margin: 0 5px;
  background-size: 70px 35px; }
.external-link:hover {
  background-position: right;
}

#linkedin, .external-link {
  background-image: url("../img/icon-in.png"); }
#facebook {
  background-image: url("../img/icon-fa.png"); }
#bluesky {
  background-image: url("../img/icon-bs.png"); }
#deviantart {
  background-image: url("../img/icon-da.png"); }
#artstation {
  background-image: url("../img/icon-as.png"); }
#displate {
  background-image: url("../img/icon-di.png"); }
#redbubble {
  background-image: url("../img/icon-rb.png"); }
#cara {
  background-image: url("../img/icon-ca.png"); }


#about, section, footer {
  width: 90%;
  max-width: 900px;
  text-align: center;
  margin: 2em auto; }

section h2 {
  text-align: center;
  font-size: 1.5em; }

p {
  margin: 1.5em auto;
  text-align: justify; }

/****FOLIO PAGE****/
section a img {
  box-sizing: border-box;
  transition: .05s ease-in-out; }
  section a img:hover {
    border: solid #180002 3px;
    transition: .05s ease-in-out; }

hr {
  width: 60%;
  max-width: 400px;
  border: none;
  background-color: #180002;
  color: #180002;
  height: 3px; }

.cart {
  height: 1em;
  width: auto; }

/****RESUME PAGE****/
.columns {
  width: 90%;
  max-width: 600px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 10vw;
  -moz-column-gap: 10vw;
  column-gap: 10vw;
}

ul {
  list-style-type: none;
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 100%;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  column-break-inside: avoid;
  display: table;
}
ul li {
  margin: 1em 0;
}

/****SMALLER SCREEN****/
@media (max-width: 768px) {
  html {
    background: #545572; }

  body {
    width: 100%;
    margin: 0;
    border: none; }

  section a img {
    width: 32%;
    height: auto; }
  }

/****LARGE SCREEN****/
@media (min-width: 525px) {

  nav div {
    display: inline-block;
    width: 15%;
  }
  nav div:nth-child(2) {
      width: 50%;
      min-width: 300px;
  }
  nav h2 {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  html {
    background: #0d0001;
  }

  body {
    width: 90vw;
    max-width: 1000px;
    margin: 3em auto;
    border: solid #180002 3px;
  }

  header {
    border-bottom: solid #180002 3px;
  }

header > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

  nav div {
    width: 12%;
  }
  nav div:nth-child(2) {
    width: 20%;
    min-width: 300px;
  }

  section a img {
    width: 19%;
    height: auto; } }

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