body{
    background: url(images/background__.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.content{
    position: relative;
    padding-top: 22%;
}
.contact{
    margin-top: 35px;
}
.content img{
    display: block;
	color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
@media screen and (min-width: 601px) {
    .contact{
        font-size: 65px;
		color: #ffffff;
    }
	.contact2{
        font-size: 35px;
		color: #ffffff;
    }
}

@media screen and (max-width: 600px) {
    .contact{
        font-size: 50px;
		padding-top: 10%;
		color: #ffffff;
    }
	.contact2 {
		padding-top: 50%;
        font-size: 28px;
		color: #ffffff;
    }
    .content img{
        width: 75%!important;
    }
    .content{
        padding-top: 35%;
    }
}
