.language-s{
	border: 1px solid transparent;
	margin-top: 7%;
	margin-left: 10%;
	margin-right: 10%;
	width: 78%;
	font-size: 110%;

}
.language-s h1{
	font-size: 220%;
	text-transform: uppercase;
	color: rgb(6, 136, 13);
	font-family: Quicksand;
	margin-bottom: 40px;
	 

}
.language-s p{
	color: rgba(158, 187, 159, 0.91);
	margin-bottom: 15px;

}
.language-s form a{
	text-decoration: none;
	color: darkgreen;
	margin-left: 30px;
	margin-right: 40px;
	font-size: 120%;
	margin-bottom: 8px;
}
.language-s form a:hover{
	color: green;
}


@media only screen and (max-width: 1100px ){
	.language-s{ font-size: 90%; }
}
@media only screen and (max-width: 1000px ){
	.language-s{ font-size: 80%; }
}
@media only screen and (max-width: 950px ){
	.language-s{ font-size: 70%; }
}
@media only screen and (max-width: 360px ){
	.language-s{ width: 90%; }
	.language-s{ font-size: 65%; }
}
@media only screen and (max-width: 300px){
	.language-s{ width: 90%; }
	.language-s form a{ margin-right: -20px; }
}











