body {
  margin: 0;
  background: #fff;
  //overflow: hidden;
}
body.resurgence {
  background: #000;
}
@font-face {
  font-family: "Aquawax";
  src: url('aquawaxblacktrial-webfont.eot'),
       url('Aquawax-Black.ttf') format('truetype'),
       url('Aquawax-Black.woff') format('woff'),
       url('Aquawax-Black.svg#Aquawax-Black') format('svg'),
       url('aquawaxblacktrial-webfont.woff2') format('woff2'),
       url('aquawaxblacktrial-webfont.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AquawaxLight";
  src: url('AquawaxLightTrial.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.header {
  width: 100%;
  background: #000;
  height: 65px;
}
.homeButtons {
  //width: 20%;
  //height: 100%;
  margin-left: 15%;
  display: inline-block;
}
.homeLogoText {
  list-style: none;
}
.homeLogoText > li {
  float: left;
  //width: 9%;
  margin-right: .5em;
}
.homeLogoText > li > a {
  font-family: "Aquawax", "Arial";
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.logo {
  //width: 100%;
  margin-right: .25em;
  max-height: 30px;
}

.menuButtons {
  width: 20%;
  height: 100%;
  margin-right: 15%;
  display: inline-block;
  float: right;
}
.menuText {
  list-style: none;
}
.menuText > li {
  //float: right;
  width: 100%;
}
.menuText > li > a {
  font-family: "Aquawax", "Arial";
  font-size: 22px;
  text-transform: lowercase;
  color: #fff;
  text-decoration: none;
  float: right;
}

.sloganText {
  margin-top: 3em;
  margin-bottom: 2.5em;
  text-align: center;
}
.sloganText > h1 {
  margin: 0.25em;
  font-size: 4em;
  letter-spacing: 2;
}
.sloganText > p {
  margin: 0em 0em 1em 0em;
  letter-spacing: 4;
}
.promotionVideo {
  text-align: center;
}
.promotionVideo.resurgence {
  width: 100%;
}
.content {
  display:flex;
  margin-top: 1.5em;
}
.kickstarterText,
.paypalText {
  text-align: center;
  width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.paypalText.resurgence {
  width: 100%;
  padding: 0;
}
@media (max-width: 550px) {
  .content {
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .kickstarterText,
  .paypalText {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 2em;
    padding-left: 0;
    padding-right: 0;
  }
}
#kickstarterSupport,
#paypalAccepting,
#sloganHeader,
#sloganDesc {
  text-transform: uppercase;
  font-family: "Aquawax", "Arial";
  //color: white;
  background: url('rekindleimage2.png');
  background-size: 3000px 3000px;
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: moveBackground 50s ease-in infinite;
}
.kickstarterText a,
.paypalText a {
  text-decoration: none;
  color: #000;
}
.paypalDisclaimer {
  font-family: "AquawaxLight", "Arial";
}
.kickstarterlogo {
  width: 16rem;
}
.footer {
  width: 100%;
  background: #000;
  text-align: center;
  color: white;
  padding-bottom: 15px;
  margin-top: 1em;
}
.resurgence .footer,
.resurgence .kickstarterText a,
.resurgence .paypalText a,
.resurgence #kickstarterSupport,
.resurgence #paypalAccepting,
.resurgence #sloganHeader,
.resurgence #sloganDesc {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.footer a {
  color: white;
  text-decoration: none;
}
#socialmedia-list {
  text-align: center;
}
#socialmedia-list > li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
  color: #fff;
  font-family: 'Aquawax', 'Arial';
  font-size: 1em;
}
.social-logos {
  width: 50px;
  margin-top: 17.5px;
}

@-webkit-keyframes moveBackground {
    0%   {background-position: left;}
    50%  {background-position: right;}
    100% {background-position: left;}
}

/*press kit page*/

.column {
  width: 50%;
  float: left;
}

.subHeading {
  font-size: 2.5em;
  font-family: 'Aquawax', 'Arial';
}
.column > ul > li {
  font-size: 1.5em;
  font-family: 'Aquawax', 'Arial';
  padding-bottom: .75em;
}

.creditText {
  font-style: italic;
  font-size: 1em;
}

li > a {
  text-decoration:  none;
  color: #000;
  transition: all 0.25s;
}
li > a:hover {
  color: #FF6700;
  transition: all 0.25s;
}

li > a > span {
  font-family: 'Arial';
  font-weight: bold;
}

.pressImages {
  width: 12em;
  height: 7em;
  overflow: hidden;
  margin: 1em auto;
}
.pressImages > img {
  width: 100%;
  //height: auto;
}

.pressLogos {
  width: 12em;
  height: 12em;
  overflow: hidden;
  margin: 1em auto;
}
.pressLogos > img {
  width: 100%;
  //height: auto;
}

@media (max-width: 1100px) {
  .homeButtons {
    margin-left: 0;
  }
  .menuButtons {
    margin-right: 2%;
  }

  .column {
    width: 100%;
  }
  .pressImages {
    width: 30em;
    height: 18em;
  }
}
@media (max-width: 750px) {
  .pressImages {
    width: 20em;
    height: 12em;
  }
}
@media (max-width: 500px) {
  .pressImages {
    width: 12em;
    height: 7em;
  }
  #sloganHeader {
    font-size: 3em;
  }
}
@media (max-width: 560px){
  .videoWrapper {
    width: 100%;
  }
}
