@charset "UTF-8";

@media screen and (max-width:450px){
    /* coded for 370px */
    header{
        height: 50px;
    }

    .header-title{
        height: 50px;
        margin-left: 50px;
    }

    .header-title h1{
        font-size: 20px;
    }

    .header-menu{
        display: none;
    }

    .contact{
        height: 50px;
        margin: -50px 0 auto auto;
    }

    .top-img img{
        margin-bottom: 50px;
    }

    #news{
        width: 50%;
    }

    .news-border{
        margin-top: 20px;
    }

    .news-info{
        margin-top: 20px;
        display: block;
        margin-bottom: 50px;
    }

    .news-container2,.news-container3{
        border: none;
        padding-left: 0px;
        margin-top: 20px;
    }

    .news-container1 span,.news-container2 span,.news-container3 span{
        margin-left: 10px;
        font-size: 10px;
    }

    .news-container1 h2,.news-container2 h2,.news-container3 h2{
        font-size: 12px;
    }

    .news-container1 p,.news-container2 p,.news-container3 p{
        font-size: 10px;
    }

    .about-img img{
        display: none;
    }

    .about-border{
        margin-top: 20px;
    }

    .about-text{
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .about-text p{
        font-size: 10px;
    }

    #business{
        width: 70%;
    }

    .business-border{
        margin-top: 20px;
    }

    .business-section{
        display: block;
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .business-section1{
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .business-2,.business-4{
        margin-top: 30px;
    }

    .business-1 img,.business-2 img,.business-3 img,.business-4 img{
        width: 250px;
    }

    #company{
        width: 90%;
        padding: 10px;
    }

    .company-border{
        margin-top: 20px;
    }

    .company-info{
        margin-top: 20px;
    }

    .company-img img{
        display: none;
    }

    table{
        font-size: 10px;
    }

    .footer-container{
        margin-top: 10px;
    }

    .footer-name h1{
        font-size: 20px;
    }

    .footer-address p{
        font-size: 10px;
    }

    .copy-right{
        margin-top: 20px;
    }

}
