main{
	background: rgba(0, 0, 0, 0.85);
}

#formWrap{
	padding-top: 17%;
	max-width:900px;
	width: 70%;
	margin: 0 auto;
	color: white;
}

#formWrap .content{
	margin-bottom: 50px;
	padding-left: 0;
	display: flex;
}

#formWrap .title img{
	margin-top: 0;
}

table{
	border-collapse: collapse;
}

table, td, th{
    border: 1px solid white;
}

.menu-button button label img:first-child{
	opacity: 0;
}
.menu-button button label img:last-child{
	opacity: 1;
}

.menu-button:hover button label img:first-child{
	opacity: 1;
}
.menu-button:hover button label img:last-child{
	opacity: 0;
}

.invert-button-bgb-center::before{
	z-index: 0;
}

.menu-button span{
	color: white;
}

.menu-button span: hover{
	color: black;
}

.row6{
	margin-top: 0;
}


table td {
	text-align: left!important;
	padding-left: 40px;
}


.contact_thanks .to-top{
		text-align: center;
		margin: 20%;
}

.contact_thanks a{
	color: #DDD;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
}

.contact_thanks a:hover{
	opacity: 0.7;
}

form p{
	padding-top:40px;
	padding-bottom:40px;
}

form p input{
	width: 300px;
}

form p input:hover{
	opacity: 0.7;
}


@media (min-width: 750px){
.contact_thanks{
	width: 100%;
	padding-left: 0;
	padding-bottom: 280px;
	font-family: sans-serif;

}

.contact_thanks .text-contact{
	margin-left: 20%;
}

.thanks_h1{
	text-align: center;
	font-weight: 400;
	margin-top: 80px;
	margin-bottom: 50px;
}

.thanks_text{
	text-align: center;

}

}

@media (max-width: 720px){

	.content{
		padding-top: 20%;
	}

	#radio{
		padding-left: 0;
	}

	.contact form p.contact-text{
		margin:0.2rem 0 2rem 0;
		width: 94%;
	}

	table td p{
		margin-left: 6%;
		font-size: 11px;
	}
	.contact form #radio p:last-child{
		margin-bottom: 0;
	}

	.contact_thanks{
		padding-top: 30%;
		padding-bottom: 107%;
	}

	.row6 .title img{
		margin-left: 2%;
	}

	.thanks_h1,.thanks_text{
		text-align: center;
		font-family: sans-serif;
	}

	.thanks_h1{
		font-size: 18px;
		font-weight: 400;
		margin-top: 80px;
		margin-bottom: 30px;
	}

	.thanks_text{
		font-size: 12px;
	}

	.contact_thanks a{
		font-size: 16px;
	}

}