/*some fancy settings below*/

.offscreen-p{
    font-size: 20px;
}
.offscreen-li{
    font-size: 26px;
}
#places{
    padding-bottom: 40px;
}
#places-title h4{
    font-size: 40px;
}
#places span{
    font-size: 25px;
    margin-bottom: 0;
    margin-top: -30px;
}
#bp span{
    padding-top: 7px;
}
#bp p{
    padding-top: 30px;
}
#ujelmeny{
    padding-top: 140px;
    padding-bottom: 140px;
}
#testimonials p{
    font-size: 14px;
}
#shine{
    padding-top: 120px;
    padding-bottom: 120px;
}
footer{
    padding-top: 30px;
    padding-bottom: 30px;
}
.logo-footer{
    margin-left: -60px;
}
.rights{
    margin-left: -60px;
}

/*responsive settings below*/

@media (max-width: 767px){
    #offscreen{
        position: fixed;
        top: 200px;
        bottom:180px;
    }
    #offscreen-logo{
        margin-bottom: 10px;
    }
    .offscreen-p{
        font-size: 15px;
    }
    .offscreen-ul{
        margin-left: 10px !important;
    }
    .offscreen-li{
        text-align: center;
    }
    #cover h5{
        font-size: 36px;
    }
    #places {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #places-title h4{
        font-size: 36px !important;   
        padding-bottom: 8px; 
        text-align: center !important;
        text-transform: uppercase !important;
    }
    #places h4{
        font-size: 24px;
        margin-bottom: 0;
        text-align: center;
        text-transform: none;
        font-family: 'Open Sans';
    }
    #places span{
        font-size: 24px;
        text-align: left;
        margin-bottom: 0;
        margin-top: -15px;
        text-transform: uppercase;
    }
    #places a{
        text-align: center;
        margin-bottom: 0;
        font-size: 14px;
    }
    #places p{
        font-size: 18px;
    }
    #jegyvasarlas{
        padding: 40px;
    }
    #jegyvasarlas h2{
        font-size: 23px;
    }
    #jegyvasarlas p{
        font-size: 16px !important;
    }
    #jegyvasarlas h3{
        margin-left: -30px;
        margin-right: -50px;
    }
    #ujelmeny{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #ujelmeny h2{
        font-size: 36px;
        text-transform: uppercase;
        font-weight: 600;
    }
    #ujelmeny p{
        font-size: 15px;
        text-align: justify;
    }
    #testimonials{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #testimonials h3{
        margin-left: 40px;
        margin-right: 40px;
    }
    .testimonial{
        box-shadow: 0px 0px 0px 0px !important;
    }
    #testimonials img{
        max-height: 120px;
        border-radius: 50px;
    }
    #testimonials h4{
        font-size: 22px;
        margin-bottom: 8px;
    }
    #testimonials p{
        font-size: 15px;
        margin-bottom: 8px;
    }
    #testimonials span{
        font-size: 15px;
    }
    #shine{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #shine h2{
        font-size: 26px;
        text-transform: uppercase;
        font-weight: 600;
    }
    #shine p{
        text-align: justify;
        font-size: 15px;
        color: black;
        font-weight: 700 !important;
    }
    #comp{
        padding: 40px;
    }
    #comp h2{
        font-size: 28px;
    }
    #dinner{
        padding: 40px;
    }
    #dinner h2{
        font-size: 26px;
        margin-left: -20px;
        margin-right: -20px;
        font-weight: 600;
    }
    #dinner p{
        text-align: justify;
        font-size: 15px;
    }
    #faq{
        padding: 30px;
    }
    #faq-main h4{
        font-weight: 600 !important;
        font-size: 28px !important;
    }
    #faq-main p{
        text-align: justify !important;
        font-size: 15px !important;
    }
    #faq h4{
        font-size: 20px;
    }
    #faq p{
        font-size: 14px;
    }
    #map{
        padding-left: 0;
        padding-right: 40px;
    }
    footer{
        padding: 20px;
    }
    .logo-footer{
        margin-left: 0;
    }
    .rights{
        margin-left: 0;
    }
    #social i{
        font-size: 20px;
    }
}