BODY {
    font-family: Ubuntu, sans-serif !important;
    line-height: 1.1;
}

.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;

}

.bg-perex {
    background-color: #3b3a38 !important;
}

.perex-icon {
    font-size: 450%;
}


/* For overlaying image and text on homepage */
.container {
  display: grid;
}

.content, .overlay {
  grid-area: 1 / 1;
}

.hidden {
    display: none;
}

H1, H2 {
    line-height: 1.1 !important;
}
