@charset "utf-8";
/* CSS Document */

.sticky-top {
    background-color: #4D7024 !important;
}

.navbar-brand {
    color: white !important;
}
.nav-item {
    color: white !important;
}


.card {
    position: absolute !important;
    position: relative;
    top: 90px;
    text-align: center;
    color: white;
	border-radius: 30px;
	padding-top: 70px;
	padding-bottom: 140px;
	margin-left: 30%;
	margin-right: 30%;
}

.btn-primary{
	border-radius: 30px;
	background-color: #4C8045!important;
	font-size: 12px;
}

.container-in-flex {
	background-color: #E1F2D0!important;
	padding-top: 30px;
	padding-bottom: 30px;
}

.btn-secondary {
	background-color: white;
	color: grey;
}

.button {
	padding-top: 30px;
}

.btn-group {
	padding-bottom: 25px;
}

.col-6 {
	padding-bottom: 25px;
}

h1{
    font-family: 'Charis SIL', serif;
    font-size: 32px;
    text-align: center;
}

h2 {
    font-family: 'Charis SIL', serif;
    font-size: 32px;
    text-align: center;
}

p {
    font-family: 'Charis SIL', serif;
	font-size: 22px !important;
}

.container-foot {
    background-color: #4D7024;
    color: white;
    font-size: 12px;
}