h1,h2,h5,p {
    font-family: 'Charis SIL', serif;
    font-size: 32px;
    text-align: center;
}

p {
	font-size: 22px !important;
}

body{
    margin: 0;
}

.conatiner-body{
    background-color: antiquewhite;
}

.sticky-top{
    background-color: #4D7024 !important;
}

.nav-item{
    color: white !important;
}

.the-thing {
    position: relative;
    text-align: center;
}

.text-in-image {
    position: absolute;
    top: 20px;
    left: 60px;
    text-align: left;
    color: white;
    font-size: 60px;
    font-weight: 900;
}

.text-in-image2 {
    position: absolute;
    top: 60px;
    left: 60px;
    text-align: left;
    color: white;
    font-size: 60px;
    font-weight: 900;
	padding-top: 50px;
}

.btn-primary{
    background-color: #81BD3C !important;
    border: 0;
    border-radius: 30px;
    font-weight: bold;
    box-shadow: 0px 0px 3px darkolivegreen;
    text-align: center;
}

.btn-primary:hover{
    background-color: darkcyan !important;
    text-decoration: none;
}

.about {
	background-color: #8FD934;
	padding-top: 30px;
}

.row {
	padding: 30px;
}

.support-container {
	padding-top: 30px;
}

.signupcontainer{
	padding-top: 30px;
    margin-left: 27%;
	margin-bottom: 30px;
}

.footcol-6{
	background-color: #4B6B21 !important;
}

.stupidtext{
	margin-left: 0px !important;
}