@font-face {
    font-family: 'Lollipop';
    src: url('../fonts/Lollipop.ttf');
}

body {
    font-family: 'Lollipop', sans-serif;
    font-size: 2rem;
}

.jumbotron.jumbotron__transparent {
    background-color: #fff;
    text-align: center;
}

.navbar-light .navbar-brand {
    color: darkgreen;
}
.navbar-light .navbar-brand:hover {
    color: #359435;
}
.navbar-brand {
    font-size: 2rem;
}

a.social {
    color: darkgreen;
}
a.social:hover {
    color: #359435;
}

a.ext-link {
    color: #359435;
}
a.ext-link:hover {
    color: darkgreen;
}