@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');

* {
	font-family: "League Spartan", sans-serif !important;
}

.green-button
 {
    color: #fff !important;
    text-align: center;
    font-family: League Spartan;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .51px;
    text-transform: uppercase;
    border-radius: 25px;
    background: #79c038;
    border: 3px solid #79c038;
    padding: 17px 29px 12px;
    text-decoration: none !important;
}

/** .navbar {
   background: #142658
}



.collapse.navbar-collapse ul a.nav-link {
    color: #fff;
    font-family: "League Spartan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: .3s;
} **/