@font-face {
  font-family: Amatic SC;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/amatic-sc-v13-latin-regular.eot);
  src: local("Amatic SC Regular"), local("AmaticSC-Regular"), url(/fonts/amatic-sc-v13-latin-regular.eot?#iefix) format("embedded-opentype"), url(/fonts/amatic-sc-v13-latin-regular.woff2) format("woff2"), url(/fonts/amatic-sc-v13-latin-regular.woff) format("woff"), url(/fonts/amatic-sc-v13-latin-regular.ttf) format("truetype"), url(/fonts/amatic-sc-v13-latin-regular.svg#AmaticSC) format("svg")
}

@font-face {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/source-sans-pro-v13-latin-regular.eot);
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(/fonts/source-sans-pro-v13-latin-regular.eot?#iefix) format("embedded-opentype"), url(/fonts/source-sans-pro-v13-latin-regular.woff2) format("woff2"), url(/fonts/source-sans-pro-v13-latin-regular.woff) format("woff"), url(/fonts/source-sans-pro-v13-latin-regular.ttf) format("truetype"), url(/fonts/source-sans-pro-v13-latin-regular.svg#SourceSansPro) format("svg")
}

@font-face {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/source-sans-pro-v13-latin-700.eot);
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(/fonts/source-sans-pro-v13-latin-700.eot?#iefix) format("embedded-opentype"), url(/fonts/source-sans-pro-v13-latin-700.woff2) format("woff2"), url(/fonts/source-sans-pro-v13-latin-700.woff) format("woff"), url(/fonts/source-sans-pro-v13-latin-700.ttf) format("truetype"), url(/fonts/source-sans-pro-v13-latin-700.svg#SourceSansPro) format("svg")
}

body {
  background: #000;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0
}

a, body {
  color: #fff
}

a {
  text-decoration: none
}

p {
  line-height: 1.6;
  margin: 0 0 28px;
  color: hsla(0, 0%, 100%, .9)
}

.page {
  min-height: 100vh
}

.header, .page {
  display: flex;
  flex-direction: column
}

.header {
  position: relative;
  height: 30vh;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 20px
}

.header__background {
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.header__gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 2;
  background: linear-gradient(0deg, #000, transparent)
}

.header__title {
  position: relative;
  z-index: 3;
  font-family: Amatic SC;
  font-size: 80px;
  text-shadow: 0 0 10px #000;
  margin: 0
}

@media screen and (max-width:768px) {
  .header__title {
    font-size: 50px
  }
}

.main {
  flex-grow: 1
}

.footer {
  display: flex;
  padding: 20px;
  color: hsla(0, 0%, 100%, .4)
}

.footer__copyright {
  flex-grow: 1
}

.footer__nav a {
  margin-left: 20px;
  color: hsla(0, 0%, 100%, .4)
}

.section {
  padding: 20px
}

.section__content {
  max-width: 600px;
  margin: 0 auto
}
