@charset "UTF-8";

body{
    display: flex;
    flex-direction: column;
    background-color: rgb(235, 235, 235);
}

header{
    width: 100%;
    height: 80px;
    z-index: 10;
}

.header-title{
    margin-left: 135px;
    height: 80px;
    display: flex;
    align-items: center;
}

.header-title h1{
    font-size: 33px;
    font-weight: 200;
    letter-spacing: 11px;
}

.header-menu{
    height: 80px;
    margin-top: -80px;
    margin-left: 400px;
    display: flex;
    align-items: center;
}

.header-menu a{
    font-size: 14px;
    color: black;
    text-decoration: none;
    margin-right: 30px;
}

.contact{
    margin: -80px 0 auto auto;
    height: 80px;
    width: 200px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.contact:hover{
    background-color: rgba(0, 0, 0,0.8);
}

.contact a{
    color: white;
    text-decoration: none;
    font-size: 12px;
}

.top-img img{
    width: 100%;
    margin-bottom: 100px;
}

#news{
    width: 55%;
    margin: 0 auto;
}

.news-title h2{
    font-size: 35px;
    letter-spacing: 11px;
    font-weight: 200;
}

.news-title p{
    font-size: 14px;
    margin-top: 10px;
}

.news-border{
    border-bottom: 1px solid black;
    width: 40px;
    margin-top: 40px;
}

.news-info{
    margin-top: 60px;
    margin-bottom: 100px;
    display: flex;
}

.news-container1,.news-container2,.news-container3{
    padding-right: 20px;
    display: flex;
    flex-direction: column;
}

.news-container2,.news-container3{
    border-left: 1px solid black;
    padding-left: 20px;
}

.news-container1 span,.news-container2 span,.news-container3 span{
    margin-left: 20px;
    background-color: black;
    color: white;
    padding: 3px 5px;
    font-size: 12px;
}

.news-container1 h2,.news-container2 h2,.news-container3 h2{
    font-size: 14px;
    font-weight: 200;
    padding: 15px 0;
}

.news-container1 p,.news-container2 p,.news-container3 p{
    font-size: 14px;
    padding-bottom: 15px;
}

#about{
    width: 80%;
    margin: 0 auto;
    display: flex;
}

.about-img img{
    width: 700px;
}

.about-container{
    margin-top: 100px;
    margin-left: 50px;
}

.about-title h2{
    font-size: 35px;
    letter-spacing: 11px;
    font-weight: 200;
}

.about-title p{
    font-size: 14px;
    margin-top: 10px;
}

.about-border{
    border-bottom: 1px solid black;
    width: 40px;
    margin-top: 40px;
}

.about-text{
    margin-top: 60px;
    margin-bottom: 100px;
}

.about-text p{
    font-size: 14px;
    line-height: 30px;
}

#business{
    width: 45%;
    margin: 0 auto;
}

.business-title h2{
    font-size: 35px;
    letter-spacing: 11px;
    font-weight: 200;
}

.business-title p{
    font-size: 14px;
    margin-top: 10px;
}

.business-border{
    border-bottom: 1px solid black;
    width: 40px;
    margin-top: 40px;
}

.business-section{
    display: flex;
    margin-top: 50px;
}

.business-section1{
    margin-top: 100px;
    margin-right: 50px;
    margin-bottom: 100px;
}

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

.business-1 img,.business-2 img,.business-3 img,.business-4 img{
    width: 300px;
    margin-top: 10px;
}

.business-1 p,.business-2 p,.business-3 p,.business-4 p{
    font-size: 14px;
    font-weight: 1000;
}

.business-1 span,.business-2 span,.business-3 span,.business-4 span{
    margin-right: 10px;
    font-size: 10px;
    font-weight: 200;
}

#company{
    width: 65%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    background-color: white;
    padding: 30px;
}

.company-title h2{
    font-size: 35px;
    letter-spacing: 11px;
    font-weight: 200;
}

.company-title p{
    font-size: 14px;
    margin-top: 10px;
}

.company-border{
    border-bottom: 1px solid black;
    width: 40px;
    margin-top: 40px;
}

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

.company-img img{
    width: 500px;
    margin-top: 30px;
}

table{
    font-size: 14px;
    line-height: 30px;
}

.td{
    display: block;
    margin-left: 20px;
}

footer{
    background-color: white;
    height: 220px;
    margin-top: 100px;
}

.footer-container{
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
}

.footer-name h1{
    font-size: 33px;
    font-weight: 200;
    letter-spacing: 11px;
}

.footer-address p{
    line-height: 25px;
    font-size: 14px;
}

.copy-right{
    font-size: 10px;
    text-align: center;
}