
html, body {
    font-family: 'Open Sans', sans-serif;
    background: #eceaed;
}
h1 {
    position: relative;
    font-weight: 400;
    padding-left: 50px;
    color: #655f59;
    text-transform: uppercase;
}
h1:before {
    display: block;
    content: "";
    position: absolute;
    height: 40px;
    width: 29px;
    background: url('right_logo.png');
    background-size: cover;
    left: 0;
    top: 3px;
}
.header_logo {
    height: 80px;
}

.header {
    
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1020;
}
.nav-item {
    border-bottom: 2px solid rgba(0,0,0,0);
    margin: 0 15px;
    transition: all 0.2s ease;
}

.nav-item:hover {
    border-bottom: 2px solid rgb(75 165 71);
    color: rgb(75 165 71);
}

.slider {
    min-height: 500px;
    height: 90vh;
    background: url('header.jpg');
    background-size: cover;
    background-position: center top;
    box-shadow: 0 0 35px 10px rgba(0,0,0,0.1);
    padding-top: 110px;
}
.slider_title {
    margin-top: 20vh;
    font-size: 65px;
    line-height: 75px;
    font-weight: 400;
    text-shadow: 1px 1px 2px rgb(158 219 159 / 69%);
    color: #51a257;
}
.slider_text {
    margin-top: 20px;
    color: grey;
    margin-right: 10%;
    text-align: justify;
    font-size: 16px;
}
.about {
    margin: 140px 0;
}
.about_box {
    background: rgba(255, 255, 255, 0.75);
    margin-top: 40px;
    transition: all 0.2s ease;
    padding: 25px;
    border-radius: 30px 0px 30px 0;
}
.about_box:hover {
    background: white;
}
.about_box_icon {
    font-size: 60px;
    color: #8f8983;
    text-align: center;
}
.about_box_text {
    color: grey;
    font-size: 14px;
    text-align: justify;
    margin-top: 20px;
}
.kiemelt_sav {
    margin: 140px 0 140px 0;
    box-shadow: 0 0 35px 10px rgba(0,0,0,0.1);
    padding: 100px 0;
    background: url('kiemelt_sav.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
}
.number_1sub {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}
.number_1 {
    font-size: 50px;
    font-weight: bold;
}
.packages {
    font-size: 14px;
}
.price_table {
    font-size: 14px;
    text-align: center;
}

.table_left {
    background: #eceaed;
    border: 0 !important;
    border-right: 2px solid #7eb57e  !important;
    font-size: 14px;
    text-align: left;
}
.price_table b {
    font-size: 17px;
}
.page_footer {
    color: white;
    background: #7eb57e;
    margin-top: 100px;
    padding: 40px 0 10px 0;
    
    box-shadow: 0 0 35px 10px rgba(0,0,0,0.1);
}
.footer-copyright {
    margin-top: 40px;
    font-size: 12px;
}
footer p {
    text-align: justify;
    font-size: 14px;
    color:rgba(255, 255, 255, 0.75);
}
footer a {
    color:rgba(255, 255, 255, 0.75);
    text-decoration: none !important;
}
footer a:hover {
    color: #484848;
    text-decoration: none;

}
.price_button_holder {
    position: relative;
}
.price_button, .price_button:hover {
    text-decoration: none;
    color: inherit;
}
.price_box {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
}
.price_button_holder:hover .price_box {
    max-height: 100px;
}
.price_num {
    margin: 15px 0;
}
.price_box .btn {
    background: #9edb9f;
    border-color: #4da24c;
    color: white;
    height: 20px;
    line-height: 20px;
    padding-top: 0;
    display: block;
    margin: 0 10px;
    width: calc(100% - 20px);
    font-size: 13px;
}



@media only screen and (max-width: 1200px) {
    .navbar-light .navbar-toggler {
        background: white;
    }
    .header {
        background: white;
    }
    .slider {
        height: auto;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 900px) {
    .slider {
        background: url(header.jpg);
        background-size: auto;
        background-position: left;
    }
}

@media only screen and (max-width: 600px) {
    .slider_title {
        font-size: 30px;
        margin-top: 70px;
        line-height: 40px;
    }
    .number_1 {
        font-size: 32px;
    }
}

.btn_infohelp {
    font-size: 8px;
    padding: 2px 4px;
    margin-top: -5px;
    background: none;
    color: #47a243;
    border-color: #47a243;
}

.page_firstbox {
    margin-top: 130px;
    background: white;
    border-radius: 30px 0px 30px 0;
    padding: 40px 30px;
}