@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&display=swap');

font-family: 'EB Garamond',
serif;


@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');

font-family: 'Libre Baskerville',
serif;

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600&display=swap');

font-family: 'Raleway',
sans-serif;

body {
    overflow: hidden;
    font-family: 'Raleway',
        sans-serif;
}

.uc-page {
    height: 100vh;
    overflow: hidden;
    background: url(zelkrom_banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.uc-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    padding: 5% 0;
}

.logo {
    text-align: center;

}

.logo img {
    width: 120px;
}

.logo h4 {
    text-transform: uppercase;
    font-size: 34px;
    line-height: 44px;
    font-weight: 600;
}

.come-soon {
    text-align: center;
}

.come-soon h1 {
    font-family: 'EB Garamond',
        serif;
    font-size: 68px;
    font-weight: 600;
    line-height: 78px;
    color: #191919;
}

.icon-box img {
    width: 32px;
    height: 32px;
    margin-right: 5px;
}


@media(max-width:480px) {
    .logo {
        margin-bottom: 25px;
    }

    .logo h4 {
        font-size: 24px;
        line-height: 34px;
    }

    .come-soon h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .come-soon {
        padding-top: 25px;
    }

    .icon-box h3 {
        font-size: 20px;
        line-height: 30px;
    }


}