body, p, span, li, h1, h2, h3, h4, h5, blockquote, input, button, select, optgroup, textarea {	
	color: #4c4d4c!important;
}

body, p, span, textarea {
	font-family: Noto Sans, sans-serif;
}

.modal span {
	font-family: Noto Sans, sans-serif;
}

h1, h2, h3, h4, h5 {
	font-family: Noto Sans;
}

a {
	color: #36a857!important;
}
.text-primary {
	color: #36a857!important;
}
.bg-primary {
	background-color: #36a857!important;
}
.btn-primary {
	background-color: #36a857;
	color: white!important;    
}
.btn-primary:hover {
    color: #36a857!important;
    background-color: white;    
    border: 2px solid #36a857;    
}

.bg-primary-light {
	background-color: #36a857!important;
}
.text-primary-light {
	color: #36a857!important;
}

.bg-secondary {
	background-color: #1d1f1d!important
}
.text-secondary {
	color: #1d1f1d!important
}
.btn-secondary {
	background: #1d1f1d!important;
	color: #36a857!important
}
.btn-secondary:hover {
    color: white!important;
    background-color: #36a857!important;    
    border: 2px solid #1d1f1d;    
}
span.bg-secondary {
    color: #36a857!important;
}

.bg-light-grey {
	background-color: #f5f7f4!important;
}

.video-play_button {
    color: white;
}

.card, .form-control {
	border-radius: 20px;
}
.rounded {
	border-radius: 20px!important;
}
.input-group-text {
	border-top-right-radius: 20px;	
	border-bottom-right-radius: 20px;
}
.form-container .col-12.col-md.px-0 {
    display: none;
}
.form-container .card-body {
    padding: 0px!important;
    border: 0px;
    background: transparent;
    border-radius: 20px;    
}
.form-container .card.shadow.bg-surface-secondary {
    background: transparent!important;
    border: 0px;
	box-shadow: none!important;
}
.form-container .row.form-group.mt-12 {
    margin-top: 0px!important;
}
div#privacy label {
    color: white!important;
}
#privacy a {
    color: #1d1f1d!important;
}
p#tagline {
    margin-top: 1rem;
    font-weight: 300; 
	font-size: calc(1.0125rem + 2.3vw);
}

.navbar {
	z-index: 1030;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);    
    padding: 0;
   /* -webkit-box-shadow: black 0px 20px 10px -25px;
    -moz-box-shadow: black 0px 20px 10px -25px;
    box-shadow: black 0px 20px 10px -25px;*/
}

.btn {	
	font-weight: bold;
    font-size: 16px;
    border-radius: 25px;
    text-decoration: none!important;	
    transition: all .2s;
	border: 2px solid transparent;
}
/*.btn:hover {
	transform: translateY(-2px);
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
}*/
.btn:visited {		
    transition: all .2s;
}
/*.shadow {
	box-shadow: 0 4px 30px 0 rgb(0 0 0 / 20%), 0 6px 25px 0 transparent;
}*/
.border-radius {
    border-radius: 20px!important;
}
img.person {
    max-width: 18rem;
}