@media only screen and (max-width: 992px) {

body {
		background-image: url("../image/fon/fonmid.jpg");
	}


}

@media only screen and (max-width: 768px) {


}
@media only screen and (max-width: 480px) {
	.textcenter{
		padding-top: 40px;
	} 
	body {
		background-image: url("../image/fon/fonmini.jpg");
	}
	.button {
  		text-decoration: none;
  		display: inline-block;
  		margin: 10px 20px;
  		padding: 10px 30px;
 		position: relative;
 		border: 2px solid #f1c40f;
 		color: #f1c40f;
 		font-family: 'Montserrat', sans-serif;
 		transition: .4s;
 		margin-left: auto;
    		width: auto;
 	}
}
