body {    color: #666666;    font-size: 16px;    line-height: 180%;}.bg {    background-size: cover;    background: url(../img/bg.jpg) no-repeat center center;    color: #ffffff;}#canvas-particle {	position: fixed;	top: 0px;	z-index: -1;}.top {    margin: auto;    padding-bottom: 250px;    padding-top: 250px;    text-align: center;}.title h1 {    font-size: 36px;    font-weight: 900;}.title h2 {    color: #eeeeee;    font-size: 18px;    font-weight: normal;}.title h3 {    color: #000000;    font-size: 24px;    font-weight: 900;    letter-spacing: 1px;    margin-bottom: 40px;    margin-top: 40px;    padding-bottom: 20px;    position: relative;    text-align: center;}.title h3::after {    border-bottom: 1px solid #355294;    bottom: 0;    content: "";    display: block;    height: 0;    left: 50%;    margin-left: -20px;    position: absolute;    width: 40px;}.title h4 {    color: #333333;    font-size: 18px;    font-weight: 900;}ul.list {    padding-left: 20px;}ul.list li {    color: #999999;}.bigbox {    margin-bottom: 50px;    margin-top: 50px;}.littlebox {    margin: 0 30px;}.container img {    border-radius: 10px;}.awards {    border: 1px solid #cccccc;    height: 190px;}.btn-nb {    background-color: #355294;    border-radius: 0;    border: 4px solid #ffffff;    color: #ffffff;    margin-bottom: 30px;    margin-top: 30px;    padding-left: 40px;    padding-right: 40px;}.codebox {    background-color: #efefef;    color: #666666;    padding: 20px 40px 40px 40px;}footer {    line-height: normal;    margin-bottom: 0px;}@media (max-width: 767px) {    body {        font-size: 14px;    }    .bg {        background-size: contain;        background: url(../img/bg.jpg) no-repeat center top;    }    .top {        padding-bottom: 50px;        padding-top: 50px;    }    .logo {        width: 30%;    }    h1 {        font-size: 18px;    }    h2 {        font-size: 12px;    }    .littlebox {        margin: 0;    }    .codebox {        padding: 10px;    }}