body {
    max-width: 2500px;
    margin: auto;
}

.navbar-brand img {
    margin-top: -15px;
}

#slide-2-layer-2 {
    font-size: 25px !important;
}


#slide-4-layer-2 {
    font-size: 25px !important;
}

#slide-4-layer-3 {
    background: white;
    margin-top: 120px !important;
    padding: 20px !important;
}

#slide-1-layer-2 {
    font-size: 25px !important;
}

#slide-1-layer-3 {
    background: white;
    margin-top: 150px !important;
    padding: 20px !important;
}

#slide-2-layer-3 {
    background: white;
    margin-top: 90px !important;
    padding: 20px !important;
}

.flip-box-front,
.flip-box-back {
    height: auto;
}

.flip-box p {
    padding: 10px;
}

.price-tag p {
    color: #f00;
    padding: 20px 0;
}

.price-item ul li {
    padding: 10px;
}

.learn-more-section p {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
}

.learn-more-section h2 {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
}

.learn-more-section {
    background-image: url('../../karaKrisz/img/1919x556_beonweb.png') !important;
}

.quote-section {
    background-image: url('../../karaKrisz/img/1920x500_idezet_beonweb.png') !important;
}

#fixedbutton {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 350px;
    height: 242px;
    opacity: 0.9;
    z-index: 10000;
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Add Animation */
.modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.close {
    cursor: pointer;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


@media screen and (max-width: 767px) {

    .sidemenu_btn {
        top: 36px;
        right: 0;
    }

    .navbar-brand img {
        margin-top: 0;
    }

    #slide-2-layer-2 {
        width: 100%;
        font-size: 13px !important;
        text-align: center !important;
    }

    #slide-3-layer-2 {
        width: 100%;
        font-size: 13px !important;
        text-align: center !important;
    }

    #slide-4-layer-2 {
        width: 100%;
        font-size: 13px !important;
        text-align: center !important;
    }

    footer p {
        position: relative;
        bottom: 140px;
    }

    .footer-social-icons {
        position: relative;
        bottom: 40px;
    }

    #fixedbutton {
        width: 65%;
        height: 25%;
    }
}


@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}