html { 
  background: url(/img/fred_1200.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	color: #fff;
  margin: 0 0 30px 0;
}

h1 {
  font-size: 3em;font-weight: normal;
  line-height: 1em;
  margin-bottom: 10px;
}

h2 {
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 1em;
  color: #7db4ec;
}

p {
  margin-bottom: 25px;
}

#redirect {
  position: absolute;
  top: 30%;
  left: 40%;
  right: 10%;
	background: rgba(0,0,0,0.7);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 30px;
  margin-bottom: 30px;
}

.btn, .btn:visited {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 1px 1px 3px #666666;
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  background: #d99c34;
  padding: 10px 35px 10px 35px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.btn:hover {
  background: #96c4e0;
  text-decoration: none;
}

@media only screen and (-webkit-min-device-pixel-ratio : 2), only screen and (min-device-pixel-ratio : 2) { html{ background-image: url('/img/fred_hires.png'); } }

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  #redirect {
    position: absolute;
    top: 35%;
    left: 25%;
    right: 5%;
  }
}

@media screen and (max-width: 480px) {
  html {
    background: url(/img/fred_480.jpg) no-repeat left top fixed #7a8280;
  }
  body {
    font-size: 14px;
  }
  #redirect {
    position: absolute;
    top: 70%;
    left: 5%;
    right: 5%;
  }
}