@font-face {
  font-family: suisse;
  src: url("suisse.woff");
}
@font-face {
  font-family: signpainter;
  src: url("signpainter.woff");
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  align-items: center;
  font-family: suisse;
}
a {
  text-decoration: none;
  color: inherit;
}
header {
  height: 0;
}
.about header {
  height: 30vh;
}
.news header {
  height: 10vh;
}
main {
  width: 95%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
	transform-style: preserve-3d;
}
main h1 {
  font-size: 90px;
  font-weight: normal;
  display: inline-block;
  padding: 10px;
}
main h1, aside a {
  font-family: signpainter;
  -webkit-animation: glow 20s infinite linear;
          animation: glow 20s infinite linear;
  text-shadow:  -3px -3px 0px #fff,
                -3px  3px 0px #fff,
                 3px -3px 0px #fff,
                 3px  3px 0px #fff,
                 3px  4px 1px #000;
}
main h2 {
  color: pink;
  font-family: signpainter;
  font-size: 66px;
  font-weight: normal;
}
main h3 {
	display: inline-block;
	line-height: 1.5em;
  font-weight: normal;
  font-style: italic;
	margin: 10px;
}
main iframe { /* youtube embeds */
	display: inline-block;
	padding: 10px;
}
main article.short p, main article.short div {
  display: none;
}
main img {
  margin: 15px;
  width: auto;
}
main article {
  font-size: 20px;
}
main > p {
	width: 90%;
  line-height: 1.5em;
}
main article p {
	display: block;
	line-height: 1.5em;
}
.news #video {
  max-height: 80vh;
  max-width: 100vw;
  width: 700px;
  z-index: 0;
  text-align: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transform: translateZ(-1000px);
  -webkit-transform: translateZ(-1000px);
}
.news #video video {
  max-width: 100%;
  max-height: 100%;
}
video.muted { display: none }
article.short video.muted { display: inline }
.news main div {
  text-align: center;
  max-height: 30%;
  margin: 5%;
  -webkit-animation: glow 15s infinite linear;
          animation: glow 15s infinite linear;
}
.news main img {
 /* max-width: 500px;*/
  max-height: 100%;
}
.news main h2 {
  text-align: center;
  margin: 0;
  font-size: 40px;
}
hr {
  width: 100%;
	height: 6px;
	border: none;
	background: #fee;
	display: block;
	margin-bottom: 20px;
}
small {
  font-size: 6px
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
footer img {
  height: 150px;
  border: 15px solid #eee;
  margin: 15px;
}
aside a {
  font-size: 60px;
  text-transform: uppercase;
  display: block;
  position: fixed;
}
aside a:first-child {
  bottom: 20px;
  left: 20px;
}
aside a:nth-child(2) {
  top: 20px;
  left: 20px;
}
aside a:last-child {
  top: 20px;
  left: initial;
  right: 20px;
}
#logo {
  display: block;
  position: fixed;
  left: 20%;
  top: 10%;
  max-height: 80%;
  width: 60%;
  -webkit-animation: glow 15s infinite linear;
          animation: glow 15s infinite linear;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: all 1s ease-out;
  z-index: 1;
}
.news #logo, .archive #logo {
  display: none;
}
@-webkit-keyframes glow {
  000% { -webkit-filter: drop-shadow(5px 5px 13px #f99); filter: drop-shadow(5px 5px 13px #f99) }
  033% { -webkit-filter: drop-shadow(5px 5px 13px #9f9); filter: drop-shadow(5px 5px 13px #9f9) }
  066% { -webkit-filter: drop-shadow(5px 5px 13px #99f); filter: drop-shadow(5px 5px 13px #99f) }
  100% { -webkit-filter: drop-shadow(5px 5px 13px #f99); filter: drop-shadow(5px 5px 13px #f99) }
}
@keyframes glow {
  000% { -webkit-filter: drop-shadow(5px 5px 13px #f99); filter: drop-shadow(5px 5px 13px #f99) }
  033% { -webkit-filter: drop-shadow(5px 5px 13px #9f9); filter: drop-shadow(5px 5px 13px #9f9) }
  066% { -webkit-filter: drop-shadow(5px 5px 13px #99f); filter: drop-shadow(5px 5px 13px #99f) }
  100% { -webkit-filter: drop-shadow(5px 5px 13px #f99); filter: drop-shadow(5px 5px 13px #f99) }
}

.ytp-title-text {
	display: none !important;
}
