@import "webfonts/stylesheet.css";

html, body {
  height:100%;
}

body {
  background:#000;
  font-weight:100;
  line-height:1.4;
  font-size:15px;
  position:relative;
  font-family:'Open Sans', sans-serif;
  z-index:1000;
}

a { color: #fff; }

header,
section,
footer {
  position:relative;
  z-index:1000000;
}


h2 {
  font-family: 'Rather Loud', serif;
  font-weight:normal;
}

h3 {
  font-family: 'Aracne', serif;
  font-size:30px;
  font-weight:normal;
}

header {
}

h2 {
  color:#fff;
  font-size:60px;
  text-align:center;
  text-transform:uppercase;
}

#programs h2 {
  color:#000;
  background:#fff;
}

h2 a {
  color:inherit;
  text-decoration:none;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

header {
  display:block;
  position:relative;
  width:100%;
  height:100%;
  min-width:100%;
  min-height:100%;
  overflow:hidden;
}

header h1 {
  position:relative;
  top:0;
  left:0;
  width:100%;
  line-height:100%;
  text-align:center;
  padding-top:150px;
  padding-bottom:150px;
  }

header img {
  width:60%;
  max-width:200px;
}

.content {
  margin:auto;
  max-width:900px;
}


.arrow {
    color:#fff;
    position: fixed;
    margin: auto;
    bottom: 0;
    left: 50%;
    margin-left:-1em;
    width: 70px;
    height: 100px;
    text-align:center;
    font-size:30px;
    -webkit-animation: bounce 2s infinite ease-in-out;
    z-index:9000000;
    background:url(img/arrow.png) center center no-repeat;
    background-size:contain;
}



@-webkit-keyframes bounce {
	0%, 20%, 60%, 100%  { -webkit-transform: translateY(0); }
    40%  { -webkit-transform: translateY(-20px); }
	80% { -webkit-transform: translateY(-10px); }
}

#done,
#specs,
#desc {
  background:rgba(0,0,0,0.6);
  border:1px solid #000;
  margin:0;
  padding:1.5em 2em;
  color:#fff;
}

#desc p {
  font-family:'Open Sans', sans-serif;
  font-weight:100;
  margin:1.5em 0;
  font-size:15px;
}

#done p {
  font-family:'Open Sans', sans-serif;
  font-weight:300;
  margin:1.5em 0;
  font-size:15px;
}

#desc p strong {
  font-weight:bold;
}

.infostuff {
  position:relative;
  margin:10px 0 10px;
  overflow:hidden;
}

.infostuff .fb-page {
  width:280px;
  display:block;
  margin:0 auto 20px;
}

#specs {
  background:rgba(255,255,255,0.8);
  border:1px solid #fff;
  color:#000;
  border:0;
  margin-bottom:10px;
}

#done {
  background:rgba(50,50,50,0.8);
  color:#fff;
  border:0;
  margin-bottom:10px;
}

#done h2,
#specs h2 {
  color:inherit;
  font-size:50px;
  text-align:center;
  margin-bottom:0.5em;
}

#specs strong,
#done strong {
  font-weight:bold;
}

#done ul {
  margin-top:1.5em;
}

#done blockquote {
  padding: 1em 2em;
  margin-top:1.5em;
  margin-left:2em;
  margin-right:2em;
  background: rgba(255,255,255,0.1);
}

#done em {
  font-style:italic;
}

#specs p {
  text-align:center;
}

#done ul {
  list-style-type:square;
  list-style-position:outside;
  padding-left:2em;
}

#done a {
  color: #fff;
}

footer {
  background:#fff;
  color:#000;
  text-align:center;
  font-size:160%;
  font-family: 'Amatic SC', serif;
}

footer .content {
  padding:2em 0;
}

footer h2 {
  color:inherit;
  font-weight:bold;
  text-transform:uppercase;
  font-size:50px;
  line-height:1.4em;
}

footer p {
  font-size:120%;
  line-height:1.4em;
}

footer img {
  margin:auto;
  text-align:center;
  max-width:100px;
  margin:0 auto 30px;
}

