@font-face {
	font-family: "Rebrand";
	src: url("/fonts/font.woff") format("woff"),
		url("/fonts/font.woff") format("woff");
}

input {
	font-family: "Open Sans" !important;
}

.landing_form_mt {
	margin-top: 20vh;
}

.font1 {
	color: #162B48;
	font-size: 15px;
	font-family: "Open Sans";
}

.font2 {
	color: #162B48;
	font-size: 31px;
	font-weight: 700;
	font-family: "Rebrand";
}

.font3 {
	color: #162B48;
	font-size: 24px;
	font-weight: 700;
	font-family: "Rebrand";
}

.dd_btn {
	background: #00807E !important;
	box-shadow: 5px 5px 0px #162B48;
	font-weight: 700 !important;
	border: none !important;
}

.no_border {
	border-radius: 0px !important;
}

.dd_border {
	border: 2px solid #00807E !important;
}

.subscribe_btn {
	font-family: "Rebrand";
	font-size: 20px !important;
}

@media only screen and (max-width: 600px) {
	.font3 {
		font-size: 18px;
	}
}