@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'),
       url('fonts/source-sans-pro-v21-latin-regular.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'),
       url('fonts/source-sans-pro-v21-latin-700.woff') format('woff');
}

body {
  background-color: #fff;
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.4;
  font-size: 15px;
}

a {
  color: #000;
}

a:hover {
  text-decoration: none;
}

a.button {
  text-decoration: none;
  font-weight: bolder;
  line-height: 1;
  background-color: #fff;
  border-radius: 30px;
  padding: 4px 12px;
  display: inline-block;
  margin: 0.3em 0 0.7em 0;
}

@media screen and (min-width:768.1px) {
  a.button {
    background-color: #835F47;
    color: #fff;
  }  
}


p {
  margin: 0 0 1.5em 0;
}

p.title {
  font-weight: bolder;
  margin-bottom: 0;
}

p.title + p {
  margin-top: 0.3em;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 21vh;
  background-color: #fff;
}

header img {
  max-width: 165px;
  max-height: 70%;
}

.main-content {
  height: 79vh;
  text-align: center;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-content .copy {
  padding-top: 3vh;
}

footer {
  font-size: .825em;
  padding-bottom: 10px;
}

@media screen and (max-width:768px) {
  .main-content {
    background-image: url("bg-image.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }  
}
