body{
    margin: 0;
}

h1{
    font-family: 'Charis SIL', serif;
    font-size: 32px;
    text-align: center;
}

h2 {
    font-family: 'Charis SIL', serif;
    font-size: 32px;
    text-align: center;
}

h3 {
	color: #8ABF54;
	font-family: 'Charis SIL', serif;
    font-size: 32px;
    text-align: center;
}

p {
    font-family: 'Charis SIL', serif;
	font-size: 22px !important;
}

.container {
    padding: 30px;

}

.sticky-top {
    background-color: #4D7024 !important;
}

.navbar-brand {
    color: white !important;
}
.nav-item {
    color: white !important;
}

.the-thing {
    position: relative;
    text-align: center;
}

.text-in-image {
    position: absolute !important;
    position: relative;
    top: 20px;
    left: 60px;
    text-align: left;
    color: white;
    font-size: 60px;
    font-weight: 900;
}

.text-in-image2 {
    position: absolute !important;
    position: relative;
    top: 60px;
    left: 60px;
    text-align: left;
    color: white;
	padding-top: 50px;
}

.container-about {
    background-color: #8FD934;
	padding-top: 30px;
    text-align: center;
}

.btn-primary{
    background-color: #81BD3C !important;
    border: 0;
    border-radius: 30px;
    font-weight: bold;
    box-shadow: 0px 0px 3px darkolivegreen;
    text-align: center;
}

.join-the-cult {
    padding-bottom: 25px !important;
}

.container-foot {
    background-color: #4D7024;
    color: white;
    font-size: 12px;
}

.col-6 {
    color: white;
}

.col {
    font-size: 9px;
}

.mem-butt {
	margin-right: 40%;
	margin-left: 40%;
}

.para-1 {
	margin-left: 20px;
	text-align: center;
}

.para-2 {
	text-align: center;
	margin-left: 50%;
	padding-bottom: 30px;
}