@import url("https://fonts.googleapis.com/css2?family=Alata&display=swap");

body {
    font-family: "Alata", sans-serif;
}

.navbar {
    background: white;
}

.navbar-brand .navbar-title {
    display: inline-block;
    position: relative;
    top: 5px;
}

.nav-item:hover {
    box-shadow: 0px 23px 1px -19px green;
}

.hero-section {
    margin-top: 150px;
    padding-left: 20px;
    padding-right: 20px;
}

.footer {
    width: 100%;
    padding-top: 40px;
    margin-top: 70px;
    background: rgba(0, 0, 0, 0.038);
    text-align: center;
}

.footer p {
    font-size: 17px;
}

.footer a {
    margin-top: 20px;
    padding-bottom: 40px;
    color: #000;
    text-decoration: none;
    display: inline-block;
}

@media (min-width: 1400px) {
    .navbar-brand h6 {
        font-size: 20px;
    }

    .hero-image img {
        width: 400px;
    }
}