@charset "UTF-8";
/* CSS Document */

html {
  overflow: -moz-scrollbars-none;
}

body {
  background-color: #d7ff05 !important;
  font-family: "Roboto" !important;
  font-weight: 700;
  background-image: url("/img/texture.png");
  background-size: cover;
  background-position: center;
  font-size: 100%;
} /* 16px */
h1 {
  font-family: "Roboto" !important;
  font-size: 2.25 em;
} /* 36px, 36/16=2.25 */
h2 {
  font-family: "Roboto";
  font-size: 1.5 em;
} /* 24px, 24/16=1.5 */

body::-webkit-scrollbar {
  display: none;
}

div#horizontal-warning {
  width: 100%;
  background-color: #d7ff05;
  position: fixed;
  z-index: 9999;
  top: 0;
  display: none;
  background-image: url("/img/texture.png");
  background-size: cover;
  background-position: center;
}

div#horizontal-warning h2 {
  color: #000 !important;
  width: 300px;
  margin: 0 auto;
  margin-top: 25%;
  font-family: "Roboto" !important;
  font-size: 1.5 em;
}

nav {
  background-color: #d7ff05;
  width: 250px;
  /* height set with .addBrowserheight*/
  position: fixed;
  overflow: hidden;
  z-index: 998;
  font-family: "Roboto" !important;
  margin-top: -100px;
  padding-top: 100px;
  text-align: center;
  background-image: url("/img/texture.png");
  background-size: cover;
  background-position: center;
}

nav a {
  text-decoration: none;
  color: #000;
}

nav a:hover {
  text-decoration: none;
  color: #000;
}

nav a:active {
  text-decoration: none;
  color: #000;
}

nav a:visited {
  text-decoration: none;
  color: #000;
}

nav a:link {
  text-decoration: none;
  color: #000;
}

nav div.logo {
  margin-top: 20px;
  width: 250px;
}

nav div.logo img#logo-d {
  margin-left: 17px;
  width: 66px;
}

nav div.logo img#logo-i {
  width: 23px;
  display: none;
}

nav div.logo img#logo-ve {
  width: 180px;
}

nav div.navContent ul.navMenu {
  margin-top: 20px;
  text-align: center;
  font-size: 1.5em;
}

nav div.navContent ul.navMenu li {
  opacity: 1;
}

nav div.navContent ul.navMenu li:hover {
  opacity: 0.7;
}

nav div.navContent ul.navMenu li ul.subMenu {
  height: 0;
  overflow: hidden;
}

nav div.navContent ul.navMenu li#work button {
  border-style: none;
  background-color: rgba(255, 255, 255, 0);
  color: #000;
  border-radius: 0;
  border: none;
  text-decoration: none;
}

button:focus {
  outline: 0;
}

nav div.navContent ul.navMenu li.subMenuTrigger:hover > ul.subMenu {
  height: 360px;
}

nav div.navContent div.navFooter {
  width: 100%;
  min-width: 250px;
  display: inline;
  text-align: center;
  position: absolute;
  bottom: 120px;
  left: 0px;
}

nav div.navContent div.navFooter ul.socialMedia {
}

nav div.navContent div.navFooter ul.socialMedia li {
  display: inline-block;
  width: 40px;
  height: 40px;
}

nav div.navContent div.navFooter ul.socialMedia li img {
  width: 40px;
  height: 40px;
}

div#mobileNav {
  width: 100%;
  height: 0;
  position: fixed;
  overflow: hidden;
  background-color: #d7ff05;
  z-index: 999;
  background-image: url("/img/texture.png");
  background-position: center;
  background-size: 200%;
}

div#mobileNav a.logo img {
  width: 60px;
  margin: 10px;
}

div#mobileNav a.mobileNavOnOff {
  float: right;
}

div#mobileNav a.mobileNavOnOff img {
  width: 30px;
  margin: 17px;
}

div#contentWrapper {
  background-color: #d7ff05;
  margin-left: 250px;
  background-image: url("/img/texture.png");
  background-size: cover;
  background-position: center;
}

div#contentWrapper div.work {
  text-align: center;
}

div#contentWrapper div.work div.grid-item {
  width: 20%;
  padding-top: 10%;
  padding-bottom: 10%;
}

div#contentWrapper div.work div.grid-item div.box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

div#contentWrapper div.work div.grid-item div.box img {
  display: inline-block;
  width: 100%;
}

div.projectContentBoxWrapper {
  position: fixed;
  overflow-x: scroll;
  overflow-y: hidden;
  top: 0;
  width: 0;
}

div.projectContentBoxWrapper.open {
  width: 100%;
}

div.projectContentBoxWrapper::-webkit-scrollbar {
  display: none;
}

div.projectContentBoxWrapper div.projectContentBox {
  width: 0;
  overflow: hidden;
  color: #fff;
}

div.projectContentBoxWrapper div.open {
}

div.projectContentBoxWrapper div.projectContentBox img.projectImage {
  top: 0;
  z-index: 1;
}

div.projectContentBoxWrapper div.projectContentBox div.textContainer {
  background-color: rgba(0, 0, 0, 0.7);
  background-repeat: repeat;
  position: absolute;
  top: 0;
}

div.projectContentBox div.textContainer div#headlineWrapper div#headlineSn {
  max-width: 800px;
  margin-top: 20px;
  z-index: 100;
  font-size: 2.75em;
  font-family: "Roboto" !important;
  line-height: 0.8;
  padding: 5px 30px;
}

div.projectContentBox div.textContainer div#headlineWrapper div.note-editor {
  max-width: 800px;
  margin-top: 90px;
  z-index: 100;
  font-size: 2.75em;
  font-family: "Roboto" !important;
  line-height: 0.8;
  padding: 10px;
}

div.projectContentBox div.textContainer div#textBoxWrapper div.textBox {
  line-height: 1.5;
  z-index: 100;
  padding: 15px 30px;
  max-width: 600px;
  font-size: 1.1em;
  font-weight: 400;
}

div.projectContentBox div.textContainer div#textBoxWrapper div.note-editor {
  line-height: 1.5;
  z-index: 100;
  padding: 30px;
  max-width: 600px;
  font-size: 1.1em;
}

div.projectContentBoxWrapper div.projectContentBox div.textContainer div {
}

/* ADMIN CONTROLS */

div#adminControls {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  background-color: #d7ff05;
  padding: 10px;
  width: 200px;
  background-image: url("/img/texture.png");
  background-size: cover;
  background-position: center;
}

div#adminControls button {
  color: #000;
  width: 150px;
  margin: 10px 25px 10px 25px;
}

div#adminControls select {
  color: #000;
  width: 150px;
  margin: 10px 25px 10px 25px;
}

/* EASING AND STUFF */

.ease03 {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.ease06 {
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}

.ease09 {
  -webkit-transition: 0.9s ease;
  -moz-transition: 0.9s ease;
  -o-transition: 0.9s ease;
  transition: 0.9s ease;
}

.ease13 {
  -webkit-transition: 1.3s ease;
  -moz-transition: 1.3s ease;
  -o-transition: 1.3s ease;
  transition: 1.3s ease;
}

.vanished {
  display: none !important;
}

.rotate180 {
  -webkit-transform: rotate(180deg);
}
