@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat/Montserrat-VariableFont_wght.ttf")
    format("truetype");
}

body {
  font-family: "Montserrat";
  background-color: #482309;
}

.white-text {
  color: white;
}

h1,
h2,
h3,
h4 {
  font-family: "Montserrat";
  opacity: 0.7;
}

h4 {
  padding-top: 2rem;
}

.btn:focus,
.btn:hover {
  filter: brightness(120%);
}

.btn-lg {
  background-color: #2e6d79;
  margin: 2rem 0;
}

.dream {
  background: url("https://assets.bonappetit.com/photos/57c5d0e36a6acdf3485dfb2b/master/pass/3717295073_f5ae257d71_o.jpg")
    center fixed;
  background-size: cover;
}

.card-grey {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: grey;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin: 2%;
  width: 90%;
}
.center {
  margin: auto;
  width: 100%;
}

.top-pane {
  background: url("https://wallpaperaccess.com/full/1698004.jpg") center fixed;
  background-size: cover;
  height: calc(100vh - 56px);
}

.row {
  /* temporary, should be fixed in https://github.com/twbs/bootstrap/pull/31649/commits/1ee994700443fc65134de32a0be89ab1e49ad01e */
  --bs-gutter-x: 2rem;
}

.paper-link {
  text-decoration: none;
  color: #2e6d79;
}

.app-link {
  text-decoration: none;
  color: lightgray;
}

.container {
  max-width: 960px;
}

.article-entry {
  align-items: center;
}

.article-entry p {
  margin: 1rem 0;
}

.headshot {
  border: 0.2rem solid #ffffff;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  object-fit: cover;
}

h5 a {
  text-decoration: none;
  color: white;
}
