html, body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', serif;
}

body {
  background-image: url("/images/sweet-background-tint.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* background-color: hsla(26, 12%, 51%, 1); */

.logo-text {
  font-size: 36px;
  /* background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C); */
  font-family: 'Lobster Two', cursive;
  background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-Medium.ttf') format('truetype');
}

#cta {
  background-color: hsla(26, 42%, 71%, 1);
  padding: 1em;
  border-radius: 4px;
}

nav {
  background-image: linear-gradient(to top, rgba(0,0,0,0),rgba(0,0,0,1));
  fill: #e2be74;
  padding: 3em 3em 3em 3em;
  display: flex;
  flex: 15em;
  align-items: center;
  justify-content: space-between;
}

footer {
  display: flex;
  height: 15em;
  align-items: center;
  justify-content: space-between;
  margin-top: 5em;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0),rgba(0,0,0,1));
}

nav > div.links {
  display: inline-flex;
}

nav > div.links > div{
  font-size: 16px;
  padding-left: 1em;
}
