
@font-face {
  font-family: garamond, serif;
}

@font-face {
  font-family: garamond, serif;
  font-weight: bold;
}

@font-face {
  font-family: garamond, serif;
  font-style: italic;
}


BODY {
    font-family: "garamond, serif" !important;
/*    font-size: 110%; */
}


.big {
    font-size: 110%;
}

.pointer {
  cursor: pointer;
}

.big-2 {
    font-size: 150%;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.width120 {
    width: 160px;
}

/* Default page background */
.bg-background {
    background-color: #ffffff;
}

.bg-lightgray {
    background-color: #f0e3d7 !important;
}

.bg-darkbrown {
    background-color: #6d3f25 !important;
}

.bg-darkbrown2 {
    background-color: #7b3e22 !important;
}

/* For overlaying image and text on homepage */
.container {
  display: grid;
}

.content, .overlay {
  grid-area: 1 / 1;
}

.hidden {
    display: none;
}
