@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

html {
    background-color: black;
    overflow-x: hidden;
}

body {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    overflow-x: hidden;
}

.rbs-link-button {
    padding: 14px 32px 14px 32px;
    background-color: white;
    text-decoration: none;
    color: black;
    font-weight: 600;
    transition: background-color 0.1s ease;
}
.rbs-link-button:hover {
    background-color: #e2e2e2;
}

.rbs-highlight {
    color: #019840;
}

.rbs-navbar-link {
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.rbs-navbar-link:hover {
    text-decoration: underline;
}

.rbs-lightblue-background {
    background-color: #F8F9FA;
}

.rbs-black-button {
    background-color: black;
    color: white;
    padding: 14px 32px 14px 32px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.1s ease;
}

.rbs-black-button:hover {
    background-color: #333333;
}

.rbs-huge-text {
    font-size: 114px;
}

.rbs-gray-link-button {
    background-color: #E9E9E9;
    color: black;
    padding: 14px 32px 14px 32px;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.rbs-gray-link-button:hover {
    background-color: #D9D9D9;
    transition: background-color 0.1s ease;
}

.rbs-gallery-section {
    background: rgb(0,0,0);
    background: linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(63,63,63,1) 100%);
}

.rbs-link {
    color: #019840;
    text-decoration: none;
}

.rbs-link:hover {
    text-decoration: underline;
    color: #017230;
}

.rbs-hamburger-button {
    background: none;
    border: none;
    font-size: 36px;
    color: white;
    line-height: normal;
}

.rbs-offcanvas-link {
    color: black;
    text-decoration: none;
    font-size: 48px;
    font-weight: bold;
}

.rbs-price-row {
    border-bottom: #c9c9c9 1px solid;
}