html {
    scroll-behavior: smooth;
}

h1 {
    display: inline-block;
    color: #333;
    font-family: Gibson-Regular;
    line-height: 1.1em;
    margin: 1.25em 0;
    padding-bottom: 0.625em;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.banner-image img {
    width: 100%;
    height: auto;
}

.content-area a {
    color: #000;
    text-decoration: underline;
}