h1, h2 {
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.strike{
  text-decoration: line-through;
  opacity: .25;
}

/* Animations */

@keyframes rainbow {
  0% {border-color: #000;}
  33% {border-color: #FBF02C;}
  66% {border-color: #F2438C;}
  100% {border-color: #00BEF2;}
}

@keyframes rainbow_alt {
  0% {color: #000;}
  33% {color: #FBF02C;}
  66% {color: #F2438C;}
  100% {color: #00BEF2;}
}

/* Normalise Ended */

html {
  border-left: 15px solid black;
  /*border-top: 15px solid #e7e3e3;*/
  /*border-right: 15px solid #e7e3e3;*/
  min-height: 100vh;
}

body {
  font-family: fira-sans;
  color: #1A1A1A;
  padding: 30px;
  width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
  background: white;
}

@media (max-width:800px)  {
  body {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0;
  }

}


h1 {
  margin-bottom: 50px;
  font-size: 2.22em;
  display: inline-block;
}

@media (max-width:800px)  {
  h1 {
    margin-bottom: 0;
  }
}

header {
  position: relative;
  font-family: fira-mono;
  /*background: url(imgs/Triangle.svg) no-repeat 41% 5px;*/
}

header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav.nounMenu {
  position: absolute;
  margin-left: 20px;
  font-size: 2.22em;
  display: inline-block;
  height: 60px;
  overflow: hidden;
  z-index: 1000;
}

nav.nounMenu li.active a:after {
  position: relative;
  top: 0;
  left: 0;
  content: '.';
  display: inline-block;
  border-bottom: none;
}

nav.nounMenu li.active a span {
  border-bottom: 4px solid #000;
  animation: rainbow 20s infinite alternate;
}

nav.nounMenu:hover, nav.nounMenu:active {
  overflow: visible;
}

nav.nounMenu:hover li.active a:after,nav.nounMenu:active li.active a:after {
  display: none;
}

nav.nounMenu:hover ul, nav.nounMenu:active ul {
  background: white;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}

nav.nounMenu:hover li.active a span, nav.nounMenu:active li.active a span {
  border-bottom: 1px solid white;
  animation: none;
}

nav.nounMenu:hover a, nav.nounMenu:active a {
  color: black;
  text-decoration: none;
}

nav.nounMenu a {
  color: black;
  text-decoration: none;
}

nav.nounMenu ul {
  display: flex;
  flex-direction: column;
}

nav.nounMenu ul li {
  order: 2;
  padding-right: 15px;
  margin-right: -1px; /* Fixing round bug with background animation */
}

nav.nounMenu ul li.active {
  order: 1;
}

nav.nounMenu li {
  height: 55px;
}

nav.nounMenu li:hover a {
  color: white;
}

nav.nounMenu li, nav.nounMenu li.active a span {
  background-image: linear-gradient(to right, rgba(255,255,255,0) 50%, black 50%);
  background-position: 0% -0;
  background-size: 200% auto; /* had to make this 201 to fix rounding bug */
  color: black;
  text-decoration: none;
  transition: background-position 0.2s ease-out;
}

nav.nounMenu li.active a span {
  background-image: linear-gradient(to right, rgba(255,255,255,0) 50%, #FFF 50%);
}

nav.nounMenu:hover li.active a span {
  background-image: linear-gradient(to right, rgba(255,255,255,0) 50%, #FCD8DA 50%);
}

nav.nounMenu li:hover, nav.nounMenu:hover li.active a span {
  background-position: -99.99% 0;
  background-color: none;
}

nav.nounMenu li.active {
  background-image: none;
}

@media (max-width:600px)  {
  nav.nounMenu {
    position: relative;
    margin-left: 0;
    margin-bottom: 50px;
  }
}

.logoMenu {
  position: relative;
  display: inline-block;
  /*background:  no-repeat center;*/
  /*background-image: url('imgs/logo.png');*/
  background-size: 100% 100%;
  position: absolute;
  top: -50px;
  right: 0;
  height: 95px;
  width: 128px;
  cursor: pointer;
  font-size: 16px;

  /*transition: background-image 1s ease;*/
}

.logoMenu:hover {
  /*background-image: url('imgs/tentacle3.gif');*/
  /*transition: background-image .5s ease;*/
}

.logoMenu #logo {
  position: absolute;
  width: 128px;
  height: 95px;
  z-index: -100;
}

.logoMenu:hover #logo {
  cursor: pointer;
}

.logoMenu ul {
  background: none;
  transition: .1s ease-out;
  z-index: 2;
}

.logoMenu:hover ul {
  background: white;
  transition: .8s ease;
  transition-delay: 1.2s;
}

.logoMenu li:nth-child(2) a {
  width: 40px;
}

.logoMenu:hover li a {
  opacity: 1;
  width: 100px;
  transition: 1s ease;
  transition-delay: 1.1s;
}

.logoMenu a {
  display: block;
  text-decoration: none;
  color: black;
  opacity: 0;
  overflow: hidden;
}

.logoMenu a:link {
  background: none;
  text-shadow: none;
}

.logoMenu a:hover {
  text-decoration: underline;
}

@media (max-width:800px)  {
  .logoMenu {display: none;}
}

main {
  display: block; /*fixes old ie bug that defaults to inline*/
}

main img {
  width: 100%;
}

main ul {
  list-style-type: square;
  padding: 0;
}

main ul, main ol {
  font-size: 19px;
  /*font-family: fanwood;*/
  font-family: "minion-pro", sans-serif;
}

@media (max-width:800px)  {
  main ul, main ol {
    font-size: 100%;
    margin-left: 10%;
    padding-left: 0;
  }
}

main .social-links {
  padding-top: 1em;
}

main .contact-info {
  padding-bottom: 1em;
  display: block;
}

footer {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

.box {
  display: block;
  margin: 0 auto 6px auto;
  width: 19px;
  height: 26px;
  background: black;
  position: relative;
  z-index: 5;
}

/*.footer-img {
  height: 1200px;
  background: white url('imgs/window_illustration.gif') center -142px no-repeat;
  background-size: 104%;
}*/

/*footer img.alt {
  margin-top: -137px;
}*/

footer img {
  position: relative;
  z-index: 4;
}

footer.long img {
  margin-top: -137px;
}

/*footer.short img {
  margin-top: -175px;
}*/

.copyright {
  text-align: right;
  position: absolute;
  z-index: 5;
  color: white;
  opacity: .25;
}

footer.long .copyright {
  bottom: 70px;
  right: 35px;
}

footer.short .copyright {
  bottom: 25px;
  right: 25px;
}

/*footer img.main {
  margin-left: -20px;
  margin-top: -142px;
  margin-top: -385px;
  position: relative;
  z-index: 4;
}*/

/*footer img.bottom {
  position: relative;
  margin-top: -175px;
  z-index: 5;
}*/

.announcement-overlay {
  /*display: none;*/

  font-family: fira-mono;
  position: fixed;
  z-index: 20;
  /*bottom: -325px;*/
  bottom: -425px;
  background: black;
  color: #3c3c3c;
  transform: rotate(-4deg);
  min-height: 300px;
  max-height: 464px;
  overflow: scroll;
  padding: 80px 160px;
  transition: .4s ease-in-out;
  border-top: 4px solid white;
  line-height: 190%;
}

.announcement-overlay:hover,
.announcement-overlay:focus,
.announcement-overlay:focus-within,
.announcement-overlay.focus {
  transform: rotate(0deg);
  color: #c3c3c3;
  bottom: 0;
  cursor: pointer;
  transition: .4s ease-in-out;
}

.announcement-overlay  a {
  color: white;
}

@media (max-width:800px)  {
  .announcement-overlay {display: none;}
}


.date {
  position: absolute;
  top: 20px;
  right: 160px;
  /*display: none;*/
  /*text-align: center;*/
  /*width: 100%;*/
  /*font-size: 1.5em;*/
}

.coming-soon {
  display: none;
  position: absolute;
  top: 0;
  left: 50px;
  background: black;
  color: white;
  padding: 0 10px;
  font-family: fira-mono;
  font-size: 2em;
}
