:root {
    --bs-primary: #086381 !important;
}

.btn-primary {
    background-color: var(--bs-primary);
}

html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    position: relative;
    padding-top: 60px;
    background-color: #086381;
    overflow-x: hidden !important;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    line-height: 30px;
}

.bg-savespace {
    background-color: #086381 !important;
}

.bg-white {
    background-color: white !important;
}

.vh-full {
    min-height: calc(100vh - 60px);
}

.text-savespace {
    color: white !important;
}

.text-savespace-secondary {
    color: #faeb1b !important;
}

.text-savespace-primary {
    color: #086381 !important;
}

.savespace-font-brand {
    font-family: 'Questrial', sans-serif !important;
}

.savespace-link {
    color: #086381;
    text-decoration: none;
    transition: all .3s;
}

    .savespace-link:hover {
        color: #086381;
        text-decoration: none;
        transition: all .3s;
        border-bottom: 1px dotted #086381;
    }

    .savespace-link:focus {
        color: #086381;
        text-decoration: none;
        transition: all .3s;
        border-bottom: 1px dotted #086381;
    }

.navbar {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1030;
    padding-left: 1rem;
    padding-right: 1rem;
}

main {
    min-height: calc(-62px + 100vh);
}
