header {
	color:#000000;
    background: #ffffff;
	padding: 0vw 2vw;

	
	display: flex;
	flex-direction: row;
	justify-content: space-between;

	align-items:center;
}

.toparticle {
	color:#ffffff;
    

	
	display: flex;
	flex-direction: row;
	justify-content: center;

	align-items:center;
}

.avoir {
	color:#ffffff;
    background: #000000;

	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;

	align-items:center;
}

.flex-item {

}

main {
	color:#ffffff;
	background: #000000;
	text-align:center;
}

.ssmain {
	text-align:justify;
	width:96vw;
	max-width:960px;
	margin:auto;
	padding-top:2vw;
	padding-bottom:4vw;
}

footer {
	color:#ffffff;
    background: #373737;
	padding: 2vw;
	text-align:center;
	text-wrap: balance;
}


body {
font-size: calc(12px + 1vw);
margin:0px;
padding:0px;
font-family: "Cabin", sans-serif;

}

hr {
  border:none;
  height: 20px;
 	width: 90%;
	height: 50px;
	margin-top: 0;
	border-bottom: 1px solid #1f1209;
	box-shadow: 0 20px 20px -20px #333;
  margin: -50px auto 10px; 
}



h1 {
font-size: 2em;
}


h2 {
font-size: 1.3em;
}

.formudiv {
	width:90vw;
	max-width:800px;
	text-align:left;
	padding-bottom:10px;
	margin:auto;
}

.formuicon {
	scroll-margin:250px;
	background:linear-gradient(45deg,#d8d8d8,#ffffff);
	border-radius:11px 0 0 0;
	width:90vw;
	max-width:800px;
	height:8vw;
	max-height:50px;
	border-top:2px solid #4f87ff;
	border-left:2px solid #4f87ff;
	color:#6b6b6b;padding:5px;
}

input {
font-size: calc(16px + 0.2vw);
}

textarea {
font-size: calc(16px + 0.2vw);
}

select {
font-size: calc(16px + 0.2vw);
}


a {
cursor: pointer;
color:inherit;
text-decoration:underline;
}

a:hover {
text-decoration:none;
}

.submitgrbt {
	-webkit-appearance:button;cursor:pointer;font-size: 1em;width:80vw;max-width:800px;height:9vw;max-height:90px;border-radius:22px 0 22px 0;background:#4f87ff;color:#ffffff;font-weight:bold;border:none;padding:10px;text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
}