/*
MAIN css - munkasszallas-gyongyoson
*/

body, html {
color:rgb(44, 43, 43);
}

footer {
padding: 5vmin;
background:var(--dark);
}
:root {
    --barna: #c48d4c;
}

.header {
    min-height: 65vh;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 10vh;
}

.header p {
    font-size: 3em;
    color: white;
    font-weight: 600;
    text-shadow: 3px 3px 3px #c48d4c;
}

.infosav p {
font-size:1.2em;
font-weight:600;
color:var(--barna);
}

h1 {
    font-size: calc(3em + 1vmin);
    color: white;
    font-weight: 900;
    text-shadow: 3px 3px 3px #c48d4c;
    ;
}

img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.text-light {
color:var(--light);
}