* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  src: url(test.ttf);
  font-family: "New Font"; }

@font-face {
  src: url(imperial.ttf);
  font-family: Imperial; }

@font-face {
  src: url(imperial.ttf);
  font-family: Imperial Bold; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  overflow-x: hidden;
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em;
  text-transform: lowercase; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

cite {
  font-style: normal; }

hr {
  border: none; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@-webkit-keyframes rotate-bg {
  0% {
    background-position-x: 0; }
  50% {
    background-position-x: 100%; }
  100% {
    background-position-x: 200%; } }

@keyframes rotate-bg {
  0% {
    background-position-x: 0; }
  50% {
    background-position-x: 100%; }
  100% {
    background-position-x: 200%; } }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

::-moz-selection {
  background: #f22613;
  color: white; }

::selection {
  background: #f22613;
  color: white; }

::-moz-selection {
  background: #f22613;
  color: white; }

html,
body {
  min-height: 100%; }

header,
section,
footer {
  width: 100%;
  overflow: auto; }

a {
  text-decoration: none;
  color: inherit; }

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

:focus {
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

b {
  font-weight: normal; }

i {
  font-style: normal; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

u {
  text-decoration: underline; }

img {
  max-width: 100%; }

small {
  font-size: 90%; }

header,
footer,
section {
  overflow: auto;
  width: 100%; }

input[placeholder],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="submit"],
textarea,
select,
option {
  color: white;
  padding: 1rem;
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
  outline-offset: 0;
  max-width: 100%;
  font-family: "Imperial Bold", monospace, sans-serif; }

input[type="submit"] {
  font-family: "Imperial Bold", monospace, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

body {
  background: white;
  font-family: "Imperial Bold", monospace, sans-serif;
  font-size: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.section {
  padding: 4rem 5%; }

@keyframes blink {
  0% {
    color: hotpink; }
  25% {
    color: blue; }
  50% {
    color: hotpink; }
  75% {
    color: blue; }
  100% {
    color: hotpink; } }

@-webkit-keyframes border-blink {
  0% {
    border-color: hotpink; }
  25% {
    border-color: red; }
  50% {
    border-color: #bada55; }
  75% {
    border-color: #bada55; }
  100% {
    border-color: hotpink; } }

@keyframes border-blink {
  0% {
    border-color: hotpink; }
  25% {
    border-color: red; }
  50% {
    border-color: #bada55; }
  75% {
    border-color: #bada55; }
  100% {
    border-color: hotpink; } }

.work__nav a {
  text-decoration: underline; }

body {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.4))), url(../img/grain.jpg);
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url(../img/grain.jpg);
  background: -o-linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url(../img/grain.jpg);
  background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url(../img/grain.jpg); }

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100vw;
  padding: 1rem;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1); }

.banner > img {
  width: 100%;
  max-width: 250px;
  height: auto; }

@media (min-width: 1024px) {
  .banner {
    padding: 0 10vw;
    height: 100vh; } }

.banner .banner__name {
  font-family: Roboto Mono;
  font-weight: 500;
  font-size: 1.5rem;
  width: 50%;
  padding: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  left: -50px; }

@media (min-width: 600px) {
  .banner .banner__name {
    font-size: 1.75rem; } }

@media (min-width: 768px) {
  .banner .banner__name {
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 1024px) {
  .banner .banner__name {
    width: 330px; } }

.footer-banner__name {
  font-family: Roboto Mono;
  font-weight: 500;
  font-size: 1rem;
  width: 50%;
  padding: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  left: -50px; }

.footer-banner__name > * {
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #000; }

@media (min-width: 600px) {
  .footer-banner__name {
    font-size: 1rem; } }

@media (min-width: 768px) {
  .footer-banner__name {
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 1024px) {
  .footer-banner__name {
    width: 250px; } }

.footer-banner__name > * {
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-left: 30px; }

@media (min-width: 600px) {
  .footer-banner__name > * {
    margin-left: 30px; } }

@media (min-width: 768px) {
  .footer-banner__name > * {
    margin-left: 30px; } }

.footer-banner__name > *.highlight {
  color: #999;
  -webkit-animation: blink 3s infinite;
  animation: blink 3s infinite; }

.banner .banner__name > * {
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-left: 30px; }

@media (min-width: 600px) {
  .banner .banner__name > * {
    margin-left: 30px; } }

@media (min-width: 768px) {
  .banner .banner__name > * {
    margin-left: 50px; } }

.banner .banner__name > *.highlight {
  color: #999;
  -webkit-animation: blink 3s infinite;
  animation: blink 3s infinite; }

.banner__text-about {
  font-family: "Imperial", Karla, Abril Fatface, Times, serif;
  font-weight: light;
  font-size: 1.5rem;
  padding: 0 10rem; }

.banner .banner__text {
  font-family: "Imperial", Karla, Abril Fatface, Times, serif;
  font-weight: light;
  font-size: 1.5rem;
  line-height: 1.8;
  padding: 2rem;
  width: 100%;
  position: relative; }

@media (min-width: 768px) {
  .banner .banner__text {
    width: 350px;
    font-size: 1.55rem;
    top: -1.7rem;
    padding: 0; } }

.banner .banner__text a {
  color: red;
  text-decoration: underline; }

.portfolio {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  max-width: 1400px;
  margin: 0 auto; }

.portfolio .portfolio__item {
  margin-bottom: 8rem; }

.portfolio .portfolio__item--full {
  width: 100%; }

.portfolio .portfolio__item--thirds {
  width: calc(75% - 4rem); }

.portfolio .portfolio__item--half {
  width: calc(50% - 4rem); }

.portfolio .portfolio__item--quarter {
  width: calc(25% - 4rem); }

.portfolio .portfolio__item:hover figure img {
  opacity: 0.8; }

.portfolio .portfolio__item figure {
  overflow: hidden;
  width: 100%;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s; }

.portfolio .portfolio__item figure img {
  width: 100%;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }

.portfolio .portfolio__item figcaption {
  padding: 0.75rem 0;
  background: white;
  font-size: 1.325rem;
  font-family: "Imperial", Karla, Abril Fatface, Times, serif;
  font-weight: 400; }

.portfolio .portfolio__item figcaption em {
  font-size: 85%;
  font-style: normal;
  color: #666; }

.footer {
  background: #f00;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Imperial", Karla, Abril Fatface, Times, serif;
  font-size: 1.25rem;
  color: #eee; }

@media screen and (max-width: 1440px) {
  .footer {
    padding-right: 10vw; } }

.footer__copyright {
  text-align: left; }

.footer__social {
  text-align: right; }

.black {
  color: #000; }

.footer__social a {
  margin-left: 0.75rem;
  color: #000 !important; }

.footer__social a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.65); }

.footer_image {
  width: 100%;
  height: auto;
  max-width: 100px; }
