﻿.imgcontainer img {
    max-width: 100%;
}

#header .logo img {
    max-height: 50px;
}
.wordheader {
    position: inherit;
    top: 26px;
    margin-left: 10px;
}
body {
    margin: 0;
    line-height: 1.5;
    font-size: 1.6rem;
}

.navbar a {
    color: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    transition: 0.3s;
}

.header {
    width: 100%;
    background-color: #FFFFFF;
    margin-bottom: 60px;
    position: fixed;
    top: 0px;
    z-index: 1000;
    height: 80px;
    line-height: 0px;
    -moz-box-shadow: 0px 1px 30px #ECECEC;
    box-shadow: 0px 1px 30px #ececec;
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(40, 58, 90, 0.9);
    transition: 0.3s;
    z-index: 999;
    line-height: 28px;
}

.mobile-nav-toggle {
    color: #666;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
}

.part-5-words2-ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.part-5-words2-ul li {
    margin-bottom: 16px;
    font-size: 13px;
    padding: 0;
}
