.top{
    overflow: hidden;
}
.top p{
    background-color: rgb(46, 46, 46);
    color: white;
    text-align: center;
    font-size: 2vh;
    margin-bottom: 0;
    overflow: hidden;
    
}
header{
    margin-top: -0.4vh;
    position: fixed;
    top: 5vh;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s;
    padding: 5px 100px;
    z-index: 10000000;
    background-color: rgba(255, 255, 255, 0.575);
}
header.sticky{
    top: 0;
    left: 0;
    padding-top: 10px;
    background-color: white;
    box-shadow: 0 0 5px rgb(46, 46, 46);
}
header .logo{
    position: relative;
    text-decoration: none;
    transition: 0.6s;
}
header .logo .pics{
    width: 7vw;
}
header ul{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
header ul li {
    position: relative;
    list-style: none;
    font-size:x-large;
}
header ul li h3{
    position: relative;
    margin: 0 15px;
    text-decoration: none;
    color: rgb(46, 46, 46);
    letter-spacing: 2px;
    font-weight: 500px;
    transition: 0.6s;
    cursor: pointer;
}    
header ul a{
    text-decoration: none;
}    
.active h3{
    color: black;
}
header ul li h3:hover{
    color: #a69581;
}
.nav .icon{
    display: none;
    color: #a69581;
    position: fixed;
    float: right;
    margin-left: 3vw;
    top: 2.5vh;

} 
.gray{
    background-color: rgb(46, 46, 46);
    color: white;
}
.intro{
    padding: 0;
    margin: 0;
    background-image: url(./images/elol2.jpg);
    width: 100%;
    background-size: cover;
    height: 90vh;
    position: relative;
    background-position: center 30%;
}
svg{
    position: relative;
    margin-top: -20%;
    padding: 0;
}
.miert{
    background-color: white;
}
.room{
    background-image: linear-gradient(to top, rgb(46, 46, 46) 0%, #bba892 100%);
}
h1{
    color: rgb(46, 46, 46);
    text-transform: uppercase;
    font-weight: bold;
}
li{
    list-style: none;
    font-weight: bold;
}
footer{
    margin-top: 0px;
    height: 30vh;
    background-color: rgb(46, 46, 46);
    color: white;
}
.lablec{
    margin-top: 0;
    background-color: rgb(46, 46, 46);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.labcontact{
    margin-top: 5vh;
    color: #bba892;
}
.labcontact a{
    text-decoration: none;
    color: #ffffff;
}
.labinfo{
    margin-top: 10vh;
    padding-left: 6vw;
    margin-bottom: 5vh;
}
.hazirend{
    font-size: 14px;
    color: white;
    padding-left: 2vw;
}
.madeby{
    padding-bottom: 4vh;
    font-size: 8px;
    float: right;
}
.gomb{
    margin:5vh;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, 0.315);

}
.gomb:hover{
    background-color: rgb(46, 46, 46);
    color:#a69581;
    transition: all 500ms;
}
@media screen and (max-width: 1200px) {
    header .logo .pics{
        padding-top: 0;
        padding-bottom: 0;
        width: 8vw;
    }
    .intro{
        height: 70vh;
    }
} 
@media screen and (max-width: 900px) {
    .lablec{
        height: 40vh;
    }
    .labcontact{
        margin-top: 10vh;
    }
    .labinfo{
        margin-top: 0;
    }
    header .logo .pics{
        padding-top: 0;
        padding-bottom: 0;
        width: 10vw;
    }
    .intro{
        height: 60vh;
    }
}
@media screen and (max-width: 840px) {
    .top{
        display: none;
    }
    header{
        top: 0vh;
        margin-top: 0;
        background-color: white;
    }
    .nav li:not(:first-child) {display: none;}
    .nav li a.icon {
        display: block;
    }
    header .logo .pics{
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
        width: 13vw;
    }
    .nav.responsive {
        position: relative;
        height: 100vh;
    }

    .nav.responsive li.first{
        margin-top: -6vh;
    }
    .nav.responsive li.item{
        position: absolute;
        left: -42vw;
        padding: 0px 5px;
        list-style: none;
        text-align: center;
        align-items: center;
        display: inline-block;

    }
    .nav.responsive li.item:nth-child(2){
        left: -44.5vw;
        top: 41vh;
        padding: 0px 5px;

    }
    .nav.responsive li.item:nth-child(3){
        left: -44.5vw;
        top: 46vh;
        padding: 0px 5px;
    }
    .nav.responsive li.item:nth-child(4){
        left: -45.5vw;
        top: 51vh;
        padding: 0px 5px;
    }
    .nav.responsive li.item:last-child{
        left: -47vw;
        top: 56vh;
        padding: 0px 5px;
    }
    nav.responsive li.item a h3.me{
        font-size: 20vh;
    }
    .intro{
        height: 50vh;
    }
}
@media screen and (max-width: 600px) {
    .top{
        display: none;
    }
    header{
        top: 0vh;
        margin-top: 0;
    }
    .nav li a.icon{
        top: 2vh;
    }
        .nav.responsive {
            position: relative;
            height: 100vh;
        }
    
        .nav.responsive li.first{
            margin-top: -6vh;
        }
        .nav.responsive li.item{
            position: absolute;
            left: -45vw;
            padding: 0px 5px;
            list-style: none;
            text-align: center;
            align-items: center;
            display: inline-block;
        }
        .nav.responsive li.item:nth-child(2){
            left: -40.5vw;
            top: 41vh;
            padding: 0px 5px;
    
        }
        .nav.responsive li.item:nth-child(3){
            left: -40.5vw;
            top: 46vh;
            padding: 0px 5px;
        }
        .nav.responsive li.item:nth-child(4){
            left: -41.5vw;
            top: 51vh;
            padding: 0px 5px;
        }
        .nav.responsive li.item:last-child{
            left: -43vw;
            top: 56vh;
            padding: 0px 5px;
        }
        nav.responsive li.item a h3.me{
            font-size: 20vh;
        }
}
@media screen and (max-width: 520px) {
    .top{
        display: none;
    }
    header{
        top: 0vh;
        margin-top: 0;
    }
    .nav li a.icon{
        display: block;
        top: 1vh;
    }
    .nav.responsive {
        position: relative;
        height: 100vh;
    }

    .nav.responsive li.first{
        margin-top: -6vh;
    }
    .nav.responsive li.item{
        position: absolute;
        left: -40vw;
        padding: 0px 5px;
        list-style: none;
        text-align: center;
        align-items: center;
        display: inline-block;
    }
    .nav.responsive li.item:nth-child(2){
        left: -42.5vw;
        top: 41vh;
        padding: 0px 5px;

    }
    .nav.responsive li.item:nth-child(3){
        left: -42.5vw;
        top: 46vh;
        padding: 0px 5px;
    }
    .nav.responsive li.item:nth-child(4){
        left: -43.5vw;
        top: 51vh;
        padding: 0px 5px;
    }
    .nav.responsive li.item:last-child{
        left: -45vw;
        top: 56vh;
        padding: 0px 5px;
    }
    nav.responsive li.item a h3.me{
        font-size: 20vh;
    }
    .intro{
        height: 40vh;
    }
}
@media screen and (max-width: 465px) {
    .top{
        display: none;
    }
    header{
        top: 0vh;
        margin-top: 0;
    }
    .nav li a.icon{
        top: 2.5vh;
    }
    header .logo .pics{
        padding: 0;
        width: 20vw;
        margin-left: -15vw;
        margin-right: -30vw;
    }
    .nav.responsive {
            position: relative;
            height: 100vh;
        }
    
    .nav.responsive li.first{
            margin-top: -6vh;
        }
    .nav.responsive li.item{
            position: absolute;
            left: -43vw;
            padding: 0px 5px;
            list-style: none;
            text-align: center;
            align-items: center;
            display: inline-block;
        }
        .nav.responsive li.item:nth-child(2){
            left: -40.5vw;
            top: 41vh;
            padding: 0px 5px;
    
        }
        .nav.responsive li.item:nth-child(3){
            left: -40.5vw;
            top: 46vh;
            padding: 0px 5px;
        }
        .nav.responsive li.item:nth-child(4){
            left: -41.5vw;
            top: 51vh;
            padding: 0px 5px;
        }
        .nav.responsive li.item:last-child{
            left: -43vw;
            top: 56vh;
            padding: 0px 5px;
        }
    nav.responsive li.item a h3.me{
            font-size: 20vh;
        }
    .intro{
        height: 35vh;
    }
}
@media screen and (max-width: 360px) {
    header .logo .pics{
        padding: 0;
        width: 20vw;
        margin-left: -18vw;
        margin-right: -30vw;
    }
    .nav.responsive {
        position: relative;
        height: 100vh;
    }
    .nav li a.icon{
        top: 1.5vh;
    }
    .nav.responsive li.first{
        margin-top: -6vh;
    }
    .nav.responsive li.item{
        position: absolute;
        left: -21vw;
        padding: 0px 5px;
        list-style: none;
        text-align: center;
        align-items: center;
        display: inline-block;
    }
    .nav.responsive li.item:nth-child(2){
        left: -15.5vw;
        top: 41vh;
        padding: 0px 5px;

    }
    .nav.responsive li.item:nth-child(3){
        left: -15.5vw;
        top: 46vh;
        padding: 0px 5px;
    }
    .nav.responsive li.item:nth-child(4){
        left: -16.5vw;
        top: 51vh;
        padding: 0px 5px;
    }
    .nav.responsive li.item:last-child{
        left: -18vw;
        top: 56vh;
        padding: 0px 5px;
    }
    nav.responsive li.item a h3.me{
        font-size: 20vh;
    }
    .intro{
        height: 35vh;
    }
    header ul li h3{
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-left: -15vw;
    }
}