* {
  box-sizing: border-box;
}

body {
  background-color: black;
  background-image: url(ENA-assets/red-bircks.gif);
  background-size: 80px;
  margin: 0;
  cursor: url(ENA-assets/cursor.png), auto;
}

:root {
  --viewport-height: 100vh;
}

.capsule {
  background-image: url(/backgrounds/green-thin-stripes.png);
  background-size: 5px;
  max-width: 50%;
  padding: 15px;
  margin: auto;
  margin-top: 13px;
  margin-bottom: 13px;
  
  border-image-slice: 55;
  border-image-width: 15px;
  border-image-outset: 13px;
  border-image-repeat: round;
  border-image-source: url(/borders/distorted-tiles.png);
  border-style: solid;
}

.header {
  background-image: url(ENA-assets/3NA-banner.gif);
  background-size: cover;
  width: 100%;
  height: 150px;
  position: relative;
  border: ridge black 2.5px;
}

.splitter {
  width: 100%;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border: ridge black 2.5px;
  background-image: url(ENA-assets/warpped-gray-tiles.gif);
  background-size: 35px;
  display: flex;
  align-items: center;
}

.column.one {
  width: 53%;
  margin-top: 5%;
  height: 220px;
  margin-right: 11px;
  margin-bottom: 5px;
  background-color: white;
  background-size: auto auto;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  clip-path: polygon(0 0%, 0% 0, 90% 0%, 100% 15%, 100% 100%, 0% 100%, 0% 100%, 0% 80%);
  transform: rotate(-5deg);
  display: flex;
  flex-direction: column;
}

.column.one::after {
  border-color: #ffffff00 #ffffff00 #999 #999;
  border-style: solid;
  border-width: 0px 15px 29px 0;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
  content: '';
  position: absolute;
  right: 0;
  top: 0px;
  width: 15px;
}

.column.two {
  width: 45%;
  background-image: url(ENA-assets/3NA-face.gif);
  background-color: black;
  background-size: cover;
  border: ridge black 2.5px;
  height: 255px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}

.retro.screen {
  width: 100%;
  height: 100%;
  background-image: url(ENA-assets/retro-screen-overlay.gif);
  opacity: 0.2;
}

#top-checkers {
  background: url(ENA-assets/top-old-web-checkers.png) 0px 0px;
  background-size: 10px;
  image-rendering: pixelated;
  width: 94%;
  height: 50px;
  position: relative;
  margin: auto;
}

#bottom-checkers {
  background: url(ENA-assets/bottom-old-web-checkers.png) 0px 0px;
  background-size: 10px;
  image-rendering: pixelated;
  width: 94%;
  height: 50px;
  position: relative;
  margin: auto;
}

#web-scroll {
  background-color: white;
  width: 94%;
  height: 41%;
  margin: 0 auto;
  overflow: scroll;
}

.column.three {
  width: 100%;
  background-image: url(ENA-assets/blue-temple-stones.png);
  border: ridge black 2.5px;
  padding: 10px;
}

.column.four {
  width: 73%;
  background-image: url(ENA-assets/3NA-meanie-face.gif);
  background-color: black;
  background-size: cover;
  border: solid white 5px;
  height: 183px;
  margin-bottom: 5px;
  float: right;
  margin-right: 15px;
  transform: rotate(5deg);
}

.column.five {
  width: 90%;
  background-image: url(ENA-assets/distorted-orange-checkers.png);
  overflow: scroll;
  border: ridge black 2.5px;
  text-align: center;
  background-size: 55px;
  height: 116px;
  margin-top: 15px;
  padding: 5px;
}

.footer {
  background-image: url(ENA-assets/warpped-gray-tiles.gif);
  background-size: 97px;
  border: ridge black 2.5px;
  padding: 10px;
  text-align: center;
  margin-top: 5px;
}

flex {
  display: flex;
  position: relative;
}

flex1 {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}

hr {
  display: block;
  border: none;
  height: 10px;
  background-image: url(ENA-assets/yellow-chains.gif);
}

/*DECO*/
#washi-tape {
  width: 150px;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 30px;
  z-index: 1;
  transform: rotate(-12deg);
}

#push-pin {
  width: 98px;
  position: absolute;
  bottom: 58%;
  right: 27%;
  z-index: 1;
  transform: rotate(-12deg);
}

#ena-sticker {
  filter: drop-shadow(2px 4px 6px black);
  width: 215px;
  position: absolute;
  top: 72%;
  left: 15%;
  pointer-events: none;
}

/*IMG*/
#one {
  width: 100%;
  image-rendering: pixelated;
  border: ridge black 2.5px;
}

.column.five img {
  width: 45%;
}

/*FONTS*/
@font-face {
  font-family: Chicago;
  src: url(/fonts/chicago-12.ttf);
}

h1 {
  font-family: Broadway;
  color: white;
  font-size: 10px;
  margin: 0;
}

h2 {
  font-family: Broadway;
  color: black;
  margin: 0;
}

@font-face {
  font-family: Broadway;
  src: url(/fonts/broadway-pixel-c.ttf);
}

p {
  font-family: Chicago;
  color: black;
  margin: 0;
}

.splitter p, .footer a {
  text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
}

/*MOBILE*/
@media screen and (max-width:600px) {
  .capsule {
    max-width: 100%;
    border-image-width: 0;
    margin-top: 0;
  }
}

@media screen and (max-width:600px) {
  .header {
    height: 88px;
  }
}

@media screen and (max-width: 600px) {
  .column.one {
    margin-right: 5px;
    margin-bottom: 5px;
    width: 53%;
    height: 125px;
    margin-top: 5%;
    transform: rotate(-5deg);
  }
}

@media screen and (max-width: 600px) {
  #top-checkers {
    background-size: 5px;
    height: 25px;
  }
}

@media screen and (max-width: 600px) {
  #bottom-checkers {
    background-size: 5px;
    height: 25px;
    width: 89%;
  }
}

@media screen and (max-width: 600px) {
  .column.one::after {
    border-width: 0px 3px 19px 0;
  }
}

@media screen and (max-width: 600px) {
  .column.two {
    height: 155px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 600px) {
  .column.four {
    height: 125px;
  }
}

@media screen and (max-width: 600px) {
  iframe {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  flex1 {
    flex-direction: row;
  }
}

/*MOBILE FONTS*/
@media screen and (max-width: 600px) {
  p {
    font-size: 10px;
  }
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 15px;
    margin-top: -15px;
  }
}

/*MOBILE DECO*/
@media screen and (max-width: 600px) {
  #washi-tape {
    width: 31%;
    top: 5px;
    left: 15px;
  }
}

@media screen and (max-width: 600px) {
  #push-pin {
    width: 65px;
  }
}





























