﻿@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    background-color:#eee;
}

h1, h2, h3, h4, h5, h6, strong {
    font-weight: 700;
}

.main-navbar {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    padding-bottom: 20px;
}

footer .footer-content {
    background-color: #444;
    color: #878787;
    padding: 30px 0;
    border-top: 1px solid #656565;
    font-size: 14px;
}

    footer .footer-content h5 {
        color: #a9a9a9;
        font-size: 16px;
    }

footer a {
    color: #878787;
    text-decoration: none;
}

    footer a:hover {
        color: #ffffff !important;
    }

footer .footer-address {
    background-color: #333;
    color: #a9a9a9;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    font-size: 0.8rem;
    border-top: 1px solid #656565;
}

    footer .footer-address a {
        color: #a9a9a9;
    }