.flat-some {
  display:block;
  margin:0 auto;
  width:280px;
  text-align:center;
}

.flat-some li {
  width:50px;
  height:50px;
  margin:0 10px;
  display:inline-block;
  background-size:contain;
}

.flat-some a:link,
.flat-some a:visited,
.flat-some a:active
{
  display:block;
  position:relative;
  height:100%;
  width:100%;
}

.flat-some a:hover {
  background:rgba(255,255,255,0.3);
}

.flat-some a span {
  display:none;
}

.flat-fb {
  background:url(img/flat-fb.png) no-repeat;
}

.flat-twitter {
  background:url(img/flat-twitter.png) no-repeat;
}

.flat-insta {
  background:url(img/flat-insta.png) no-repeat;
}

.more {
  display:block;
  width:100%;
  font-size:30px;
  margin-top:2%;
  height: 2em;
  border: 1px solid #fff;
}

.more a {
  display:block;
  text-align:center;
  color:#fff;
  background:transparent;
/*  border:1px solid #fff; */
  line-height:2em;
  text-decoration:none;
  font-family: 'Aracne', serif;
}

.more a:hover {
  background:#fff;
  color:#000;
}

table,
table th,
table td {
  display:block;
}

table img {
  display:block;
  width:90%;
  text-align:center;
  margin:2em auto;
}

table h3 {
  display:block;
  margin:1em 0 0.5em;
  font-size:40px;
  border-bottom:1px solid #fff;
}

.program {
  width:90%;
  margin:0 auto 5%;
}

@media (min-width: 500px)
{
  .v2 .program {
    width:48%;
    margin:0 1%;
    float:left;
  }
}


@media (min-width: 720px)
{

  table {
    display:table;
  }

  table th,
  table td {
    vertical-align:top;
    display:table-cell;
  }

  table th {
    width:30%;
  }

  table th img {
    width:80%;
    text-align:center;
  }

  .program {
    width:31%;
    margin:0 1%;
    float:left;
  }

  .v2 .program {
    width:23%;
    margin:0 1%;
    float:left;
  }

  #programs {
    margin:0 0 1%;
    clear:both;
    width:100%;
    height:auto;
    overflow:hidden;
  }

  header img {
    width:80%;
    max-width:300px;
  }

  #skull {
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    right:0;
    background:#000 url(img/skull-half.png) 100% center no-repeat;
    background-size:contain;
    z-index:1000;
  }

}

@media (min-width: 992px)
{
  body {
  }

  header {
    background:transparent;
  }


  .infostuff {
    padding-right:290px;
  }

  .infostuff .fb-page {
    position:absolute;
    right:0;
    top:0;
    margin:0;
  }

  .flat-some {
    margin:0;
    position:absolute;
    bottom:0;
    right:0;
  }

  header h1 {
    padding:200px 0;
  }

  #desc p {
    font-size:20px;
  }

}

@media (min-width: 1200px)
{
  header h1 {
    padding:300px 0;
  }
}

header img {
  max-width:400px;
  width:80%;
}


@media (min-height: 160px) { header h1 { padding:45px 0; } }
@media (min-height: 320px) { header h1 { padding:90px 0; } }
@media (min-height: 480px) { header h1 { padding:140px 0; } }
@media (min-height: 640px) { header h1 { padding:190px 0; } }
@media (min-height: 720px) { header h1 { padding:210px 0; } }
@media (min-height: 1024px) { header h1 { padding:300px 0; } }

/* E font-mods */

footer h2 {
  font-family: 'Rather Loud', sans-serif;
  color:inherit;
  font-weight:normal;
  text-transform:uppercase;
  font-size:50px;
  line-height:1.4em;
}

footer p {
  font-family: 'Rather Loud', sans-serif;
  font-weight:normal;
}

/* E font-n-g

#specs p {
  font-family: 'Aracne', sans-serif;
  font-size:40px;
}

#desc p {
  font-family: 'Rather Loud', sans-serif;
  font-size: 30px;
}

@media (min-width: 992px)
{
  #desc p {
    font-size: 30px;
  }
}

*/
