/*
Theme Name: Sherman Skateland
Description: Custom theme for ShermanSkateland.com
Version: 1.0.0
*/

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: 'Segoe UI', Arial, sans-serif;
}

body {
    background: #000;
}

.site-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-container {
    text-align: center;
    padding: 20px;
}

.logo-container img {
    max-width: 600px;
    width: 90vw;
    height: auto;
    display: block;
    margin: 0 auto;
}

.stay-tuned {
    margin-top: 24px;
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
