@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/SourceSansPro-Regular.ttf');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url('./fonts/SourceSansPro-Italic.ttf');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/SourceSansPro-Light.ttf');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url('./fonts/SourceSansPro-LightItalic.ttf');
}

html {
  font-size: 62.5%;
  height: 100%;
  width: 100%;
}

body {
  font-size: 1.6rem; /* 16px */
  font-family: "Source Sans Pro", 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #fff;
  background: #1a4977;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}


header {
  padding: 5rem 1rem;
}


header ul {
  list-style: none;
  display: inline-block;
  padding: 0 1rem;
  margin: 0;
}

header li {
  display: inline-block;
  padding: 0 0.5rem;
}

header h1 {
  font-size: 4rem;
  margin-bottom: 4rem;
}

header p {
  font-size: 2rem;
}

header a {
  color: #8b9bb1;
  text-decoration: none;
  font-size: 1.8rem;
}

header a:hover {
  text-decoration: underline;
}

img, video, object, embed {
  max-width: 100%;
}
