* {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #011F26
}

a.nav-link {
    border-right: 1px solid #011F26;
    font-weight: 700;
    color: #011F26
}

a.nav-link:hover {
    color: #03A688;
    text-decoration: underline;
    text-underline-offset: 3px;

}

.text-gradgient {
    background-image: radial-gradient(circle, #ebcbf8, #f7effa 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



h1 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 900
}

h2.hero {
font-size: 25px;
    font-family: 'Lato';
    font-weight: 700;
}

.nav-item a {}


h1.hero {}


h2.hero {}

nav.navbar {
    border-bottom: 1px solid #333;
}
