.navbar-light .navbar-brand {
	color: black;
	font-weight: 900;
	font-size: 26px;
	font-family: 'Open Sans', sans-serif;
}
.navbar-light .navbar-nav .nav-link {
    color: black !important;
    font-weight: 600;
    padding: 4px 2px;
    margin: 0 9px;
    font-size: 25px;
}
body {
	height: 100vh;
	background-image: url(../images/4.png);
	background-color: #ddefc2;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	font-family: 'Amatic SC', cursive;
}


.hvr-underline-from-left:before {
	background: #000;
	height: 2.5px;
}
.main {
    padding-top: 90px;
}
.content_mn_home {

}
.content_mn_home h3 {
    color: black;
    margin: 0;
    text-align: right;
    font-size: 29px;
}
.content_mn_home a {
	color: black;
}

.nav_go_back a {
    color: black;
    font-weight: 600;
    font-size: 27px;
}
._sec_mc_form p {
    text-align: center;
    font-size: 34px;
    font-weight: 600;
}
.btn-dark {
	background: black;
	border-radius: 0;
	font-size: 19px;
	padding: 13px 11px;
}

.form-control {
	border-radius: 0;
	border: 0;
	height: auto;
	font-size: 19px;
	padding: 13px 11px;
	text-align: center;
}

div#mce-success-response {
	margin-bottom: 10px;
	font-weight: 500;
	text-align: center;
}


@media screen and (max-width: 767px) {
	.content_mn_home h3 {
		text-align: center;
	}
	nav.navbar {
		position: unset !important;
	}
	body {
		background-size: 100% !important;
	}
	.nav_go_back a {
		font-size: 16px;
	}

	.mailchimp_form  {

	}
	._sec_mc_form {
    margin-top: -66px;
}


}