
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:0;
    padding:0;
    margin:0;
}
html,body,header,footer { width:100%;height:100%; font-family: Arial, Helvetica, sans-serif; }
ul {
    list-style: none;
}
ul > li {
    list-style: none;
    display: inline-block;
}
a {
    text-decoration: none;
    color: black;
}
header { 
    position: fixed; 
    z-index: 1000;
    width: 100%;
    height: 96px;
    background-color: rgba(27, 27, 30, 0.23);
    border-top: 0px solid rgba(47, 46, 46, 1);
    border-bottom: 0px solid rgba(47, 46, 46, 1);
}
nav {
    font-size: 15px;
    font-family: Arial,Helvetica,sans-serif;
    color: #9C8869;
    width: 150px;
    text-align: right;
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -114px;
    z-index: 1000;
} nav ul > li {
    display: block;
    padding: 20px;
} nav ul > li .text {
    display: none;
} nav ul > li.active .text {
    display: inline-block;
} nav ul > li .circle {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 2px #9C8869 solid;
} nav ul > li.active .circle {
    background: #9C8869;
}
.container {

}
.contentWIDTH { 
    max-width: 980px; 
    min-width: 840px;
    padding: 10px;
    margin: 0 auto;
    /*white-space: nowrap;*/
} .contentWIDTH .col50 { 
    display: inline-block;
    width: 50%;
    vertical-align: top;
    /*white-space: normal;*/
}
header > div {
    padding-top: 15px;
}
.logo { 
    width: 72px; 
    height: 60px; 
    object-fit: cover;
    vertical-align: -15px;
}
.logotype {
    font: normal normal bold 15px/1.4em raleway, sans-serif;
    color: #FFFFFF;
    font-size: 25px;
}
.menu {
    line-height: 70px;
}
.menu a {
    color: #fff;
    font: normal normal normal 14px/1.4em raleway, sans-serif;
    cursor: pointer;
    padding: 10px 30px;
}

.menu a.active {
    color: #E0CBAB;
}

.section01 {
    position: relative;
    height:800px;
    font: normal normal bold 80px/1.4em raleway, sans-serif;
    color: white;
    letter-spacing: 0.05em;
}
.imgheader { 
    background-image: url(./assets/bg1.png);
    background-size: cover;
    background-position: center;
    height: 1200px;
}
.imgheadertext {
    font: normal normal bold 90px/1.4em raleway, sans-serif;
    color: white;
    line-height: 80px;
    margin-top: 300px;
}

.section02 {
    position: relative;
    /*height:600px;*/
    font: normal normal bold 80px/1.4em raleway, sans-serif;
    background-color: rgb(79, 72, 60);
    color: white;
    line-height: 80px;
    padding-top: 150px;
    letter-spacing: 0.05em;
}
.scope_icons li {
    width: 210px;
    font-size:18px;
    font: normal normal normal 16px/1.4em raleway,sans-serif;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-align:center;
    height: 240px;
    vertical-align: top;
} .scope_icons li img {
    margin-bottom: 10px;
}

.section03 {
    position: relative;
    /*height:800px;*/
    font: normal normal bold 80px/1.4em raleway, sans-serif;
    background-color: rgba(255, 255, 255, 0.7);
    color: black;
    line-height: 80px;
    padding-top: 150px;
    padding-bottom: 150px;
    letter-spacing: normal;
}
.weare_text {
    font: normal normal normal 16px/1.4em raleway,sans-serif;
}

.section04 {
    position: relative;
    /*height:800px;*/
    font: normal normal bold 80px/1.4em raleway, sans-serif;
    background-color: white;
    color: black;
    line-height: 80px;
    padding-top: 150px;
    padding-bottom: 150px;
    letter-spacing: normal;
}
.touch_text {
    font-size: 16px;
    line-height: normal;
}
.form {
    line-height: 10px;
}
.form input, .form textarea {
    font: normal normal normal 16px/1.4em raleway, sans-serif;
    border: 2px solid black;
    padding: 5px;
    width: 100%;
    display: block;
    margin-top: 10px;
}
.form textarea {
    height: 150px;
}
.form button {
    background-color: rgba(156, 136, 105, 1);
    padding: 8px 10px;
    font-size: 16px;
    color: white;
}
footer {
    background:#2f2e2e;
    height: 250px;
    padding-top: 50px;
    font: normal normal normal 15px/1.4em raleway, sans-serif;
    color: white;

}
.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
}
.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 
  
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.mo_menu {
    width: 50px;
    display: none;
}.mo_menu img {
    width: 100%;
}

@media screen and (max-width:768px) {
    nav { display: none; }
    .menu {
       opacity: 0.95;
       background-color: rgba(78, 90, 195, 1);
       display: no;
       margin: 30px;
       position: fixed;
       z-index: 100000;
       left: 0;
       top: 60px;
       right: 0;
    }.menu li {
       width: 100%;
       padding: 1px;
    }.menu li a {
       display: block;
       width: 100%;
       font-size:20px;
       padding: 20px;
    }.menu li a.active {
        background: white;
        color: rgba(78, 90, 195, 1);
    }
    .mo_menu {
        display: inline-block;
    }
    .logo{width: 60px;height: auto;}
    .logo img{width: 100%;}
    .logotype{font-size: 20px;}
    .contentWIDTH { 
        min-width: 320px;
        padding: 20px;
    } .contentWIDTH .col50 { 
        display: inline-block;
        width: 100%;
        padding-bottom:20px;
    }
    .imgheadertext {
        font-size: 12vw;
        line-height: 1;
    }
    .section01{height: 100%;padding-bottom: 50vw;}
    .section02 {
        font-size: 60px;
        line-height: 50px;
    }
    .scope_icons li {
        width: 100%;
    }
    .section03 {
        font-size: 60px;
        line-height: 50px;
    }
    .section04 {
        font-size: 60px;
        line-height: 50px;
    }
}
