@charset "utf-8";

/* ==========================================================================
   Fonts – self-hosted Open Sans (woff2 v assets/fonts/)
   ========================================================================== */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/open-sans-v36-latin_latin-ext-regular.woff2) format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/open-sans-v36-latin_latin-ext-700.woff2) format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/open-sans-v36-latin_latin-ext-700italic.woff2) format('woff2');
}

/* ==========================================================================
   Base
   ========================================================================== */
* {
    padding: 0;
    margin: 0;
}

body {
    padding: 0 20px;
    border: none;
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #000;
    background-color: #fff;
    background-image: url(uc-bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
}

img {
    max-width: 100%;
    height: auto;
}

/* ==========================================================================
   Header (logo + názov)
   ========================================================================== */
.logo {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 130px;
    height: auto;
}

.heading {
    max-width: 500px;
    margin: 0 auto;
    padding: 5px;
    position: relative;
    top: 160px;
}

h1,
h2,
.subtitle {
    color: #313280;
    text-transform: uppercase;
    font-weight: 700;
}

h1,
.subtitle {
    font-size: 30px;
}

/* ==========================================================================
   Main (kontaktný box)
   ========================================================================== */
.content {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    max-width: 380px;
    margin: 0 auto 20px;
    padding: 20px;
    position: relative;
    top: 180px;
}

h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
}

/* ==========================================================================
   Footer (firemné / právne údaje)
   ========================================================================== */
footer {
    max-width: 380px;
    margin: 20px auto 0;
    padding: 0 20px 20px;
    position: relative;
    top: 180px;
    font-size: 13px;
    line-height: 1.5;
}

p,
address {
    color: #000;
    font-style: normal;
    padding-bottom: 10px;
}

hr {
    width: 100px;
    margin: 20px auto;
    border: none;
    border-bottom: 4px solid #313280;
}

.heading hr {
    margin: 10px auto;
}

a {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

.fineprint {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.4;
}
