@font-face {
    font-family: 'Amiri Italic';
    font-style: italic;
    font-weight: 400;
    src: local('Amiri Italic'), local('Amiri-Italic'),
    url('../fonts/amiri-v13-latin-italic.woff2') format('woff2'),
    url('../fonts/amiri-v13-latin-italic.woff') format('woff');
}

@font-face {
    font-family: 'Raleway Light';
    font-style: normal;
    font-weight: 300;
    src: local('Raleway Light'), local('Raleway-Light'),
    url('../fonts/raleway-v14-latin-300.woff2') format('woff2'),
    url('../fonts/raleway-v14-latin-300.woff') format('woff');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local('Raleway'), local('Raleway-Regular'),
    url('../fonts/raleway-v14-latin-regular.woff2') format('woff2'),
    url('../fonts/raleway-v14-latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'Encode Sans SemiBold';
    font-style: normal;
    font-weight: 600;
    src: local('Encode Sans SemiBold'), local('EncodeSans-SemiBold'),
    url('../fonts/encode-sans-v4-latin-600.woff2') format('woff2'),
    url('../fonts/encode-sans-v4-latin-600.woff') format('woff');
}

body {
    font-size: 20px;
    background: url('../img/background.png') no-repeat bottom right;
    background-size: contain;
    background-color: #f9f8f6;
    font-family: 'Raleway Light', serif;
    letter-spacing: 2px;
    min-height: 100vh;
    padding-bottom: 192px;
    position: relative;
}

header {
    background: #a37d96;
    color: #f9f8f6;
    padding: 28px 0;
}

main {
    font-size: 30px;
    color: #632e52;
}

footer {
    background: #763e64;
    color: #f9f8f6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 0;
    line-height: 1.4;
}

footer .mail {
    font-family: 'Encode Sans SemiBold', serif;
}

a {
    color: #f9f8f6;
}

a:hover {
    color: #f9f8f6;
}

h1 {
    font-size: 48px;
    font-weight: normal;
    margin-top: 80px;
    font-family: 'Amiri Italic', serif;
    letter-spacing: 0;
}

p {
    line-height: 1;
}

p.title {
    font-weight: normal;
    margin-bottom: 50px;
    margin-top: 60px;
    font-family: 'Encode Sans SemiBold', serif;
}

@media (max-width: 1199.98px) {
}

@media (max-width: 991.98px) {
    body,
    main {
        font-size: 30px;
    }

    body {
        padding-bottom: 237px;
    }

    footer {
        font-size: 28px;
    }

    h1 {
        font-size: 40px;
    }
}

@media (max-width: 767.98px) {
    body,
    main {
        font-size: 21px;
    }

    footer {
        font-size: 20px;
    }

    h1 {
        font-size: 45px;
    }
}

@media (max-width: 575.98px) {
    body, main {
        font-size: 20px;
    }

    footer {
        font-size: 17px;
    }

    h1 {
        font-size: 40px;
    }
}


