:root {
  --bg-mediumblue: #133953;
  --bg_darkblue: #142a3d;
  --line_pink: #ffa7e8;
  --bg-mediumpurple: #6f197c;
  --background: #071017;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  color: #fff;
  text-shadow: 0 1px 1px #0003;
  background-color: #246;
  background-image: url('../images/graphic_bg.gif');
  background-position: 50% 100%;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: flex-start;
  font-family: Inconsolata, monospace;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.section-head {
  background-image: url('../images/header-background.png');
  background-position: 0 0;
  background-size: 100%;
  flex-direction: row;
  justify-content: flex-end;
  align-self: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.container-head {
  flex-direction: row;
  display: flex;
}

.head-title {
  border-top: 3px solid var(--bg-mediumblue);
  border-bottom: 3px solid var(--bg-mediumblue);
  background-color: var(--bg_darkblue);
  background-image: linear-gradient(to bottom, var(--bg_darkblue), var(--bg-mediumblue) 50%, var(--bg_darkblue));
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-top: 360px;
  padding: 0 30px;
  display: flex;
}

.head-text {
  letter-spacing: 1.5px;
  text-shadow: 0 0 10px var(--line_pink);
  padding-left: 20px;
  padding-right: 20px;
  font-family: Exo, sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 600;
}

.section-nav {
  border-top: 1px solid var(--line_pink);
  border-bottom: 1px solid var(--line_pink);
  background-color: var(--bg-mediumpurple);
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.nav-links {
  align-items: stretch;
  margin-left: 60px;
  margin-right: 120px;
  display: flex;
}

.nav-link {
  color: var(--line_pink);
  align-self: stretch;
  margin-right: 30px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
}

.section-head-sub {
  padding: 5px 20px 5px 170px;
}

.head-sub-text {
  color: var(--line_pink);
  text-align: left;
  letter-spacing: 1.5px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.section-whois {
  padding-left: 60px;
  padding-right: 120px;
}

.heading {
  border-bottom: 1px solid var(--line_pink);
  color: var(--line_pink);
  letter-spacing: 1.5px;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
}

.paragraph {
  letter-spacing: 1.5px;
  font-size: 16px;
}

.pageheader {
  background-image: url('../images/header_bg.gif');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-start;
}

.pageheadercontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  outline-offset: 0px;
  border-left: 1px solid #f09;
  outline: 3px #eee;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.pageseparator {
  background-image: url('../images/graphic_stripes.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 200px;
  border-top: 2px #f09;
  border-bottom: 2px #f09;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pageseparator:hover {
  background-color: #09f;
}

.pageheaderlogo {
  outline-offset: 0px;
  outline: 3px #eee;
  flex: 0 auto;
  padding: 20px 0;
  line-height: 60px;
}

.pageheaderlogo:hover {
  -webkit-backdrop-filter: drop-shadow(0 0 10px #fff);
  backdrop-filter: drop-shadow(0 0 10px #fff);
  text-shadow: 0 0 5px #fff;
  mix-blend-mode: screen;
}

.text-block {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  background-image: linear-gradient(#09f, #09f);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 20px;
  font-family: Inconsolata, monospace;
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
  text-decoration: none;
  display: flex;
}

.pageheadertextw {
  direction: ltr;
  color: #fff;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inconsolata, monospace;
  font-size: 72px;
  line-height: 48px;
  display: block;
}

.pageheadertext {
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  text-shadow: 2px 0 1px #f09, -2px 0 1px #09f;
  font-family: Inconsolata, monospace;
  font-size: 80px;
  line-height: 60px;
}

.pageheadertext:hover {
  -webkit-text-stroke-width: 2px;
  text-shadow: 60px 0 5px #f09, -60px 0 5px #09f;
}

.pagenavigation {
  border-top: 1px solid #f09;
  border-bottom: 1px solid #f09;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  display: flex;
}

.pagenavigation:hover {
  color: #fff;
  background-color: #09f;
}

.pagenavigationdecoration {
  margin-left: 50px;
  margin-right: 40px;
}

.link {
  font-size: 24px;
}

.pagenavigationlink {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: -2px 0 2px #09f, 2px 0 2px #f09;
  background-color: #246;
  border: 1px solid #09f;
  justify-content: center;
  align-items: center;
  margin-right: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  line-height: 40px;
  text-decoration: none;
  display: flex;
}

.pagenavigationlink:hover {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  text-shadow: 5px 0 5px #fff, -5px 0 5px #fff;
  -webkit-text-fill-color: inherit;
  background-color: #f09;
  background-clip: border-box;
  border-width: 1px;
  border-color: #fff;
}

.pagenavigationlink:active {
  color: #234;
  -webkit-text-stroke-color: #246;
  text-shadow: 0 -5px 5px #09f, 0 5px 5px #f09;
  background-color: #fff;
  border-color: #fff;
}

.pagenavigationlink:focus {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  text-shadow: -5px 0 5px #fff, 5px 0 5px #fff;
  background-color: #f09;
  border-color: #fff;
}

.text-block-2 {
  flex-flow: column;
  display: flex;
}

.pagecontent {
  color: #fff;
  text-shadow: -2px 0 1px #0003;
  flex-flow: column;
  line-height: 20px;
}

.pagecontentcontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #0000;
  border-left: 1px solid #f09;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.pagecontentcontainer:hover {
  border-left-color: #09f;
}

.pagecontentheading {
  letter-spacing: 6px;
  -webkit-text-stroke-color: white;
  text-transform: uppercase;
  text-shadow: -2px 0 1px #09f, 2px 0 1px #f09;
  border-bottom: 4px dashed #09f;
  margin-left: 40px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Inconsolata, monospace;
  font-size: 38px;
  font-weight: 400;
  line-height: 40px;
}

.pagecontentheading:hover {
  -webkit-text-stroke-width: 2px;
  text-shadow: -20px 0 5px #09f, 20px 0 5px #f09;
  border-bottom-color: #f09;
}

.pagecontentparagraph {
  color: #fff;
  letter-spacing: 1px;
  text-indent: 0;
  text-shadow: 1px 0 1px #f09, -1px 0 1px #09f;
  column-count: 0;
  margin-top: 20px;
  margin-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
}

.pagecontentparagraph:hover {
  -webkit-text-stroke-width: 1px;
  text-shadow: 5px 0 2px #f09, -5px 0 2px #09f;
}

.pageparagraphlink {
  color: #fff;
  background-color: #246;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.pageparagraphlink:hover {
  color: #fff;
  text-shadow: 5px 0 5px #fff, -5px 0 5px #fff;
  background-color: #f09;
}

.pageparagraphlink:active {
  color: #123;
  -webkit-text-stroke-color: #123;
  text-shadow: 0 2px 5px #f09, 0 -2px 5px #09f;
  background-color: #fff;
}

.pageparagraphlink:focus {
  color: #fff;
  text-shadow: 1px 0 1px #fff, -1px 0 1px #fff;
  background-color: #f09;
}

.pageparagraphlink:focus-visible, .pageparagraphlink[data-wf-focus-visible] {
  color: #fff;
}

.pagecontentimageblock {
  color: #fff;
  border: 1px solid #f09;
  margin-top: 60px;
  margin-bottom: 0;
  margin-left: 40px;
  padding: 20px;
}

.pagecontentimageblock:hover {
  border-color: #09f;
}

.pagecontentimageblocktext {
  color: #09f;
  margin-top: -18px;
  margin-bottom: 2px;
}

.pagecontentimageblocktext:hover {
  color: #f09;
}

.pagecontentimage {
  border: 4px dashed #f09;
  justify-content: flex-start;
  display: inline-flex;
}

.pagecontentimage:hover {
  border-color: #09f;
}

.pagecontentimagedescriptionheader {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 2px 0 1px #ffffff80, -2px 0 1px #ffffff80;
  background-color: #f09;
  border-left: 8px solid #f09;
  border-right: 30px solid #09f;
  margin-top: 0;
  padding-left: 20px;
  font-family: Inconsolata, monospace;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.pagecontentimagedescriptionheader:hover {
  -webkit-text-stroke-width: 1px;
  text-shadow: 10px 0 5px #fff, -10px 0 5px #fff;
  background-color: #09f;
  border-left-color: #fff;
  border-right-color: #fff;
}

.pagecontentimagedescriptionheader:active {
  color: #234;
  -webkit-text-stroke-color: #234;
  text-shadow: 0 5px 5px #f09, 0 -5px 5px #09f;
  background-color: #fff;
  border-left-color: #09f;
  border-right-color: #f09;
}

.pagecontentimagedescriptionparagraph {
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 1px 0 1px #f09, -1px 0 1px #09f;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 22px;
}

.pagecontentimagedescriptionparagraph:hover {
  -webkit-text-stroke-width: 1px;
  text-shadow: 5px 0 2px #f09, -5px 0 2px #09f;
}

.pagecontentportfolioblock {
  text-align: left;
  border: 1px solid #f09;
  flex-flow: column;
  margin-left: 40px;
  padding: 20px;
  display: flex;
}

.pagecontentportfolioblock:hover {
  color: #fff;
  -webkit-text-stroke-color: white;
  border-color: #09f;
}

.pagecontentportfolioheader {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: -2px 0 1px #fff9, 2px 0 1px #fff9;
  background-color: #f09;
  border-left: 8px solid #f09;
  border-right: 30px solid #09f;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.pagecontentportfolioheader:hover {
  -webkit-text-stroke-width: 1px;
  text-shadow: -10px 0 5px #fff, 10px 0 5px #fff;
  background-color: #09f;
  border-left-color: #fff;
  border-right-color: #fff;
}

.pagecontentportfolioheader:active {
  color: #234;
  -webkit-text-stroke-color: #234;
  text-shadow: 0 -5px 5px #09f, 0 5px 5px #f09;
  background-color: #fff;
  border-left-color: #09f;
  border-right-color: #f09;
}

.pagecontentportfolioimage {
  border: 4px dashed #f09;
  flex-flow: row;
  justify-content: flex-start;
}

.pagecontentportfolioimage:hover {
  border-color: #09f;
}

.pagecontentportfoliolist {
  color: #f09;
  margin-left: -10px;
  font-size: 20px;
  list-style-type: square;
}

.list-item {
  color: #fff;
}

.pagecontentportfoliolistitemtext {
  color: #fff;
  text-shadow: -1px 0 1px #09f, 1px 0 1px #f09;
  font-size: 20px;
  line-height: 20px;
}

.pagecontentportfoliolistitemtext:hover {
  -webkit-text-stroke-width: 1px;
  text-shadow: -5px 0 2px #09f, 5px 0 2px #f09;
}

.pagecontentportfoliolistitem {
  text-shadow: -1px 0 1px #09f0, 1px 0 1px #f090;
  margin-top: 10px;
  margin-left: -10px;
  padding-left: 10px;
  font-size: 24px;
  line-height: 20px;
}

.pagecontentportfoliolistitem:hover {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  text-shadow: -5px 0 5px #09f, 5px 0 5px #f09;
}

.pagecontentreturntonav {
  border-right: 8px solid #f09;
  justify-content: flex-end;
  margin-top: 60px;
  margin-bottom: 120px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 40px;
  display: flex;
}

.pagecontentreturntonav:hover {
  color: #fff;
  -webkit-text-stroke-color: white;
  background-color: #09f;
  border-right-color: #fff;
}

.pagecontentreturntonav:active {
  background-color: #fff;
  border-right-color: #f09;
}

.pageheadersubtext {
  color: #f09;
  text-align: center;
  letter-spacing: 7px;
  text-shadow: -1px 0 1px #f09, 1px 0 1px #f09;
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0 5px;
  font-size: 14px;
  line-height: 20px;
  position: static;
}

.pageheadersubtext:hover {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  text-shadow: 40px 0 2px #f09, -40px 0 2px #09f;
  background-color: #0000;
}

.pagecontentsocialmediablock {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #f09;
  flex-flow: column;
  justify-content: flex-start;
  margin-left: 40px;
  padding: 20px 0 20px 20px;
  display: flex;
}

.pagecontentsocialmediablock:hover {
  border-color: #09f;
}

.pagecontentsocialmedialinkblock {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  display: flex;
}

.pagecontentlegalblock {
  text-shadow: 1px 0 #f09, -1px 0 #09f;
  background-color: #246;
  border: 1px solid #09f;
  margin-top: 40px;
  margin-bottom: 100px;
  margin-left: 40px;
  padding: 20px 40px;
  font-size: 14px;
  font-weight: 700;
}

.pagecontentlegalblock:hover {
  text-shadow: 4px 0 2px #f09, -4px 0 2px #09f;
  background-color: #f090;
  border-color: #f09;
}

.pagecontentlegalblock:active {
  color: #000;
  background-color: #fff;
}

.pagecontentlegalblock:focus {
  background-color: #0000;
  border-right-color: #f09;
}

.pagecontentparagraphlegal {
  text-align: center;
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
}

.pagecontentparagraphlegallink {
  color: #fff;
  background-color: #246;
  margin-left: 0;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.pagecontentparagraphlegallink:hover {
  text-shadow: 0 0 8px #fff, 0 0 4px #fff;
  background-color: #f09;
}

.pagecontentparagraphlegallink:active {
  color: #000;
  text-shadow: -4px 0 2px #09f, 4px 0 2px #f09;
  background-color: #fff;
}

.pagecontentparagraphlegallink:focus {
  text-shadow: 0 0 4px #fff, 0 0 8px #fff;
  background-color: #f09;
}

.pagecontentparagraphlegallink:visited {
  color: #fff;
}

.div-block {
  justify-content: center;
  padding-bottom: 20px;
  display: flex;
}

.pagecontentlegalimage {
  box-sizing: content-box;
  vertical-align: baseline;
  background-color: #f090;
  margin-left: 40px;
  margin-right: 40px;
  padding: 10px 20px;
  display: block;
}

.pagecontentlegalimage:hover {
  background-color: #fff;
}

.pagecontentlegalimage:active {
  background-color: #f09;
}

.pagecontentfootertext {
  text-align: center;
  letter-spacing: 4px;
  text-shadow: 1px 0 #f09, -1px 0 #09f;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.pagecontentfootertext:hover {
  text-shadow: 5px 0 2px #f09, -5px 0 2px #09f;
}

.pagecontentprojectblock {
  text-align: left;
  border: 1px solid #09f;
  flex-flow: column;
  margin-left: 40px;
  padding: 20px;
  display: flex;
}

.pagecontentprojectblock:hover {
  border-color: #f09;
}

.pagecontentprojectheader {
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: -2px 0 1px #fff9, 2px 0 1px #fff9;
  background-color: #09f;
  border-left: 8px solid #fff;
  border-right: 30px solid #09f;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.pagecontentprojectheader:hover {
  -webkit-text-stroke-width: 1px;
  text-shadow: -10px 0 5px #fff, 10px 0 5px #fff;
  background-color: #f09;
  border-left-color: #09f;
}

.pagecontentprojectheader:active {
  color: #246;
  -webkit-text-stroke-color: #246;
  text-shadow: 0 -5px 5px #09f, 0 5px 5px #f09;
  background-color: #fff;
  border-right-color: #f09;
}

.pagecontentprojectimage {
  border: 4px dashed #09f;
}

.pagecontentprojectimage:hover {
  border-color: #f09;
}

.pagecontentblockparagraph {
  text-align: left;
  letter-spacing: .5px;
  text-shadow: -1px 0 1px #09f, 1px 0 1px #f09;
  flex: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
}

.pagecontentblockparagraph:hover {
  -webkit-text-stroke-width: 1px;
  text-shadow: -5px 0 2px #09f, 5px 0 2px #f09;
}

.pagecontentprojectlinkblock {
  background-color: #09f;
  border-left: 8px solid #fff;
  justify-content: flex-end;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.pagecontentprojectlinkblock:hover {
  background-color: #f09;
  border-left-color: #09f;
}

.pagecontentprojectlinkblock:active {
  background-color: #fff;
  border-left-color: #09f;
}

.button {
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.pagecontentprojectlink {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: -2px 0 2px #09f, 2px 0 2px #f09;
  background-color: #246;
  border: 1px solid #09f;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  display: flex;
}

.pagecontentprojectlink:hover {
  -webkit-text-stroke-width: 1px;
  text-shadow: -5px 0 5px #fff, 5px 0 5px #fff;
  background-color: #f09;
  border-color: #fff;
}

.pagecontentprojectlink:active {
  color: #246;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #246;
  text-shadow: 0 -5px 5px #09f, 0 5px 5px #f09;
  background-color: #fff;
  border-color: #fff;
}

.pagecontentprojectlink:focus {
  -webkit-text-stroke-width: 1px;
  text-shadow: -5px 0 5px #fff, 5px 0 5px #fff;
  background-color: #f09;
  border-color: #fff;
}

.pagecontentprojectmissing {
  color: #f09;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 0 1px #f09, -1px 0 1px #f09;
  background-color: #246;
  border: 1px solid #09f;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 40px;
  display: flex;
}

.pagecontentprojectmissing:hover {
  -webkit-text-stroke-width: 1px;
  text-shadow: 5px 0 5px #f09, -5px 0 5px #f09;
  background-color: #fff;
  border-color: #fff;
}

.pagecontentprojectmissing:active {
  color: #246;
  -webkit-text-stroke-color: #246;
  text-shadow: 0 -5px 5px #09f, 0 5px 5px #f09;
}

.pagecontentfilesblock {
  text-shadow: none;
  background-color: #246;
  border: 1px solid #f09;
  flex-flow: column;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.pagecontentfilesimageblock {
  background-color: #f09;
  border-left: 1px solid #f09;
  border-right: 0 #f09;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.pagecontentfilesimageblock:hover {
  background-color: #09f;
}

.pagecontentfilesimageblock:active {
  background-color: #fff;
}

.pagecontentfilesinteractblock {
  background-image: url('../images/graphic_stripes_tile.png');
  background-position: 0 0;
  background-size: 40px;
  border-top: 1px solid #f09;
  flex-flow: column;
  flex: 0 auto;
  align-self: stretch;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  display: flex;
}

.pagecontentfilesinteractblock:hover {
  background-color: #09f;
}

.pagecontentfilesinteractblock:active {
  background-color: #fff;
}

.pagecontentfilestextblock {
  flex: 1;
  display: flex;
}

.pagecontentfileslinkblock {
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.paragraph-2 {
  padding: 10px 20px;
}

.pagecontentfilesparagraph {
  letter-spacing: 1px;
  -webkit-text-stroke-width: .5px;
  text-shadow: 2px 0 1px #f09, -2px 0 1px #069;
  margin-bottom: 0;
  padding: 10px 20px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.pagecontentfilescontainerblock {
  flex: 1;
  display: flex;
}

.pagecontentfilesheaderblock {
  background-color: #f09;
  border-bottom: 1px solid #f09;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  display: flex;
}

.pagecontentfilesheaderblock:hover {
  background-color: #09f;
}

.pagecontentfilesheaderblock:active {
  background-color: #fff;
}

.pagecontentfilesheader {
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: -2px 0 1px #fff9, 2px 0 1px #fff9;
  flex: 1;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: -10px;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.pagecontentfilesheader:hover {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  text-shadow: -10px 0 5px #fff, 10px 0 5px #fff;
}

.pagecontentfilesheader:active {
  color: #234;
  -webkit-text-stroke-color: #234;
  text-shadow: 0 -5px 5px #09f, 0 5px 5px #f09;
}

.pagecontentfilesheadertext {
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  text-shadow: 2px 0 1px #fff9, -2px 0 1px #fff9;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 10px 8px 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.pagecontentfilesheadertext:hover {
  color: #fff;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: white;
  text-shadow: 8px 0 3px #fff, -8px 0 3px #fff;
}

.pagecontentfilesheadertext:active {
  color: #234;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #234;
  text-shadow: 0 -4px 4px #09f, 0 4px 4px #f09;
}

.pagecontentheader {
  margin-top: 0;
  margin-bottom: 0;
}

.pagecontentfilesdatablock {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.image-2 {
  padding-top: 0;
}

.pagecontentfilesimage {
  flex: 0 auto;
  align-self: flex-start;
}

.pagecontentfilesimage:active {
  border-color: #234;
}

.pagecontentfilesdata {
  flex: 1;
  padding: 0 20px;
}

.pagecontentyoutubewindow {
  background-image: none;
  border: 4px dashed #09f;
}

.pagecontentyoutubewindow:hover {
  border-color: #f09;
}

.text-block-3 {
  clear: left;
  direction: ltr;
  color: #f09;
  word-break: normal;
  overflow-wrap: normal;
  flex: none;
  order: -9999;
  align-self: flex-start;
  font-family: Inconsolata, monospace;
  position: static;
}

.pageheadertextv {
  color: #f09;
  text-shadow: 2px 0 #09f;
  flex-flow: row;
  order: -9999;
  align-self: flex-start;
  margin-bottom: -15px;
  margin-right: -100px;
  line-height: 14px;
  -webkit-text-decoration: overline double;
  text-decoration: overline double;
  display: block;
}

@media screen and (max-width: 991px) {
  .body {
    background-position: 50% 0;
  }

  .pageheadercontainer {
    margin-left: 20px;
    margin-right: 20px;
  }

  .pageseparator {
    background-position: 50%;
  }

  .pagenavigation {
    padding-left: 10px;
    padding-right: 20px;
  }

  .pagenavigationdecoration {
    margin-left: 20px;
    margin-right: 10px;
  }

  .pagenavigationlink {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
  }

  .pagecontentcontainer, .pagecontentheading, .pagecontentparagraph {
    margin-left: 20px;
    margin-right: 20px;
  }

  .pagecontentimageblock {
    margin-left: 30px;
  }

  .pagecontentimageblocktext {
    margin-top: -18px;
    margin-bottom: 2px;
  }

  .pagecontentimagedescriptionheader {
    margin-top: 0;
  }

  .pagecontentimagedescriptionparagraph {
    margin-bottom: 20px;
  }

  .pagecontentportfolioblock {
    margin-left: 20px;
  }

  .pagecontentreturntonav {
    padding-right: 40px;
  }

  .pagecontentsocialmedialinkblock {
    padding-left: 15px;
    padding-right: 35px;
  }

  .pagecontentlegalblock {
    margin-left: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pagecontentparagraphlegal {
    letter-spacing: .5px;
  }

  .pagecontentlegalimage:focus {
    background-color: #fff;
  }

  .pagecontentprojectblock {
    margin-left: 20px;
  }

  .pagecontentblockparagraph {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pagecontentfilesblock {
    margin-left: 20px;
  }

  .pagecontentfilesimageblock {
    border-left-style: solid;
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .pagecontentfileslinkblock {
    justify-content: center;
    align-self: stretch;
    padding-top: 0;
    padding-right: 30px;
  }

  .pagecontentfilesparagraph {
    padding-bottom: 10px;
    font-size: 16px;
  }

  .pagecontentfilescontainerblock {
    align-self: auto;
  }

  .pagecontentfilesheaderblock {
    flex-flow: column;
  }

  .pagecontentfilesheader {
    align-self: stretch;
  }

  .pagecontentfilesheadertext {
    text-align: left;
    align-self: stretch;
    padding-bottom: 8px;
  }

  .image {
    vertical-align: baseline;
    position: static;
  }

  .pagecontentfilesimage {
    vertical-align: top;
    flex: 0 auto;
    align-self: center;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .pagenavigation {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pagenavigationdecoration {
    max-width: 0%;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .pagenavigationlink {
    margin-left: 14px;
    margin-right: 14px;
  }

  .pagecontentcontainer {
    margin-left: 20px;
    margin-right: 20px;
  }

  .pagecontentheading {
    margin-left: 20px;
    margin-right: 0;
    font-size: 32px;
  }

  .pagecontentparagraph {
    margin-left: 20px;
    margin-right: 0;
    font-size: 18px;
  }

  .pagecontentimageblock {
    color: #fff;
    margin-left: 20px;
  }

  .pagecontentimageblocktext {
    margin-top: -18px;
    margin-bottom: 2px;
  }

  .pagecontentimage {
    justify-content: center;
    display: inline-block;
  }

  .pagecontentimagedescriptionheader {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 26px;
    line-height: 36px;
  }

  .pagecontentportfolioblock {
    margin-left: 20px;
    padding-bottom: 10px;
  }

  .pagecontentportfolioheader {
    text-align: center;
    padding: 5px 0;
    font-size: 26px;
    line-height: 36px;
  }

  .pagecontentportfoliolistitemtext {
    letter-spacing: 1px;
    font-size: 17px;
  }

  .pagecontentportfoliolistitem {
    padding-left: 5px;
  }

  .pagecontentparagraphlegallink:hover {
    text-shadow: 0 0 1px #fff, 0 0 1px #fff;
    background-color: #f09;
  }

  .pagecontentprojectheader {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    font-size: 26px;
    line-height: 36px;
  }

  .pagecontentblockparagraph {
    font-size: 17px;
  }

  .pagecontentprojectmissing {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
  }

  .pagecontentfilesimageblock {
    border-bottom: 1px solid #f09;
    border-left-width: 0;
    border-right-width: 0;
    flex: 1;
    order: -1;
    align-self: stretch;
    align-items: center;
  }

  .pagecontentfilesinteractblock {
    padding-left: 0;
  }

  .pagecontentfilesheader {
    text-align: center;
    padding-left: 10px;
    font-size: 26px;
  }

  .pagecontentfilesheadertext {
    align-self: center;
    padding-left: 10px;
  }

  .pagecontentfilesdatablock {
    flex-flow: column;
    order: 0;
    justify-content: flex-start;
  }

  .pagecontentfilesimage {
    vertical-align: top;
    flex: 1;
    align-self: center;
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-position: 50% 10%;
  }

  .pageheadercontainer {
    border-left-style: none;
    border-left-width: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .pageheadertext {
    letter-spacing: 5px;
    margin-left: 0;
    margin-right: -5px;
    padding-left: 0;
    font-size: 50px;
  }

  .pagenavigation {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    padding: 0 20px 20px;
  }

  .pagenavigationlink {
    flex: 1;
    align-self: stretch;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .pagecontentcontainer {
    border-left-style: none;
    border-left-width: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .pagecontentheading {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .pagecontentparagraph {
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
  }

  .pagecontentimageblock {
    border-left-style: none;
    border-right-style: none;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .pagecontentimageblocktext {
    margin-top: -18px;
    margin-bottom: 2px;
  }

  .pagecontentimage {
    border-width: 2px;
  }

  .pagecontentimagedescriptionheader {
    letter-spacing: 2px;
    font-size: 24px;
  }

  .pagecontentimagedescriptionparagraph {
    text-align: left;
    font-size: 16px;
  }

  .pagecontentportfolioblock {
    border-left-width: 0;
    border-right-width: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .pagecontentportfolioheader {
    text-align: center;
    letter-spacing: 2px;
    border-left: 0 solid #09f;
    border-right-width: 16px;
    padding: 5px 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .pagecontentportfolioheader:hover {
    border-left-color: #fff;
  }

  .pagecontentportfoliolist {
    padding-left: 40px;
  }

  .pagecontentportfoliolistitemtext {
    font-size: 14px;
  }

  .pagecontentportfoliolistitem {
    margin-top: 5px;
    padding-left: 0;
  }

  .pagecontentreturntonav {
    border-left: 8px solid #f09;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pageheadersubtext {
    letter-spacing: 2.2px;
    font-size: 13px;
  }

  .pagecontentsocialmediablock {
    border-left-width: 0;
    border-right-width: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 0;
  }

  .pagecontentsocialmedialinkblock {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: -5px;
    padding: 10px 0 15px;
  }

  .pagecontentlegalblock {
    border-left-width: 0;
    border-right-width: 0;
    margin-bottom: 80px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .pagecontentlegalimage {
    margin-left: 20px;
    margin-right: 20px;
  }

  .pagecontentfootertext {
    letter-spacing: 1px;
    font-size: 16px;
  }

  .pagecontentfootertext:hover {
    -webkit-text-stroke-width: 1px;
  }

  .pagecontentprojectblock {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
    margin-left: 0;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .pagecontentprojectheader {
    border-left-style: none;
    border-left-width: 0;
    border-right-width: 16px;
    border-right-color: #fff;
    padding: 5px 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .pagecontentprojectheader:hover {
    border-right-color: #09f;
  }

  .pagecontentblockparagraph {
    font-size: 14px;
  }

  .pagecontentprojectlink, .pagecontentprojectmissing {
    font-size: 16px;
  }

  .pagecontentfilesblock {
    margin-left: 0;
  }

  .pagecontentfilesheader {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 0;
    padding-left: 10px;
    line-height: 30px;
  }

  .pagecontentfilesheadertext {
    font-size: 16px;
    line-height: 12px;
  }

  .pagecontentfilesimage {
    margin-top: 0;
  }

  .pagecontentfilesdata {
    padding-left: 10px;
    padding-right: 10px;
  }
}


