/*
    turquoise: rgba(48, 124, 128, 1) #307c80
    grey: rgba(84, 84, 84, 1) #545454
    'Julius Sans One', sans-serif;
    'Montserrat', sans-serif;
*/

.title {
    white-space: nowrap;
    font-weight: bold;
}

h1 {
    font-family: "Julius Sans One", sans-serif;
    font-size: 3rem;
    display: inline-block;
}

h2 {
    font-family: "Julius Sans One", sans-serif;
    font-size: 1.5rem;
}

h3 {
    display: inline-block;
    font-size: 1.25rem;
    text-shadow: rgba(255, 255, 255, 0.8) 0px 4px 5px;
}

h1.grey {
    text-shadow: rgba(0, 0, 0, 0.6) 0px 4px 5px;
}

h1.aqua {
    text-shadow: rgba(0, 0, 0, 0.8) 0px 4px 5px;
}

.title-image-container {
    position: relative;
}

.center-top {
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translate(-50%);
}

.image-container {
    overflow: hidden;
    width: 100%;
    max-height: 400px;
    align-content: center;
}
