@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
.page-wrap {
  font-family: 'Josefin Sans', sans-serif;
}

header::after {
  display: block;
  position: fixed;
}

header {
  height: 100vh;
  background-image: url('/img/fh-bg.jpg');
  background-size: cover;
  z-index: 2;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
}

body {
    display: block;
    margin: 0px;
}

h1 {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-bottom: -10px;
  z-index: 1;
  font-size: 50px;
  color: ghostwhite;
  text-shadow: -2px 2px 5px rgba(0, 0, 0, 0.7);
}

.content {
  display: block;
  position: relative;
  left: 60px;
  padding: 15px;
  margin: 0px;
}

p {
  max-width: 600px;
  padding: 20px;
  left: 0;
  font-size: 20px;
  margin: 0px auto 0px;
  display: block;
  color: #FFFFFF;
  text-align: center;
}

a {
  color: #FFFFFF;
  text-decoration: none;
  pointer-events: auto !important;  
  cursor: pointer !important;
}

a:hover {
  color: #AF8C66;
}
