html, body {
  background: #222;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%; }

.container {
  height: 100vh;
  width: 100vw; }

h1 {
  font-size: 48px;
  text-transform: uppercase;
	font-family: gin, serif;
  font-weight: 400;
  font-style: bold;
  padding: 0;
  margin: 20px; }

p {
  width: 80%;
  margin: auto;
  line-height: 1.5em;
	font-family: din-condensed, sans-serif;
	font-weight: 400;
font-style: normal;}

#spam {
  margin: -1000px 0;
  border: 2px solid #777; }

#get-started {
  display: inherit;
  border: 1px solid #eee;
  -webkit-box-shadow: -3px 4px 0px #eee;
  box-shadow: -3px 4px 0px #eee;
  font-size: 16px; }

.next-button, .back-button {
  text-transform: uppercase; }
  .next-button a.transparent:hover > p, .back-button a.transparent:hover > p {
    color: #ece8e1; }
    .next-button a.transparent:hover > p span.text, .back-button a.transparent:hover > p span.text {
      -webkit-box-shadow: 0 0 0 1px #ece8e1;
      box-shadow: 0 0 0 1px #ece8e1; }
  .next-button a.transparent > p, .back-button a.transparent > p {
    background: #0f1923;
    border-radius: 10px;
    color: #ece8e1; }
    .next-button a.transparent > p span.base, .back-button a.transparent > p span.base {
      border: none; }
  .next-button a:before, .back-button a:before {
    right: 0;
    left: initial; }
  .next-button a p, .back-button a p {
    margin: 0;
    height: 54px;
    line-height: 54px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    left: 0;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .next-button a p span.base, .back-button a p span.base {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%;
      left: 0;
      border: 1px solid #ff4655; }
      .next-button a p span.base:before, .back-button a p span.base:before {
        content: "";
        width: 2px;
        height: 2px;
        left: -1px;
        top: -1px;
        background: #0f1923;
        position: absolute;
        -webkit-transition: 0.3s ease-out all;
        -o-transition: 0.3s ease-out all;
        transition: 0.3s ease-out all; }
    .next-button a p span.bg, .back-button a p span.bg {
      left: -5%;
      position: absolute;
      background: #ff4655;
      width: 0;
      height: 100%;
      z-index: 3;
      -webkit-transition: 0.3s ease-out all;
      -o-transition: 0.3s ease-out all;
      transition: 0.3s ease-out all;
      -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
      transform: skewX(-10deg); }
    .next-button a p span.text, .back-button a p span.text {
      z-index: 4;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
      .next-button a p span.text:after, .back-button a p span.text:after {
        content: "";
        width: 4px;
        height: 4px;
        right: 0;
        bottom: 0;
        background: #0f1923;
        position: absolute;
        -webkit-transition: 0.3s ease-out all;
        -o-transition: 0.3s ease-out all;
        transition: 0.3s ease-out all;
        z-index: 5; }
  .next-button a:hover, .back-button a:hover {
    color: #ece8e1; }
    .next-button a:hover span.bg, .back-button a:hover span.bg {
      width: 110%; }
    .next-button a:hover span.text:after, .back-button a:hover span.text:after {
      background: #ece8e1; }

.step {
  border-radius: 5px;
  width: 40%;
  background: #efefe9;
  text-align: center;
  top: 45%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px; }

.step:first-child {
  padding-bottom: 30px; }

.step:not(:first-child) {
  margin-left: 80%;
  opacity: 0; }

#one p {
  font-size: 15px;
  margin-top: 20px; 
	width: 70%;
	}

#two {
  width: 50%; }

#three {
  width: 55%; }

#four {
  margin-top: 20px;
  width: 75%; }

#header-img {
	max-width: 40%;
  margin-top: 10px; }

#ftp {
  width: 60%;
  margin-top: 25px;
  margin-bottom: -5px; }

.image_block {
  width: 100%;
  height: 100%; }

.bottom {
  bottom: 0;
  position: absolute;
  width: 100%;
  padding: 100px 0; }

.next-button, .back-button {
  margin: 10px 20px;
  font-family: "gin", serif;
  font-weight: 400;
  font-style: normal;
  width: 140px;
  font-size: 15px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #eee;
  -webkit-box-shadow: -3px 4px 0px #8C8C8C;
  box-shadow: -3px 4px 0px #8C8C8C;
  display: inline; }
  .next-button:hover, .back-button:hover {
    cursor: pointer; }

.button-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

#toEmail, #subject {
  padding: 15px;
  border: 2px solid #aaa;
  width: 75%;
  margin-top: 20px;
  border-radius: 4px; }

#body {
  width: 74%;
  height: 250px;
  border-radius: 5px;
  margin-top: 25px;
  resize: none;
  border: 3px solid #ccc; }

#words-to-avoid-link {
  color: #E05363;
  text-decoration: underline; }
  #words-to-avoid-link:hover {
    cursor: pointer; }

ul.spam {
  padding: 0;
  margin: 0;
  width: 100%; }
  ul.spam li {
    list-style: none;
    padding: 4px;
    font-weight: bold; }
  ul.spam ul {
    display: inline-block; }

#link-container {
  border-radius: 8px;
  height: 50px;
  width: 75%;
  margin: auto;
  border: 1px solid #333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold; }
  #link-container span {
    color: #E05363; }
    #link-container span:hover {
      cursor: pointer; }
  #link-container a {
    text-decoration: none;
    color: inherit; }

#copy-link {
  font-weight: bold;
  display: inline-block;
  padding: 20px; }
  #copy-link:hover {
    cursor: pointer; }

@media screen and (max-width: 680px) {
  .step {
    width: 85% !important; }
  p {
    width: 90%;
    margin: auto; } }

@media screen and (max-width: 446px) {
  h1 {
    font-size: 32px; }
  p {
    font-size: 13px; }
  #link-container span a {
    font-size: 13px; }
  #get-started {
    width: 140px !important; }
  #header-img {
    width: 50%; }
  #ftp {
    width: 75%;
    margin-top: 15px; }
  .next-button, .back-button {
    font-size: 1em; } }
