* {
    box-sizing: border-box;
}

body {
    margin: 0px;
}

.background-grad {
	
}

.background-image {
	background-image: url('../images/landing_desktop.jpg');
    width: 100%;
    height: 100%;
    padding-left: 116px;
    padding-right: 85px;
    background-repeat: no-repeat;
}

.background-grad-privacy {
	
}
.background-image-privacy
{
	background-image: url('../images/privacy_desktop.jpg');
    width: 100%;
    height: 100%;
    padding-left: 116px;
    padding-right: 85px;
    background-repeat: no-repeat;
}
.header {
    padding-top: 63px;
    padding-bottom: 53px;
}

.logo {
    background-image: url(../images/ZodiappLogo.png);
    height: 39px;
    width: 35px;
    background-repeat: no-repeat;
    background-size: 35px;
    margin-right: 5px;
    display: inline-block;
	cursor : pointer;
}
	.logo a {
		height: 39px;
		width: 35px;
		display: block;
	}

.logo-text {
    vertical-align: top;
    line-height: 44px;
    color: #fff;
    font-size: 21px;
    display: inline-block;
    padding-right: 51px;
    font-family: AvenirNext-Medium;
}

.app-store {
    display: inline-block;
    background-image: url('../images/app_store.png');
    background-repeat: no-repeat;
    height: 44px;
    background-position: center;
    width: 125px;
    background-size: 125px 100%;
	cursor : pointer;
}

.app-store a{
	display: block;
    width: 125px;
    height: 44px;
}

.logo-text a {
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width:740px) {
    .background-image {
		background-image: url('../images/landing_mobile.jpg');
        padding-left: 27px;
        padding-right: 27px;
    }
	.background-image-privacy {
		background-image: url('../images/privacy_mobile.jpg');
		padding-left: 27px;
		padding-right: 27px;
	}
}

@media screen and (max-width:380px) {
    .logo {
        height : 35px;
    }
    .logo-text {
        padding-right: 30px;
        line-height : 35px;
    }

    .app-store {
        height: 35px;
        width: 100px;
        background-size: 100px 100%;
    }
}