:root{
    --main_color:#efe3d2;
    --secondary_color:#ffd9a2;
}

html,
body {
    font-family: "Nunito", "Poppins", sans-serif;
    overflow-x: hidden;
}

.topbar {
    position: absolute;
    z-index: 100;
    width: 100%;
}

.topbar .contact-info {
    height: 40px;
    font-size: 0.875rem;
}

#contact,
#testimontal,
#phone{
    background-color:var(--main_color);
}

#phone a,
#contact a,
.topbar .contact-info a {
    color: var(--bs-body-color);
    text-decoration: none !important;
}

#phone a:hover,
#contact a:hover,
.topbar .contact-info a:hover {
    text-decoration: underline;
}

.nav-item {
    margin-right: 1.2rem;
}

.nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    cursor:pointer;
}

.home-content {
    height: 100%;
    display: flex;
    align-items: center;
}

.bg-cover {
    min-height: 600px;
    height: calc(100vh);
    background-image: url(../img/pxtest.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-cover.overlay {
    position: relative;
}

.title-text-cover {
    font-family: "Corinthia", cursive;
    font-weight: 400;
    font-style: normal;
}

.title-text {
    font-family: "Corinthia", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
}

.product {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    transform: rotate(30deg);
}

.product-1 {
    background: url(../img/hero1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
    background: url(../img/teszt1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


#service h5 {
    background-color: blanchedalmond;
}

.service-2 {
    padding-top: 4rem;
}

#tips .reversed {
    display: flex;
    flex-direction: column-reverse;
}

#tipps img,
.tips-content {
    margin: 2rem 0;
}

@media only screen and (max-width: 400px) {
    #main_vyo_logo{
        max-width:100%;
    }
}
@media only screen and (max-width: 991.98px) {
    #tips,
    #contact {
        text-align: center;
    }



    #tipps img, .tipps-content {
        margin: .5rem 0;
    }

    .service-2 {
        padding-top: unset;
    }
}


@media only screen and (max-width: 767.98px) {
    #tips .reversed {
        flex-direction: column;
    }
}

.btn_main_color{
    border-color:var(--secondary_color);
    background-color:var(--main_color);
    text-decoration:none;
}

.btn_main_color:hover{
    border-color:black;
    background-color:var(--secondary_color);
    text-decoration:none;
}


#vyo_full_logo_footer{
    width: 80%;
}