/*
Theme Name: Aqaa One Page
Theme URI: https://aqaa.pl
Author: Aqaa
Description: Prosty motyw one-page z logo na środku strony.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aqaa-onepage
*/

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

html, body {
    height: 100%;
}

body {
    background-color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1a1a1a;
}

.site {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-logo img {
    max-width: 400px;
    width: 100%;
    height: auto;
}

.site-logo .site-title {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #1a1a1a;
    text-decoration: none;
}

.site-logo .site-title:hover {
    color: #555;
}
