
.epicbutton, .epicbutton:hover {
  background: rgb(255,211,41);
  background: linear-gradient(0deg, rgba(255,211,41,1) 0%, rgba(255,234,81,1) 100%);
  padding: 16px 50px;
  font-family: helvetica, arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  color: black;
  text-decoration: none;
  border-bottom: 1px solid #ffe577;
  box-shadow: 0px 10px 0px #bc7d10, 0px 20px 3px #000;
  text-shadow: 1px 1px 1px #ffe493;
  display: block;
  box-sizing: border-box;
  margin: 20px 40px 40px 40px;
}

.epicbutton:hover {
  box-shadow: 0px 2px 0px #bc7d10, 0px 10px 3px #000;
  transform: translate(0px, 8px);
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
}

span.epicfree {
  background: -webkit-linear-gradient(#ffd227, #ffed56);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 5px rgba(255, 211, 41, 0.3), 0 0 30px rgba(255, 211, 41, 0.6);
  }
  to {
    text-shadow: 0 0 5px rgba(255, 211, 41, 0.6), 0 0 60px rgba(255, 211, 41, 0.4);
  }
}

.videorow {
  display: flex;
  box-sizing: border-box;
  margin:20px 20px 80px 20px;
}

.videocolumn {
  flex: 50%;
  box-sizing: border-box;
  margin:5px;
}

#topsection {
  background:url(../images/clocks-l.png) center center #000;
  background-size:cover;
  z-index: 2;
  position: relative;
  margin: 0;
  padding: 0 0 0 0;
}

#delaycontent {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

#topsection h1 {
  max-width: 800px;
  margin: 60px auto 30px auto;
  color: #fff;
  font-size: 6.4em;
  text-align:center;
  line-height: 0.9em;
  z-index: 4;
  display:block;
  padding:20px;
}

#announce {
  background-color: #F7DE02;
  z-index: 2;
  position: relative;
  margin: 0;
  padding: 20px 0 0 0;
}

#announcecontent {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

#announce h1 {
  max-width: 800px;
  margin: 0 auto;
  color: #000;
  font-size: 5em;
  text-align:center;
  line-height: 0.9em;
  z-index: 4;
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
}

.hbubble {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom:12px;
}

#announce h2 {
  background: #d6411e;
  color: #efefef;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

#topsection h2 {
  background: #efefef;
  color: #000;
}


#announce h2, #topsection h2 {
  font-size: 24px;
  letter-spacing: 1px;
  margin: 0 0 24px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 8px 12px;
  border-radius: 2px;
}

#announce h2:after, #topsection h2:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 0, 0, 0);
	border-width: 8px;
	margin-left: -8px;
}

#announce h2:after {
  border-top-color: #d6411e;
}

#topsection h2:after {
  border-top-color: #efefef;
}

#announce .youtube, #topsection .youtube {
	position: relative;
	padding-bottom: 53.55%; /* 16:9 */
	padding-top: 25px;
	height: 0;
  box-shadow: 2px 2px 0px #000;
}

#announce .ytvideo, #topsection .ytvideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#announce .atext {
  color: #222;
}

#topsection .atext {
  color: #efefef;
}

.atext {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 60px auto;
  font-size: 23px;
  line-height: 34px;
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  text-align: justify;
  padding: 15px;
  box-sizing: border-box;
}

.atext p {
  margin: 0 0 18px 0;
  padding: 0;
}

#emaildisc {
  font-size: 16px;
  line-height: 22px;
}

#below {
  font-family: league-gothic,"League Gothic","HelveticaNeue-CondensedBold","Franklin Gothic Demi Cond",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #ccc;
  font-size: 1.5em;
  z-index: 2;
  padding: 40px 0;
  background: #000;
  text-align:center;
  letter-spacing: 1px;
}

.toplinks {
  font-size: 1.1em;
  width: 100%;
  max-width: 900px;
  font-family: helvetica,arial,sans-serif;
  font-weight: bold;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  box-sizing: border-box;
}

#topsection .toplinks {
  padding-top: 20px;
}

#topsection .toplinks, #topsection .toplinks a {
  color: #efefef;
}

#announce .toplinks, #announce .toplinks a {
  color: #000;
}

.toplinks a {
  text-decoration: none;
}

#announce .atext a {
  color: #a04a15;
  border-bottom: 2px solid #a04a15;
  text-decoration: none;
}

#announce .presslink {
  background: url(../images/icon-press.svg) left center no-repeat;
  background-size: 24px 24px;
  padding: 5px 0 5px 28px;
}

#announce .whenlink {
  background: url(../images/icon-calendar.svg) left center no-repeat;
  background-size: 24px 24px;
  padding: 5px 0 5px 28px;
}

#topsection .presslink {
  background: url(../images/icon-press-white.svg) left center no-repeat;
  background-size: 24px 24px;
  padding: 5px 0 5px 28px;
}

#topsection .whenlink {
  background: url(../images/icon-calendar-white.svg) left center no-repeat;
  background-size: 24px 24px;
  padding: 5px 0 5px 28px;
}

/* qna */

.question {
  margin-bottom: 46px;
}
.question h3 {
  text-transform: none;
  color: #000;
  font-size: 20px;
  text-align: left;
  font-family: helvetica,arial;
  font-weight: bold;
  background: url(../images/icon-question.svg) left 3px no-repeat;
  background-size: 24px 24px;
  padding: 5px 0 5px 30px;
  margin: 0 0 8px 0;
  max-width: 600px;
  line-height: 1.2em;
}

.answer {
  margin-bottom: 48px;
}

/* signup */

#emailform form input.emailinput {
  width: 100%;
  height: 4rem;
  text-align: center;
  border: 0px;
  font-size: 1.5rem;
  box-sizing: content-box;
  padding:0;
  margin-bottom:14px;
}

input#submitbutton, input#submitbuttoncrows {
  width: 100%;
  height: 4rem;
  text-align: center;
  font-size: 1.8em;
  font-family: league-gothic, "League Gothic", "HelveticaNeue-CondensedBold", "Franklin Gothic Demi Cond", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0.5rem;
  text-transform: uppercase;
  border-radius: 5px;
  border-left:0;
  border-right:0;
  cursor: pointer;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.4);
  margin-bottom:18px;
}

#emailform input#submitbutton {
  border-top: 2px solid #fb5f30;
  border-bottom: 2px solid #813012;
  background: #d6411e;
  color: #efefef;
  -webkit-appearance: none;
}

#emailform input#submitbuttoncrows {
  border-top: 2px solid #444;
  border-bottom: 2px solid #000;
  background: #222;
  color: #eee;
  -webkit-appearance: none;
}

#emailform button:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.4);
}

input#submitbutton:hover, input#submitbuttoncrows:hover  {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.4);
}

#crowsoptwrapper {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 22px;
}

#crowsoptwrapper label {
  cursor: pointer;
  padding: 4px;
}

/* oh no... capchka... */

#recaptcha-wrapper {
    width: 304px;
    margin: 0 auto;
}

/* 3d */

canvas {
  z-index: 3;
}

#cont {
  max-width: 700px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
}

/* screen sizes */

@media (max-width: 800px) {
  .videorow {
    display: inherit;
  }

  .videocolumn {
    flex: inherit;
    margin-bottom: 40px;
  }

  #topsection h1 {
    font-size:5em;
  }
}

@media (max-width: 480px) {
  input#submitbutton, input#submitbuttoncrows {
    font-size: 1.4em;
    color:blue;
  }
}
