html {
    height: 100%;
}

body {
    margin: 0;
}

.nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    height: 80px;
    width: 100%;
    color: white;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav-bar-background {
    background-image: url("../assets/images/background/motor.jpg");
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: top left;
}

@media (min-width: 1907px) {
    .nav-bar-background {
        background-size: cover;
    }
}

.nav-bar-title {
    display: inline-block;
    height: 80px;
    width: 200px;
    line-height: 80px;
    font-size: 30px;
    font-weight: 700;
    padding-left: 30px;
    vertical-align: top;
}

.nav-bar-title label {
    cursor: pointer;
}

.nav-bar-menu {
    position: fixed;
    display: inline-block;
    height: 80px;
    width: calc(100% - 235px);
    vertical-align: top;
    text-align: right;
    z-index: 110;
}

.nav-bar-toggle-button {;
    display: none;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 25px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    position: absolute;
    left: -60px;
    top: 20px
}

.nav-bar-toggle-button:active {
    background-color: rgba(255, 255, 255, 0.3);
}

.nav-bar-menu-item {
    display: inline;
    line-height: 80px;
    font-size: 16px;
    margin-right: 30px;
    cursor: pointer;
}

.nav-bar-menu-shade {
    position: fixed;
    z-index: 80;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 950px) {
    .nav-bar-toggle-button {
        display: block;
    }

    .nav-bar-menu {
        display: block;
        height: 100%;
        padding-top: 20px;
        width: 250px;
        background-color: rgba(4, 19, 39, 0.7);
        top: 0;
        right: -250px;
        text-align: left;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
    }

    .nav-bar-menu-show {
        right: 0;
    }

    .nav-bar-menu-item {
        display: block;
        padding-left: 40px;
        height: 50px;
        line-height: 50px;
        margin: 0;
    }

    .nav-bar-menu-shade-show {
        visibility: visible;
        opacity: 1;
    }
}

.splash {
    position: fixed;
    z-index: 0;
    color: white;
    width: 100%;
    height: calc(100% - 80px);
    top: 80px;
    overflow-y: auto;
}

.splash-background-img {
    position: fixed;
    z-index: -10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../assets/images/background/motor.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.splash-title-container {
    width: 100%;
    margin-top: 60px;
}

.splash-title {
    width: 80%;
    font-size: 70px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.splash-content-container {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.splash-content {
    margin: 0 auto;
    width: 80%;
    font-family: Arial, sans-serif;
    font-size: 18px;
}

.foot-note {
    position: fixed;
    z-index: 10;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: rgba(4, 19, 31, 0.7);
    line-height: 40px;
    text-align: center;
    color: rgb(200, 200, 200);
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 700px) and (max-width: 1130px) {
    .splash-title-container {
        margin-top: 40px;
    }

    .splash-title {
        font-size: 40px;
    }
}

@media (max-width: 699px) {
    .nav-bar-title {
        font-size: 25px;
    }

    .splash-title-container {
        margin-top: 0;
    }

    .splash-title {
        font-size: 30px;
    }
}

.splash-team-introduction {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

.splash-team-introduction-title {
    font-size: 25px;
    font-weight: 700;
    margin-top: 40px;
}

.splash-team-clients-frame {
    width: 500px;
    margin: 0 auto;
}

.splash-team-member-frame {
    text-align: left;
    padding: 0 30%;
}

@media (max-width: 950px) {
    .splash-team-introduction {
        display: block;
        width: 100%;
    }
}

@media (max-width: 499px) {
    .splash-team-clients-frame {
        width: 100%;
    }

    .splash-team-introduction-title {
        margin-top: 25px;
    }
}

.splash-team-clients-container {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

.splash-team-clients-photo {
    width: 58%;
}

.splash-team-clients-name {
    font-size: 18px;
    font-weight: 700;
}

.splash-team-clients-title {

}

.splash-team-clients-email a {
    outline: none;
    color: white;
    word-wrap: break-word;
}

.splash-team-detail-title {
    font-size: 20px;
}

.splash-team-member-sub-frame {
    margin-top: 20px;
}

.splash-team-wolf {
    cursor: pointer;
}

.content {
    margin: 110px auto 80px auto;
    width: 80%;
}

.content-title {
    font-size: 30px;
    color: #07205b;
    font-family: Impact, sans-serif;
}

.content-body {
    font-size: 20px;
    color: #31394a;
    font-family: Cambria, sans-serif;
    margin: 20px 0;
}

.content-body img {
    width: 100%;
}




.document-container {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.document-icon {
    font-size: 25px;
    line-height: 25px;
    vertical-align: top;
    cursor: pointer;
}

.document-name {
    line-height: 25px;
    vertical-align: top;
    cursor: pointer;
}

.about-us-content-body {
    text-align: center;
}

.about-us-team-message-container {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 0 30px 20px 30px;
}

@media (max-width: 700px) {
    .about-us-team-message-container {
        margin: 0 15px 20px 15px;
    }
}

.about-us-team-message-image {
    height: 270px;
}

.about-us-team-message-name {
    font-size: 22px;
}

.about-us-team-message-leader {
    font-weight: 700;
}

.about-us-team-message-email a {
    outline: none;
    color: #31394a;
    word-wrap: break-word;
}