html, * {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  background-color: #000;
  overflow: hidden; }

.mastHead {
  position: absolute;
  width: 100%;
  height: 16vh;
  top: 0;
  z-index: 10;
  background-color: #000; }

#main {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #FFF;
  overflow: hidden; }

.mainTxt {
  font-size: 2em;
  margin: 2vh 4vw;
  font-family: 'urw-din', monospace;
  font-weight: 500; }

.header {
  font-weight: 200; }

.subHead {
  font-size: .85em; }

.portfolioLink {
  margin: 2vh 0vw;
  position: absolute;
  font-size: .65em;
  right: 1vw;
  top: 2vh; }

.resumeLink {
  margin: 2vh 0vw;
  position: absolute;
  font-size: .65em;
  right: 1vw;
  top: 4vh; }

#main h1 {
  top: 0; }

.content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 16vh;
  left: 0;
  perspective: 200;
  background-color: #000;
  font-family: 'urw-din', monospace; }

#workList {
  width: 100%;
  height: 100%;
  font-size: 2em; }

.pic {
  overflow: hidden;
  padding: -0.5px; }

.bgImg {
  z-index: 9999;
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat; }

ul {
  text-decoration: none;
  list-style-type: none; }

li {
  text-decoration: none; }

#main.work.main {
  position: absolute;
  width: 100%;
  height: 100%; }

.workItem {
  position: relative;
  width: 100%;
  height: 7.14286%;
  background-color: black; }

.workItemText {
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: #fff;
  pointer-events: none; }

@media (max-width: 900px) {
  #workList {
    font-size: 1.2em; } }

@media only screen and (max-width: 414px) {
  .mainTxt {
    font-size: 1em;
    margin: 2vh 2vw; }
    .mainTxt.header {
      font-size: 1.5em; }
    .mainTxt.subHead {
      font-size: 0.75em; }
  #workList {
    font-size: .75em; } }
