.u-section-1 .u-sheet-1 {
  min-height: 654px;
}@font-face {
  font-family: 'SteamPunkFlyer';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/SteamPunkFlyer.ttf);
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background-image: url('images/background.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
        html, body {
            margin: 0;
            padding: 0;
            height: 100%;
        }

        body {
            background-image: url('images/background.jpg');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            background-attachment: fixed;
        }

        .u-nav-item a {
            padding: 10px 110px;
            transition: padding 0.3s ease-in-out;
        }

        @media (max-width: 768px) {
            .u-nav-item a {
                padding: 10px 20px;
                font-size: 14px;
            }
        }

        @media (max-width: 576px) {
            .u-nav-item a {
                padding: 10px 10px;
                font-size: 12px;
            }
        }
 