body {
    font-family: 'Satoshi', sans-serif;
}

h2, h3 {
    margin-top: 34px;
}

.lower-alpha {
    list-style-type: lower-alpha;
}

.lower-alpha li::before {
    content: ") ";
}

.navbar {
    height: 90px;
}

.logo {
    width: 155px;
    height: auto;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #FF5500;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #5965FC;
}
.footer {
    background-color: #FF5500;
    color: white;
}

.footer-logo {
    width: 200px;
    height: auto;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover  {
    color: #000;
    text-decoration: underline;
}

.footer-text {
    font-size: 13px;
}

.social-icon {
    color: white;
    font-size: 24px;
    margin-left: 7px;
    margin-right: 7px;
    text-decoration: none;
}

.social-icon:hover {
    color: #ccc;
}

.cookie, .privacy {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}