@font-face {
    font-family: 'notera_personal_use_onlyRg';
    src: url('../fonts/notera_personaluseonly-webfont.woff2') format('woff2'),
    url('../fonts/notera_personaluseonly-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    background-image: url("../img/vale.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    background-color: #F9F9F4;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    color: #9A9A9A;
    font-weight: 400;
    line-height: 10px;
    font-size: 14px;
    margin-top: 155px;
}

@media only screen and (min-width: 1024px) {
    .gallery img {
        max-width: 445px;


    }
}

@media only screen and (max-width: 1024px) {

    body {
        background-position: 0px 100px;
    }


}

h1 {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    top: 50%;
}


.logo {
    max-width: 490px;
}

.social-img img {
    max-width: 27px;
}

.gallery {
    margin-top: 65px;

}

.gallery img {


}

.under-construction {
    font-family: 'notera_personal_use_onlyRg';
    color: black;
    font-size: 40px;
    font-weight: bold;
}
