@font-face {
  font-family: 'libre';
  src: url('../fonts/LIBREFRANKLIN-REGULAR.TTF');
}

@font-face {
  font-family: 'cinzel';
  src: url('../fonts/CINZELDECORATIVE-REGULAR.TTF');
}

body {
    height:100vh;
    font-family:'libre';
}

.kuke-fe-mid {
    width:500px;
    height:400px;
    position:absolute;
    top:-230px;
    left:0;
    right:0;
    margin:0 auto;
    border-radius:50%;
    background-color:#fff;
    z-index:1;
    border:5px solid #d6ba73;
    -webkit-box-shadow: 0px 5px 41px -5px rgba(0,0,0,0.49);
    box-shadow: 0px 5px 41px -5px rgba(0,0,0,0.49);
}

.kuke-fe-mid h2 {
    margin-top:260px;
    font-family:'cinzel';
    font-size:28px;
    font-weight:700;
    text-align:center;
    color:#d6ba73;
}



.pad-0 {
    padding:0;
}

.kornelia-grill, .kornelia-etterem, .kornelia-bistro{
    height:100vh;
    min-height:600px;
    width:100%;
}

.kornelia-grill {
    background-color:#996515;
    background-size: 100% 50%;
    /*background-image:url(../images/fo-pattern.png);*/
    background-image:url(../images/valaszto_grill.png);
}

.kornelia-etterem {
    background-color:#fff3b7;
    background-image:url(../images/valaszto_grill.png);
    background-size: 100% 50%;
}

.kornelia-bistro {
    background-color:#fff;
    background-image:url(../images/valaszto_grill.png);
    background-size: 100% 50%;
}

.grill-wrapper, .etterem-wrapper, .bistro-wrapper {
    position:absolute;
    bottom:0;
    width:100%;
    height:350px;
    -webkit-transition:all 1s;
    transition:all 1s;
}

.grill-wrapper:hover, .etterem-wrapper:hover, .bistro-wrapper:hover {
    height:400px;
}

.grill-wrapper .grill-logo, .etterem-wrapper .etterem-logo, .bistro-wrapper .bistro-logo {
    -webkit-transition:all 1s;
    transition:all 1s;
}

.grill-wrapper:hover .grill-logo, .etterem-wrapper:hover .etterem-logo, .bistro-wrapper:hover .bistro-logo {
    margin:-250px auto 0 auto;
}

.grill-wrapper {
    background-color:#fff;
}

.etterem-wrapper {
    background-color:#0c6837;
}

.bistro-wrapper{
    background-color:#e5c89e;
    color: #000;
}

.grill-logo, .etterem-logo, .bistro-logo {
    height:240px;
    width:240px;
    margin:-195px auto 0 auto;
    border-radius:50%;
}

.grill-logo {
    background-color:#fff;
}

.etterem-logo {
    background-color:#0c6837;
}

.bistro-logo {
    background-color:#e5c89e;
}



.grill-logo img {
    margin-left:-10px;
}

.etterem-logo img {
    margin-left:-8px;
    margin-top:-40px;
}

.bistro-logo img {
    margin-left:22px;
    margin-top:15px;
}

h3 {
    font-family:'cinzel';
    text-align:center;
    font-weight:700;
}

h3:after {
    content:'';
    width:80%;
    height:1px;
    display:block;
    margin: 30px auto;
}

.grill-wrapper h3:after {
    background-color:#666;
}

.etterem-wrapper h3:after {
    background-color:#fff;
}

.bistro-wrapper h3:after{
    background-color:#000;
}

.grill-wrapper h3, .grill-wrapper h4 {
    color:#996515;
}

h4 {
    text-align:center;
    font-weight:700;
}

.grill-wrapper h4 a{
    color:#996515;
}

.etterem-wrapper h3, .etterem-wrapper h4 {
    color:#EED767;
}

.etterem-wrapper h4 a{
    color:#EED767;
}

.bistro-wrapper h4, .bistro-wrapper h3{
    color:#000;
}

.bistro-wrapper h4 a{
    color:#000;
}



@media (max-width:380px) {
    h3 {
        font-size:18px;
    }
}

.belepes-btn {
    position:absolute;
    left:0;
    right:0;
    bottom:30px;
    margin:0 auto;
    width:200px;
    height:40px;
    text-align:center;
    line-height:40px;
    text-transform:uppercase;
    border:1px solid transparent;
}

.belepes-btn:hover {
    text-decoration: none;
}

.grill-wrapper .belepes-btn {
    background-color:#996515;
    font-family:'cinzel';
    color:#fff;
    -webkit-transition:all 0.4s linear;
    transition:all 0.4s linear;
}

.grill-wrapper .belepes-btn:hover {
    color:#996515;
    background-color:#fff;
    border:1px solid #996515;
}

.etterem-wrapper .belepes-btn {
    background-color:#EED767;
    color:#1e8f73;
    -webkit-transition:all 0.4s linear;
    transition:all 0.4s linear;
}

.etterem-wrapper .belepes-btn:hover {
    color:#EED767;
    background-color:#1e8f73;
    border:1px solid #EED767;
}

.bistro-wrapper .belepes-btn {
    background-color:#000;
    color:#fff;
    -webkit-transition:all 0.4s linear;
    transition:all 0.4s linear;
}

.bistro-wrapper .belepes-btn:hover {
    color:#000;
    background-color:#fff;
    border:1px solid #ddd;

}


@media (max-width:767px) {
    .kuke-fe-mid {
        width:auto;
    }
    
    .kuke-fe-mid h2 {
        font-size:18px;
    }

    h3:after{
        display: none;
    }

    h3{
        font-size: 20px;
    }

    .kornelia-grill, .kornelia-etterem, .kornelia-bistro{
        background:none;
        min-height: calc(100vh / 3);
        display: block;
        height:auto;
        overflow:hidden;
    }

    .grill-wrapper, .etterem-wrapper, .grill-wrapper:hover, .etterem-wrapper:hover, .bistro-wrapper, .bistro-wrapper:hover {
        height:auto;
        min-height: 100%;
        position: absolute;
        top:0;
        bottom:auto;
    }

 
}