@font-face {
  font-family: CancerfondenSans;
  src: url(../fonts/CancerfondenSans/CancerfondenSans-Regular.woff2);
}

@font-face {
  font-family: CancerfondenSans;
  src: url(../fonts/CancerfondenSans/CancerfondenSans-Bold.woff2);
  font-weight: bold;
}

html {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: CancerfondenSans, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #4A4A4A;
  background-color: #FFFFFF;
}
.page {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page .wrapper {
  flex-grow: 1;
  background-image: url('../img/background.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.header {
  background-color: #FFFFFF;
  padding: 1rem 1.5rem;
}
.header .logo {
  display: block;
  width: auto;
  height: 1.5rem;
  margin-bottom: 2px;
}
.content-wrapper {
  display: flex;
  justify-content: space-around;
}
.content-wrapper .content {
  display: inline-block;
  background-color: #F1F1F1;
  max-width: 838px;
  margin: 2rem 1.5rem;
  padding: 2rem;
  box-sizing: border-box;
}
.content h1 {
  font-size: 2rem;
  line-height: 1.15625;
  margin: 0 0 1.5rem 0;
  padding: 0;
}
.content p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0 0 .5rem 0;
}
.content a, .content a:visited {
  color: #001489;
}
.footer {
  background-color: #001489;
  background-image: linear-gradient(to right, #71c5e8 0%, #71c5e8 25%, #e782a9 25%, #e782a9 50%, #9abb91 50%, #9abb91 75%, #f0b323 75%, #f0b323 100%);
  padding: .5rem;
}
@media all and (min-width: 376px) {
  .page .wrapper {
    background-position: top 90px right;
  }
  .header {
    padding: 2rem;
  }
  .content-wrapper .content {
    margin: 4rem 2rem;
    padding: 2.5rem 2.5rem 3rem 2.5rem;
  }
}
@media all and (min-width: 48em) {
  .content-wrapper .content {
    margin: 6rem 2rem;
    padding: 2.5rem 2.5rem 3rem 2.5rem;
  }
  .content h1 {
    font-size: 3.125rem;
    line-height: 1.2;
  }
  .content p {
    font-size: 1.125rem;
  }
}