cbody {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../img/festa-bg.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: black;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
}

header.masthead .orange-logo {
  color: #FE9D00;
}

header.masthead .blue-logo {
  color: #018DA1;
}

header.masthead .title {
  font-size: 6em;
  background-color: white;
  border-radius: 100px;
  padding: 1rem 0;
}

header.masthead h1 {
  font-size: 2rem;
}

/* @media (min-width: 768px) {
  .logo {
    background: url(../img/logo.jpg) no-repeat center center;
    background-size: 28rem;
    height: 23rem;
    border-radius: 250px;
  }
} */

.logo {
  background: url(../img/logo.jpg) no-repeat center center;
  background-size: 21rem;
  height: 18rem;
  width: 18rem;
  border-radius: 100%;
}

footer.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
