@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700");

body {
  margin: 0 auto;
  background-color: #1f1d1d;
  color: #fff;
  font-family: "PT Serif", serif;
  text-align: center;
}

* {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  bottom: 0;
}

.container {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 32px;
  z-index: 0;
}

section {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
}

.section_main {
  margin-top: 24px;
  width: 100%;
  height: 448px;
  border: 1ps solid red;
  background-image: url("http://raptorsrevenge.com/tp/bckgrnd3.gif");
  background-size: cover;
  background-position: center center;
  margin-bottom: 0px;
}

a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  margin: auto;
  padding: auto;
}

a:link,
a:visited,
a:active {
  color: #FFF;
  text-decoration: none;
}

a:hover {
  color: #fe1165;
  text-decoration: none;
}

h1 {
  margin-top: 16px;
  font-size: 150px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}

.intro {
  display: inline-block;
  width: 80%;
  font-size: 12px;
  letter-spacing: 6px;
  margin-top: 24px;
  text-shadow: 0px -5px 10px rgba(255, 255, 255, 0),
    0px 0px 5px rgba(255, 255, 255, 0), 0px 0px 10px rgba(255, 255, 255, 0),
    2px 1px 4px rgba(255, 100, 100, 1), 0px 0px 20px rgba(255, 255, 255, 0);
}

.logo {
  display: inline-block;
  margin-top: 88px;
  width: 90%;
  transform: translate(0px, 0px);
  border: 2px solid #1f1d1d;
  transition: all 2s ease;
}

/* bad

.logo:hover {
  transform: scale(1.1);
  cursor: not-allowed;
}

*/
@keyframes move {
  0% {
    transform: translate(0px, 0px);
  }

  30% {
    transform: translate(24px, 0px);
  }

  60% {
    transform: translate(0px, 0px);
  }

  90% {
    transform: translate(-24px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.bucket {
  margin: auto;
  width: 100%;
  min-height: 80px;
  border: 2px solid #f2af22;
  border-radius: 8px;
  color: #f2af22;
  padding: 24px;
  font-weight: 400;
  text-align: left;
  margin-top: 48px;
}

.bucket-2 {
  width: 100%;
  max-height: 360px;
  border: 0px solid #f2af22;
  border-radius: 0px;
  color: #f2af22;
  font-weight: 400;
  text-align: left;
  margin-top: 16px;
  bottom: 0;
  padding: 0;
  overflow: hidden;
}

.goUp {
  background-image: url("tpA.gif");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.butt {
  margin: auto;
  flex-direction: column;
  width: 100%;
  border: 2px solid #f1471e;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #f1471e;
  letter-spacing: 6px;
  transition: all 300ms ease;
}

.butt a {
  display: block;
  cursor: pointer;
  padding: 24px;
  border-radius: 8px;
  transition: all 300ms ease;
}

.butt:hover a {
  background-color: #1f1d1d;
  color: #f1471e;
}

.butt:active {
  background-color: #f1471e;
}

*/ h2 {
  font-weight: 400;
  color: #f2af22;
}

footer {
  padding: 24px;
  margin: auto;
  width: 100%;
  min-height: 80px;
}

.mTop {
  margin-top: 48px;
}

.still {
  min-height: 200px;
}

.emailBlock {
  position: fixed;
  bottom: 16px;
  right: 16px;
  margin: 0;
  padding: 16px;
  background-color: #f1471e;
  color: #FFF;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
}

.topNavBar {
  position: fixed;
  top: 0px;
  left: 0px;
  margin: 0;
  width: 100%;
  padding: 16px;
  background-color: rgba(0, 0, 0, .8);
  text-align: center;
  font-size: 14px;
  z-index: 99;
}

a.topNavBarLink:active {
  color: #3366FF;
  text-decoration: none;
}

.emailBlock:hover {
  color: #000;
  background-color: #f2af22;
}

.mcField {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background-color: #f1471e;
  color: #FFF;
  border: 1px solid #f1471e;
  font-size: 18px;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
}

.mcField:hover {
  opacity: .8;
}

.mcFieldInput {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background-color: #FFF;
  color: #000;
  border: 1px solid #FFF;
  margin-bottom: 16px;
  padding-left: 12px;
  font-size: 18px;
}

.mcFieldWidth {
  display: inline-block;
  min-width: 420px;
}

.bottom {
  margin-bottom: 24px;
}

/* Tablet Styles/Medium Screens */
@media only screen and (min-width: 401px) and (max-width: 960px) {
  .bucket {
    width: 100%;
  }

  .bucket-2 {
    width: 100%;
    margin-top: 16px;
  }

  .butt {
    width: 100%;
  }

  .logo {
    width: 400px;
  }

  .section_main {
    height: 680px;
    margin-bottom: 40px;
  }
}

/* Desktop Styles/Large Screens */
@media only screen and (min-width: 961px) {
  .bucket {
    width: 33%;
  }

  .bucket-2 {
    width: 33%;
    margin-top: 48px;
  }

  .butt {
    width: 33%;
  }

  .logo {
    width: 500px;
  }

  .section_main {
    height: 680px;
    margin-bottom: 40px;
  }
}

.noWrap {
  flex-display: nowrap;
}