#noscript {
  position: absolute;
  top: 100px;
  color: white;
  margin: 0 5%;
  font-size: 200%;
  min-height: 370px;
  display: table;
  z-index: 4500;
  text-shadow: 0px 4px 3px #000, 0px -4px 3px #000, 4px 0px 3px #000, -4px 0px 3px #000;
}

#noscript .inner {
  display: table-cell;
  vertical-align: middle;
}

#noscript .inner h1 {
  margin: 0;
  margin-bottom: 30px;
}

#noscript .inner p {
  margin: 0;
}

body {
  font-family: "helvetica", "sans-serif";
  padding: 0px;
  margin: 0px;
  background: black;
  background-position: center 0px;
  background-repeat: no-repeat;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: scroll;
  overflow-x: hidden;
}

::selection {
  background: transparent;
}

::-moz-selection {
  background: transparent;
}

#gradient {
  background-image: url("img/gradient.png");
  background-size: 100% 100%;
  opacity: 0.7;
  z-index: 4000;
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#topbar {
  width: 100%;
  z-index: 100;
}

#topbar .line {
  background-color: #406180;
  width: 100%;
  position: absolute;
}

#portfoliocanvas {
  position: absolute;
  top: 0px;
}

#portfoliocanvas, #portfoliocanvas2 {
  z-index: 700;
  opacity: 1;
}

#footerwrap {
  width: 100%;
  position: absolute;
  top: 476px;
  z-index: 5000;
}

#footerback {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.7);
}

#maintable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

#footer {
  font-size: 80%;
  font-weight: 700;
  white-space: nowrap;
}

#footer a {
  text-decoration: none;
  border-bottom: 2px solid #406180;
  transition: all 0.2s;
  padding: 0px 15px;
  padding-top: 7px;
  padding-bottom: 1px;
  outline: 0;
  position: relative;
  bottom: 0px;
}

#footer a:link, #footer a:visited {
  color: #c8c8c8;
}

#footer a:active, #footer a:hover {
  color: white;
}

#footer a:hover {
  padding-bottom: 13px;
  border-color: #b3c7d9;
  text-shadow: 0px 0px 2px white;
  color: white;
}

#footer a.on {
  padding-bottom: 1px;
  border-bottom: 14px solid #406180;
}

#footer a.on:hover {
  border-color: #b3c7d9;
}

.bottombar {
  left: 0px;
  right: 0px;
  height: 2px;
  position: relative;
  bottom: -3px;
  background-color: #406180;
}

.bottombar.left {
  margin-right: -2px;
}

.bottombar.right {
  margin-left: -2px;
}

#tabbackgroundwrap {
  position: absolute;
  top: 495px;
  width: 100%;
  overflow: hidden;
  z-index: 4500;
  cursor: default;
}

#tabwrap {
  background-color: grey;
  background-image: url("img/tweed.png");
  transition: height 0.5s;
  height: 0px;
  box-shadow: inset 0 5px 10px black;
  text-shadow: 0px 2px 3px #000;
  color: #ddd;
  overflow: hidden;
  position: relative;
}

#tabwrap .inner {
  width: 100%;
  top: 0px;
  left: 0px;
  overflow: hidden;
  display: none;
  position: absolute;
  top: 0px;
}

#tabwrap .inner .innerer {
  width: 500px;
  margin: 0px auto;
}

#tabwrap .inner .innerer h1 {
  font-weight: 100;
  font-family: "helvetica", "sans-serif";
  border-bottom: 2px solid #ddd;
  box-shadow: 0 4px 3px -2px #000;
  margin-right: 13px;
  padding-bottom: 5px;
  margin-bottom: 0px;
}

#tabwrap .inner .innerer p {
  text-align: justify;
  margin-left: 10px;
}

#tabwrap .inner .innerer img {
  width: 490px;
  margin-left: 10px;
  box-shadow: 0px 5px 10px black;
}

#tabwrap .inner .innerer a:link, #tabwrap .inner .innerer a:visited {
  font-weight: 700;
  color: #ddd;
}

#tabwrap .inner .innerer a:active, #tabwrap .inner .innerer a:hover {
  color: white;
}

#backgroundmove {
  width: 100%;
  height: 200px;
  background: black;
  background-position: center -495px;
  background-repeat: no-repeat;
}
