*
{
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    line-height: 25px;
	text-decoration: none;
	border: none;
	color: #000000;
}
	
body 
{ 
	background-color: #8d9c86;
	
}


.page
{
	width: 100%;
	min-width: 300px;
}


.logo
{
    height: 85px;
    margin: 0 auto;
    margin-top: 70px;
    background-image: url(../images/logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.naw
{
    width: 245px;
    height: 100px;
    padding: 20px;
    margin: 0 auto;
    text-align: right;
    margin-top: 100px;
}

.cta
{
	width: 245px;
    height: 87px;
    margin: 0 auto;
    border: #000000 3px solid;
    background-image: url(../images/iconphone.png);
    background-size: 24px;
    background-position: 30px;
    background-color: #8d9c86;
    background-repeat: no-repeat;
}

.tel
{
	margin-left: 74px;
    padding-top: 30px;
    font-size: 20px;
}

@media (max-width:960px) {
	.mail {
		display:none;
	}
}
	

@media (min-width:960px) {
	
	body {
		background-color:#f0f0f1;
	}
	
	.logo {
		height: 175px;
		margin-top: 140px;
		background-image:url(../images/logo_desktop.png);
	}
	
	.hand {
		height: 500px;
		background-image: url(../images/hand.png);
		background-size: contain;
		background-position: right;
		background-repeat: no-repeat;
	}
	
	footer {
		height:500px;
		position: fixed;
		bottom: 0px;
		width: 100%;
		z-index:-1;
	}
	
	.naw {
		width: 285px;
	    margin-bottom: 20px;
	    margin-left: 82px;
	    text-align: left;
		position: fixed;
		bottom: 170px;
	}
	
	.cta {
		display:none;
	}
	
	.mail {
		width: 285px;
		height: 87px;
		margin-left: 102px;
	    background-repeat: no-repeat;
		border: #8d9c86 3px solid;
		background-color:#f0f0f1;
		background-image: url(../images/iconmail-02-02.png);
		background-size: 45px;
		background-position: 21px;
		position: fixed;
		bottom: 90px;
		transition: background-color 0.5s ease-in-out;
	}
	
	.mail:hover {
		background-color:#8d9c86;
		background-image: url(../images/iconmail-03.png);
		color: #f0f0f1;
		border: #8d9c86 3px solid;
	}
	
	.tel {
		margin-left:98px;
		height: 60px;
		color:#8d9c86;
	}
	
	.tel:hover {
		color: #f0f0f1;
	}
}
