#video {
	float: right;
	position: fixed;
	left: 45%;
	width: 55%;
}

.content input[type=radio] {
	transform: scale(1.33);
}

.cert_view {
	background-image: url(./img/cert_back_f.jpg?6626);
	width: 50vw;
	height: 38vw;
	top: calc(120px + 3.2vw);
	margin-left: 5%;
	position: absolute;
	top: 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	top: calc(120px + 3.2vw);
}

.target_name {	
	min-height: 4vw;
	text-align: center;
	font-family: Amatic SC;
	color: #008;
	position: relative;
	top: 12.5vw;
    margin-left: 15%;
    margin-right: 15%;
}

.target_desc {
	font-family: Paytone One;
	font-size: 2vw;
	text-align: center;
	position: relative;
	top: 14vw;
	color: #000;
}

@media screen and (max-width: 900px) {
	.cert_view {
		position: inherit;
		margin-top: inherit;
		width: 94vw;
		margin-left: 2vw;
		height: 71.4vw;
		width: 94vw
	}
	.target_name {
		top: 25.5vw;
		font-size: 4.0vw;
		min-height: 6.0vw;
	}
	.target_desc {
		top: 27.5vw;
		font-size: 4.0vw;
	}
}

body {
	background-color: #FFC501;
	width: 100%;
	color: #333F;
}

.content {
	float: left;
	width: 45%;
	background-image: url('./img/logo.svg');
	background-size: 180px;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 120px;
}

.habazie {
	width: 45%;
	height: 103px;
	background: transparent url(./img/back1.png) 0% 0% repeat-x;
	position: fixed;
	left: 0;
	bottom: 0px;
}

.mobile_only {
	display: none;
}

@media screen and (max-width: 900px) {
	#video {
		display: none;
	}
	.desktop_only {
		display: none;
	}
	.mobile_only {
		display: block;
	}
	.content {
		width: 100%;
	}
}

.tmain {
	font-family: Encode Sans Condensed, sans-serif;
	font-size: 2.1vw;
	font-weight:800;
	line-height: 1.2;
}

.text {
	font-family: Montserrat, sans-serif;
	font-size: 1.2vw;
}

.box_white {
	background: #FFFF;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	margin: 30px 0 30px 0;
	padding: 30px 4% 30px 4%;
	min-height: 38vw;
}

.box_title {
	font-family: Encode Sans Condensed, sans-serif;
	font-size: 1.5vw;
	font-weight:800;
	line-height: 1.2;
	text-align: left;
	margin: 1vw 0 1vw 0;
}

.button_over {
	cursor: pointer;
}

.f1butt {
	margin-bottom: 30px;
	margin-top: 30px;
}

.button_over {
	padding-left: 20%;
	padding-right: 20%;
}

.pink_button {
	font-family: Encode Sans Condensed, sans-serif;
	color: #333333;
	font-weight:800;
	background-color: #96b945;
	box-shadow: 1px 2px 0px #000000;
	border-radius: 50px;
	padding: 10px;
	text-align: center;
	font-size: 1.6vw;
}

@media screen and (max-width: 900px) {
	.tmain {
		font-size: 7vw;
	}
	.text {
		font-size: 4vw;
	}
	.box_title {
		font-size: 5vw;
		margin: 4vw 0 4vw 0;
	}
	.box-white {
		min-height: initial;
	}
}

body {
	background-color: #FFC501;
	width: 100%;
	color: #333F;
}

.content {
	float: left;
	width: 45%;
	background-image: url('./img/logo.svg');
	background-size: 180px;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 120px;
}


@media screen and (max-width: 900px) {
	#video {
		display: none;
	}
	.content {
		width: 100%;
	}
	.habazie {
		width: 100%;
		height: 80px;
	}
}

.tmain {
	font-family: Encode Sans Condensed, sans-serif;
	font-size: 2.1vw;
	font-weight:800;
	line-height: 1.2;
}

.text {
	font-family: Montserrat, sans-serif;
	font-size: 1.2vw;
}

.box_title {
	font-family: Encode Sans Condensed, sans-serif;
	font-weight:800;
	font-size: 1.5vw;
	line-height: 1.2;
	text-align: left;
	margin: 1vw 0 1vw 0;
}

.button_over {
	cursor: pointer;
}

.f1butt {
	margin-bottom: 30px;
	margin-top: 30px;
}

.button_over {
	width: 100%;
	padding-left: 20%;
	padding-right: 20%;
}

.pink_button {
	font-family: Encode Sans Condensed, sans-serif;
	font-weight:800;
	color: #888;
	background-color: #555;
	box-shadow: 1px 2px 0px #000000;
	border-radius: 50px;
	padding: 10px;
	text-align: center;
	font-size: 1.6vw;
}

@media screen and (max-width: 900px) {
	.tmain {
		font-size: 7vw;
	}
	.text {
		font-size: 4vw;
	}
	.box_title {
		font-size: 5vw;
		margin: 4vw 0 4vw 0;
	}
	.pink_button {
		font-size: 4vw;
	}
}

.content input, textarea {
	background-color: #EBEBEBFF;
	border-radius: 30px;
	border: 0px;
	padding: 10px;
	font-family: Montserrat;
	font-size: 1em;
	font-weight: 400;
	box-shadow: none;
	margin-top: 1vw;
	width: 100%;
}

.mradio {
	width: 1em !important;
}

.nothing {
	
}
