.cont p.h1{
    font-size: 3.125em;
    margin: 50px;
    color: #000;
}
.ev {
	display: none;
	color: yellow;
}
@media only screen and (max-width:580px){
	.ev {
		display: inline-block;
	}
}
@media only screen and (max-width:685px){
	.s {
		display: none;
	}
	.s2 {
		position: relative;
		text-align: center;
		margin-left: 35px;
		margin-top: 16px;
		display: inline-block !important;
		background-color: tomato;
		border-radius: 5px;
	}
	.s2 a {
		display: block;
		border-radius: 5px;
		text-decoration: none;
		font-family: sans-serif;
		color: #111;
		padding: 5px 20px;
		-webkit-transition: all .25s ease;
		-o-transition: all .25s ease;
		transition: all .25s ease;
	}
	.s2 a:hover {
		background-color: orange;
	}
}
@media only screen and (max-width:520px){
	.s2 {
		margin-left: 0px;
	}
}
@media only screen and (max-width:440px){
	.s2 {
		margin-left: -20px;
	}
}