/* cmsms stylesheet: Minimal2 modified: 12/13/19 15:27:32 */
body {
    background-color: #000;
    background-image: url('https://www.korossyugyved.hu/uploads/images/hatter-minta2.svg');
    background-size: 10em;
    background-position: center center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    color: #fff;
    margin: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.content {
    padding: 1em;
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
    color: inherit;
    text-decoration: none;
}

p {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
    margin: 0;
    margin-bottom: .5em;
}

h1 {
    font-size: 3.2em;
}

h2 {
    font-size: 2.9em;
}

h3 {
    font-size: 2.5em;
}

h4 {
    font-size: 2.3em;
}

h5 {
    font-size: 1.8em;
}

h6 {
    font-size: 1.3em;
}

.gold {
    color: #D2AB67;
}

.logo {
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    width: max-content;
    display: table-cell;
    vertical-align: middle;
}

.logo2 {
    font-size: 0.8em;
    display: inline-block;
    transition: transform .4s;
}

.logo2:hover {
    transform: scale(1.1);
}

.logo2 img {
    padding: .7em;
    background-color: #000;
    width: 10em;
    max-width: 250px;
    margin-bottom: .75em;
}

.logo2 h1 {
    font-size: 3.7em;
    letter-spacing: .15em;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: .27em;
    line-height: .8em;
}

.logo2 h1 span {
    font-size: 0.4em;
    letter-spacing: .25em;
    font-weight: 500;
}

.content-2 {
    position: fixed;
    bottom: 0;
    left: 10%;
    right: 10%;
    padding: 1em;
    background-color: rgba(210, 171, 103, 0.6);
    color: #000;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
}

.content-2 i {
    font-size: 0.8em;
}

.content-2.felso {
    top: 0;
    bottom: auto;
    padding: .2em;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
}

@media only screen and (min-width: 1200px) {
    .content-2 {
        left: 25%;
        right: 25%;
    }
}

@media only screen and (max-width: 780px) {
    body {
        background-size: 7em;
        background-image: url('https://www.korossyugyved.hu/uploads/images/hatter-minta3.svg');
    }

    .logo2 {
        font-size: 0.55em;
    }

    .content-2 {
        left: 0;
        right: 0;
        background-color: rgba(210, 171, 103, 0.7);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .content-2.felso {
        display: none;
    }
}
