
@font-face {
    font-family: 'Novecento-Light';
    src:    url('../fonts/Novecento-Light/Novecento-Light.eot?#iefix') format('embedded-opentype'),
            url('../fonts/Novecento-Light/Novecento-Light.otf')  format('opentype'),
            url('../fonts/Novecento-Light/Novecento-Light.woff') format('woff'),
            url('../fonts/Novecento-Light/Novecento-Light.ttf')  format('truetype'),
            url('../fonts/Novecento-Light/Novecento-Light.svg#Novecento-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    position: relative;
    background-color: #DEB2A5;
    color: #f6f4f4;
    font-family: 'Novecento-Light';
}

body {
    background-image: url("../images/bg-img.jpg");
    background-color: #DEB2A5;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: bottom;
}

a {
    color: #f6f4f4;
    text-decoration: none;
}

.logo {
    max-width: 160px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.page-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-details {
    letter-spacing: 5px;
    text-align: center;
}

.contact-details h1 {
    margin: 0;
    margin-bottom: 30px;
    font-weight: normal;
    max-width: 400px;
    font-size: 2.2em;
}

.contact-details p {
    font-size: 0.8em;
    letter-spacing: 2px;
}

.inner-container {
    padding: 50px 0;
}
