@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,600');

* {
	margin: 0;
}

body {
  background-image: url(../images/background_4.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color:#464646;
  height: 100vh;
}

.green {
  color: #e0365a;
}

a {
  text-decoration: none;
}

img.steam {
	width: 40%;
  align-self: center;
  margin-top: 1%;
}

.button {
	background: #e0365a;
  border: #e0365a solid 1px;

	border-radius: 4px;
	align-self: center;
	padding: 2% 5%;
	width: 40vh;
	margin: 3% auto;
	cursor: pointer;
	
	font-family: Raleway, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2rem;
  color: white;
	-moz-font-feature-settings: "pnum=1,onum=1";
	-ms-font-feature-settings: "pnum" 1,"onum" 1;
}


.button:hover {
    background-color: #eeeeee;
    background-color: rgba(10, 14, 13, 1);
    border: rgba(10, 14, 13, 1) solid 1px;

}

.hidden{
  display: none;
}

.button:active {
	background-color: rgba(10, 14, 13, 1);
	color: #e0365a;
  border: #e0365a solid 1px;
}

/* Reset */
html, body, heading, p, a, div, section {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
}
  

a {
  color: #ffffff;
}

p {
  margin: 0 0 1rem 0;
}


.container {
  display: table;
  padding-top: 0%;
  width: 100%;
}

.content {
  display: table-cell;
  vertical-align: middle;
  text-align: center; 
}

.centered {
	background-color: rgba(10, 14, 13, 0.9);
	padding: 2vh;
	margin: auto;
	width: 40%;
  top: 19vh;
  position: relative;
}

  /* Media Queries */
  @media only screen and (max-width: 1250px) {
    .container {
      margin: 0;
    }

    .full-width {
      margin: 0;
      width: 99%;
      padding: 1%;
      padding-top: 5%;
    }

    .heading {
      text-align: center;
      font-size: 18px;
      line-height: 23px;
      padding: 1% 0;
    } 

    .button, p {
      margin: 2% auto;
      line-height: 20px;
    }

    .button {
      width: 100%;
      padding: 2vh 0;
      margin-top: 6%;
      font-size: 1.2rem;
    }

    img.steam {
      width: 56%;
    }

    .rale {
      font-size: 1rem;
      line-height: 1.2rem;
    }
  }