@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;700&display=swap');


.primary, .btn-primary {
    background-color:  #156306; // #0082BC;
    color: #fff;
    border: #fff;
}

.primary, .btn-primary:hover {
    background-color:  #156306; // #0082BC;
    color: #fff;
    border: #fff;
}

.btn-new {
    background-color:  #156306; // #00618C;
    color: #fff;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.1);
}

.btn-new:hover {
    background-color: #fff;
    color: #00618C;
    border: #fff;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.1);
}

html {
    scroll-behavior: smooth;
}

#partners {
    margin-bottom: 50px;
}
li, a, p, label {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: 121212;
    text-decoration: none;
    line-height: 1.8;
}

.smallh {
    line-height: 1.4;
}

.small {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 0.8em;
    color: 121212;
    text-decoration: none;
    line-height: 1.8;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 3em;
    line-height: 1.5;
    color: 121212;
    text-decoration: none;
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.5;
    color: 121212;
    text-decoration: none;
}

h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.5;
    color: 121212;
    text-decoration: none;
}

.heroBg {
    background-color: #156306; // #0082BC;
}

.img-mitigate {
    max-width: 350px;
    max-height: 350px;
}

.img-mitigate-2 {
    max-width: 180px;
    max-height: 180px;
}

.navbar-brand {
    max-width: 40px;
    max-height: 100px;
}
.navbar-nav > li {
    padding-right: 20px;
    padding-left: 20px;
}

@media (max-width: 767px) {
	.reverse-columns {
		display: flex;
		flex-direction: column-reverse;
	}
}
