@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	
	font-family: "Roboto", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: <weight>;
	  font-style: normal;
	  font-variation-settings:
		"wdth" 100
}

.wrap{
	margin-left: auto;
	margin-right: auto;
	max-width:  1200px;
	padding: 35px;
	box-sizing: border-box;
}

#top{
	color:white;
	background-color: #711212;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 3% 0 3% 0;
}

#top p{
	margin-bottom: 15px;
}

#top h2{
	font-size: 20px;
	margin:0 0 20px 0;
	color: white;
}

h2{
	color: #711212;
	font-size: 16px;
	margin: 0 0 15px 0;
}

#logo{
	max-width: 15%;
	padding-bottom: 35px;
}

button{
	padding: 20px 40px;
	background-color: #711212;
	border-radius: 6px;
	color:white;
	border: 0px;
	font-size: 18px;
	width: 100%;
}

textarea::placeholder {
  color: black;
}

input, select, textarea{
	padding:15px;
	width: 100%;
	margin: 15px 0 35px 0;
	font-size: 18px;
	border-radius: 4px;
	background-color: white;
}

#bottom{
	margin-top: 10px;
	width: 100%;
	color:white;
	background-color: #711212;
	padding: 35px;
	box-sizing: border-box;
}

#bottom img{
	width: 20%;
}
.error{
	color: red;
	//display: inline;
}

select {
  -webkit-appearance: none; /* For Safari */
  appearance: none; /* Standard property */
  background: #fff; /*  Add desired background color */
  border: 1px solid black;
  color:black;
}

#survey{
	margin: 30px 0 0 0;
}

.box{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 100%;
	box-sizing: border-box;
	background-color: white;
	padding: 30px 30px 30px 30px;
	border-radius: 5px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	color: black;
}

label.q{
	color:black;
	font-size: 16px;
}

label.a{
	color:#711212;
	font-size: 16px;
	font-weight: bold;
}

.response{
	margin-bottom: 10px;
}

@media screen and (min-width: 780px) {
	
	button{
		padding: 20px 40px;
		background-color: #711212;
		border-radius: 6px;
		color:white;
		border: 0px;
		font-size: 18px;
		width: auto;
	}
}
