
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: 'Nunito Sans', sans-serif;
}

.trmbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #000000;
    padding: 8px 12px;
}

.trmbar a {
    text-decoration: none;
    color:#fff
}

.trmbar_logo {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

.trm_menu {
    display: flex;
    list-style: none;
    padding-left: 0;
}

.trm_menu li {
    padding: 8px 36px;
}

.trm_menu li:hover {
    background-color:firebrick;
    border-radius: 4px;
}

.wrapperOne {
    display: flex;
} 


.wrapperOne .record {
    font-size: 179px;
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    text-align: right;
}

.wrapperOne .man {
    font-size: 205px;
    transform: rotate(-180deg);
    writing-mode: vertical-lr;
    text-align: center;
    font-weight: bold;
    width: 213px;
}
.wrapperOne .recordManExterior01 {
    padding: 80px 0px 80px 0px;
    margin: auto;
}

.wrapperTwo {
    display: flex;
    padding: 35px 0 0 0;
}

.wrapperTwo .manimage {
    background-image: url(Footage/image/homepageimage.jpg);
    height: 280px;
    width: 100%;
}

.wrapperTwo .imagetext {
    color:#fff;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    width:  874px;
    height: 280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.wrapperThree .homepagecontentOne {
    text-align: center;
    font-size: 20px;
    width: 1278px;
    margin: 0 auto;
    line-height: 56px;
}

.wrapperThree .homepagecontentTwo {
    display: flex;
    font-size: 27px;
    margin: 0px auto;
    width: 1329px;
    font-weight: 100;
    align-items: flex-end;
}

.wrapperThree .hometextTwo {
    line-height: 43px;
    margin: 0 auto 24px auto;
}

.site-info {
    background-color:rgb(173, 54, 54);
    display: flex;
    justify-content: center;
    margin: 80px 0 0 0;
}

.logoimage {
    margin: 40px 50px 40px 0;
}

.info-title{
    font-size: 30px;
}

.site-info .info-text {
    display: flex;
    flex-direction: column;
    width: 330px;
    margin: 40px 50px 40px 50px;
    font-size: 20px;
}

.discount {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 40px 0;
}

.content {
    text-align: center;
    width: 1500px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 40px;
}

.content .title {
    text-align: left;
}

.content .text {
    margin: 80px 0 50px 0;
}

.Aboutcontent {
    text-align: left;
    width: 1500px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 40px;
}

.Aboutcontent .text {
    margin: 80px 0;
}

.cdimage {
    display:flex;
    justify-content: space-between;
}

.imageblock {
    display: flex;
    flex-direction: column;
    width: 700px;
    justify-content: space-between;
}
