
:root {
    --purple: #6C1E82;
    --tblr-purple: #6C1E82;
    --tblr-purple-rgb: 108,30,130;
    --tblr-yellow: #eeae3e;
}

.page-title {
    font-size: 7vh;
}

#demo-video {
    height: 40vh;
    width: 100%;
    object-fit: cover;
}


.gray {
    color: #49566c;
}

.bold {
    font-weight: 900;
}

#map {
    height: 360px;
}

a:hover {
    color: var(--tblr-yellow) !important;
}

button:hover {
    background-color: var(--tblr-yellow) !important;
}

.easy-a:hover {
    color: #0081c6 !important;
}

.icon {
    position: relative;
    top: -.2rem;
}

body {
    font-size: 1rem;
}

#logo {
    display: block;
    margin-left: auto;
    margin-right: auto;

}