.head-text{
	font-size: 1.3em;
}

.site-head{
	height: 60px;
	background-color: #6166e8;
	margin: 0;
}

.site-head img{
	width: 270px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.download{
	text-align:center;
}

.social{
	text-align: center;
	font-size: 4em;
	text-decoration: none;
}

.social a{
	color: #212529;
}

.social a:hover{
	color: #ddd;
}


@media only screen and (max-width: 760px) {

	
	.download img{
		width: 70%;
		margin: 3% 0;
	}
}

@media only screen and (min-width: 760px) and (max-width: 990px) {
	
	.download img{
		width: 90%;
		margin: 3% 0;
	}
}