@import "https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css";
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');

body{
    background-color: #96A65B;
    color: white!important;
    font-family: 'Ubuntu', sans-serif !important;
    overflow-x: hidden;
}
h2{
    color: white!important;
    max-width: 500px;
}

.subtitle{
    color: white!important;
    margin: 10px;
}
#map{
    width: 70%;
    height: 300px;
}
.fb-page{
    max-width: 300px;
    height: 300px;
}
.normalszalloda{
    margin: 20px;
    border-style: none;
    border-radius: 20px;

}
.maindivs{
    margin: 0;
    vertical-align: center;
}

img{
    border-style: none;
    border-radius: 20px;
}
footer{
    margin: 0!important;
}
header{
    background-image: url("../pictures/headerbc.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
strong{
    color: white!important;
}
#headerdiv{
    max-width: 800px;
    background-color: rgba(150, 166, 91);
    margin: auto;
    width: auto;
    padding: 20px;
    border-style: none;
    border-radius: 15px;
}

.mySlidesg {
    display: none;
}
.from-left {
    grid-column: 2 / 3;
    transform: translateX(-50%);
}

.from-right {
    grid-column: 3 / 4;
    transform: translateX(50%);
}



.mySlides {display: none;}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0,0,0,0.8);
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(45, 45, 45, 0.8);
    color: white;
}
.slideimg {vertical-align: middle;}
.pricetable{
    background-color: darkslategrey;
    color: white;
}
/* Slideshow container */
.slideshow-container {
    max-width: 800px;
    position: relative;
    margin: auto;
}

/* Caption text *//*
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
*/
/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 2s;
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}



.fade-in {
    opacity: 0;
    transition: opacity 250ms ease-in;
}

.fade-in.appear {
    opacity: 1;
}

.from-left,
.from-right {
    transition: opacity 250ms ease-in, transform 400ms ease-in,
    -webkit-transform 400ms ease-in;
    opacity: 0;
}

.from-left.appear,
.from-right.appear {
    transform: translateX(0);
    opacity: 1;
}


#logo{
    width: 400px;
    position: absolute;
    z-index: 20;
    margin-top: 10px;
    float: right;
    margin-left: -400px;
}
/*Media*/


.ardiv{
    margin: 10px;
}
#mobilecredit{
    display: none;
}
@media screen and (max-width: 1024px){
    header{
        background-image: url("../pictures/headerbcmobile.webp");
    }
}
@media screen and (max-width: 768px){
    #map{
        width: 90%;
        height: 300px;
    }
    #logo{
        width: 250px;
        margin-left: -250px;
    }
    .slideshow-container {
        margin: 20px;
    }
    .sun{
        width: 60px;
        height: 60px;
        margin-top: 20px;
        margin-left: 20px;
    }
    #headerdiv{
        margin: auto 10px;
    }
    #mobilecredit{
        display: block;
    }
    #pccredit{
        display: none;
    }
    .prev, .next{
        padding: 10px;
    }
}