body {
    height: 100%;
	background: #fff;
	color: #a29061;
    font-family: 'dinregular';
	font-weight:normal;
	font-size:15px;
	line-height:150%;
    margin: 0;
    text-align: center;
	-webkit-font-smoothing: antialiased;
}
a {
	color: #a29061;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
hr {
    border-top: 3px solid #a29061;
    height: 0;
    margin: 33px 0;
}
p {
    margin: 0;
}
h1 {
    font-size: 26px;
    font-family: 'din_mediumregular';
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    line-height: 24px;
}
h1 span {
    font-size: 18px;
    font-family: 'dinregular';
}
.container {
    width: 300px;
    margin: 20px auto;
}
@media(min-width:480px) {
    .container {
        width: 440px;
        margin-top: 40px;
    }
    hr {
        margin: 63px 0;
    }
    h1 {
        font-size: 30px;
        line-height: 28px;
    }
    h1 span {
        font-size: 20px;
    }
}
@media(min-width:768px) {
    .container {
        width: 593px;
        margin-top: 80px;
    }
    h1 {
        font-size: 36px;
        line-height: 32px;
    }
    h1 span {
        font-size: 24px;
    }
}
.logo {
    width: 100%;
    height: auto;
}
a.btn-facebook {
    margin: 35px 0;
    display: inline-block;
    background: #a29061;
    color: #FFF;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    transition: all ease-in-out 0.2s;
}
a.btn-facebook:hover {
    text-decoration: none;
    background: #000000;
}