h2,
h3,
h4,
h5,
h6,
.navbar-item {
    font-family: 'Roboto Condensed', sans-serif;
    color: #eee;
}

.navbar-item h1 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #eee;
}

.navbar-item {
    font-size: 1.2rem;
}

.header h1 {
    font-size: 65px;
}

.silverstripe__elementalbannerblock__block__bannerblock {
    max-height: 80vh;
    height: 500px;
    z-index: 1;
}

.banner-element__image {
    height: 100%;
}

.banner-element__content {
    left: 0;
    width: 100%;
    top: 100%;
    transform: translate(0%, -100%);
}

.banner-element__call-to-action-container {
    text-align: center;
    width: 100%;
}

.banner-element__call-to-action {
    background-image: url(../images/Homegrown_Website_Buttons_SmallGreen.png);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 15px;
    padding: 5px;
    font-size: 20px;
    width: 240px;
    text-align: center;
    background-size: cover;
    background-size: 100% 100%;
}