@import url("https://fonts.googleapis.com/css?family=LATO:100,300,400,500&display=swap");

#hama-lp {
    width: 100vw;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: 300 !important;
    font-size: 0px;
    line-height: normal;
    list-style: none;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#hama-lp ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

#hama-lp img {
    width: 100%;
}

#hama-lp .hamabaner img {
    max-width: 1920px;
}

#hama-lp .fullbox {
    display: flex;
    width: 100%;
    max-width: 1200px;
    justify-content: center;
}

#hama-lp .fullbox h2 {
    font-size: 28px;
    margin: 10px 0;
}

#hama-lp .fullbox h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
    margin: 10px 0;
}

#hama-lp .fullbox h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 10px 0;
}

.hama-2cols > .hama-box {
    width: 50%;
}

.hama-2xcols > .box40 {
    width: 40%;
    flex-direction: row;
}

.hama-2xcols > .box60 {
    width: 60%;
    flex-direction: row;
}

.hama-box-bar {
    background-image: url("../img/tlo1.jpg");
    background-size: cover;
    height: 450px;
}
.hama-box-bar2 {
    background-image: url("../img/tlo4.jpg");
    background-size: cover;
    height: 450px;
}
.hama-box-bar3 {
    background-image: url("../img/tlo3.jpg");
    background-size: cover;
    min-height: 400px;
}
.hama-box-bar5 {
    background-image: url("../img/tlo5.jpg");
    background-size: cover;
    min-height: 400px;
}
.baner-a {
    background-color: #cfcecb;
}

.hama-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 16px;
    position: relative;
}

#hama-lp .hamacolor-white {
    color: #fff;
}

#hama-lp .hamacolor-brown {
    background-color: #2b2220;
    color: white;
}

#hama-lp .hama-mr20 {
    margin-right: 20px;
}

#hama-lp .hamatext-tac {
    text-align: center;
}

#hama-lp .hamatext-taj {
    text-align: justify;
}

#hama-lp .hamapadd-15 {
    padding: 15px;
}
#hama-lp .hama-rad img {
    border-radius: 20px;
    padding: 15px 0;
}
#hama-lp .hamapadd1-25 {
    padding: 100px 290px 4px 26px;
}
#hama-lp .hamapadd2-25 {
    padding: 110px 100px 4px 186px;
}

#hama-lp .content-small {
    display: none;
}
@media (max-width: 1000px) {
    #hama-lp .content-large {
        display: none;
    }
    #hama-lp .content-small {
        display: block;
    }
    #hama-lp .hamapadd1-25 {
        padding: 170px 130px 4px 38px;
    }
    #hama-lp .hamapadd2-25 {
        padding: 161px 102px 0px 112px;
    }
    #hama-lp .fullbox h4 {
        font-size: 22px;
        font-weight: 400;
        line-height: 30px;
        margin: 10px 0;
    }
}
@media (max-width: 799px) {
    #hama-lp .hamapadd1-25 {
        padding: 132px 100px 4px 38px;
    }
    #hama-lp .hamapadd2-25 {
        padding: 132px 120px 4px 100px;
    }
    #hama-lp .fullbox h4 {
        font-size: 18px;
        font-weight: 400;
        line-height: 25px;
        margin: 10px 0;
    }
    .hama-box-bar3 {
        min-height: 320px;
    }
    .hama-box-bar5 {
        min-height: 320px;
    }
    .hama-2xcols > .box40 {
        width: 100%;
        flex-direction: column;
    }

    .hama-2xcols > .box60 {
        width: 100%;
        flex-direction: column;
    }
}
/* @media all and (max-width: 899px) {
    .hama-mobile {
        display: flex;
    }

    #hama-lp .hama-mobile > .hama-box {
        width: 90%;
        text-align: center !important;
    }

    .hama-2cols > .hama-box {
        width: 100%;
    }

    .hama-box img {
        padding: 10% 0 0;
    }

    .hama-order {
        order: -1;
    }

    .hama-order2 {
        order: -2;
    }
} */
