* {
  box-sizing: border-box;
}

*::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
}

section {
  padding: 1rem 0;
}

article {
  padding: 0.25rem 0;
}

a {
  color: inherit;
}

h1 {
  font-size: 4rem;
  margin: 0;
}

h2 {
  font-size: 3rem;
  margin: 0;
  margin-bottom: 1rem;
}

h3 {
  margin: 0;
}

.tagline {
  font-size: 2rem;
  margin-top: 0.5rem;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 25px;
  margin: 0 auto;
}

#masthead {
  position: relative;
  padding: 16rem 0;
  margin-bottom: 2rem;
  color: #FFF;
  background-color: #15181B;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('./background.jpg');
  background-size: cover;
}

#masthead .container {
  height: 100%;
  display: flex;
  align-items: center;
}

.social-links {
  padding: 0;
}

.social-links li {
  display: inline;
}

.social-links li:not(:last-child)::after {
  content: " //";
  color: #999;
}

.masthead-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8rem;
  z-index: 10;
}

.masthead-decoration svg {
  width: 100%;
  height: 100%;
}

.subtitle {
  font-weight: normal;
  color: #444;
  font-style: italic;
}

.dates {
  margin-top: 0;
  font-size: 1rem;
}
