
/* SMARTPHONES PORTRAIT */
@media only screen and (min-width: 300px) and (max-width: 768px){

body{

	margin-left:5vw;
	margin-right:5vw;

}

#title{
	font-size: 4vw;
}

#description{
	font-size: 2.7vw;
}

#survey-form div{
	display: flex;
	flex-direction: column;
}
.label {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.label2{
	text-align: left;
}

.right {
  width: 90%;
}

.field {
  width: 100%;
}

.dropdown{
  width: 70vw;
}

ul li {
	line-height: 5vh;
}

#comments{
	width: 70vw;
	height:60vh;
	margin-left: 5vw;
}

#submit{
	
	display: flex;
	flex-direction: flex;
	justify-content: center;
	padding: 2vw;
	width: 70vw;
	
}

}