ul {
    list-style: disc;
    color: #465666;
}

    ul span {
        color: #323031;
    }


.vertical-border {
    height: 90%;
    border-right: 2px solid #fff;
    margin-top: 12px
}

.horizontal-border {
    width: 55%;
    border-bottom: 2px solid #fff;
    margin: 32px auto;
}

.horizontal-border2 {
    width: 55%;
    border-bottom: 2px solid #fff;
    margin: 32px auto;
}

nav a {
font: normal 700 26px 'Noto Sans', sans-serif !important;
}

#head {
    background: url("../img/header.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 607px;
}

#head_logo {
    background: url("../img/logo.svg");
    background-size: 330px auto;
    background-repeat: no-repeat;
    background-position: center 181px;
    height: 504px;
    margin:auto auto;
}

#head_inner {
    display: block;
    height: 0;
    padding-top: 63.3%;
}

.theNav {
    background: #323031;
    border-top: solid #fff;
    border-bottom: solid #fff;
    border-width: 2px;
    padding-right: 22px;
}

.slogan {
    background: transparent;
    width: 100%;
    top: 539px;
    color: #fff;
    font: normal 400 33px 'Buenard', serif;
    text-align: center;
    letter-spacing: 1px;
}

.blue-upper {
    display: flex;
    flex-direction: column;
    background: #465666;
    height: 390px;
}

.blue-upper-left-slogan {
    overflow: hidden;
    width: 100%;
    font: normal 400 36px 'Buenard', serif;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    letter-spacing: 3px;
}

.blue-upper-left-text {
    font: normal 400 13px 'Noto Sans', sans-serif;
    color: #fff;
    padding: 0 4% 10px;
    text-align: center;
    line-height: 1.6rem;
    letter-spacing: 1px;
}

.blue-upper-left-phone {
    font: normal 700 34px 'Noto Sans', sans-serif;
    color: #fff;
    padding-top: 27px;
    text-align: center;
    line-height: 1.6rem;
    letter-spacing: 0.06em;
    height: 29px;
}

span.gc-cs-link {
    color: #fff !important;
    text-decoration: none !important;
    cursor: pointer;
}

.blue-slogan {
    background: transparent;
    font: normal 400 30px 'Buenard', serif;
    color: #fff;
    padding-top: 5px;
    text-align: center;
    letter-spacing: 2px;
}

.blue-slogan-bigger {
    background: transparent;
    font: normal 400 34px 'Buenard', serif;
    color: #fff;
    padding-top: 3px;
    text-align: center;
    letter-spacing: .29rem;
}

.boat {
    vertical-align: sub;
    padding-right: 10px;
}

.blue-cell-text {
    font: normal 400 11px 'Noto Sans', sans-serif;
    color: #fff;
    padding: 0 5%;
    text-align: center;
    line-height: 1rem;
    letter-spacing: .01rem;
}

.wrapper-cell {
  display: flex;
  flex-flow: row wrap;
  max-width:1200px;
  margin: 0 auto;
}

.blue-full-cell {
    background: #465666;
}

.blue-full-cell-1 {
	min-height: 50px;
	padding: 28px 10px 32px;
}

.white-half-cell-bkg {
    width: 100%;
    background: url("../img/white_mount_bkg");
    background-size: 650px auto;
    background-repeat: no-repeat;
    background-position-y: 0;
    background-position-x: 50%;
}

.white-half-cell {
    background: #fff;
    width: 41%;
    float: left;
	padding: 0 4.2%;
}

.white-half-cell-1, .white-half-cell-2 {
    padding-top: 20px;
    min-height: 230px;
    padding-bottom: 50px;
}

.white-half-cell-1 {
	background: url("../img/services_bkg-1.svg") white;
    background-size: 300px auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.white-half-cell-2 {
	background: url("../img/services_bkg-2.svg") white;
    background-size: 300px auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.white-half-cell-title {
    font: normal 700 25px 'Noto Sans', sans-serif;
    color: #465666;
    text-align: center;
}

.white-half-cell-ul {
    padding-left: 0%;
    font: normal 400 11px 'Noto Sans', sans-serif;
    color: #323031;
    line-height: 1.7rem;
}

.white-full-cell-1 {
    background: #fff;
    width: 100%;
    min-height: 44px;
}

/* We tell all items to be 100% width */
.blue-half-cell, .blue-full-cell, .white-half-cell {
  flex: 1 100%;
}

.footer-text {
    font: normal 400 11px 'Noto Sans', sans-serif;
    color: #323031;
    text-align: center;
    line-height: 1rem;
    letter-spacing: .01rem;
    padding-bottom: 23px;
}

.footer-img {
    vertical-align: middle;
    padding: 18px; 
}

/* Medium screens */
@media (min-width: 800px) and (max-width: 950px) {
  /* We tell both sidebars to share a row */
	.blue-half-cell { padding-bottom: 34px; }

}

/* Medium screens */
@media all and (min-width: 800px) {
  /* We tell both sidebars to share a row */
  .blue-half-cell, .white-half-cell { flex: 1 auto; }
}

/* Large screens */
@media all and (min-width: 768px) {
  /* And tell the main element to take twice as much width as the other two sidebars 
   */
  .blue-full-cell-1  { order: 1; }
  .white-half-cell-1 { order: 2; }
  .white-half-cell-2 { order: 3; }
  .white-full-cell-1 { order: 4; }
}

@media (max-width: 400px) {

#head_logo {
    background: url("../img/logo.svg");
    background-size: 300px auto;
    background-repeat: no-repeat;
    background-position: center 194px;
    height: 504px;
    margin:auto auto;
}

}

@media only screen and (min-width: 480px) {

#head_logo {
    background: url("../img/logo.svg");
    background-size: 456px auto;
    background-repeat: no-repeat;
    background-position: center 122px;
    height: 537px;
    margin:auto auto;
}

.horizontal-border2 {
    display: none;
}

.white-half-cell-ul {
    padding-left: 2%;
    font: normal 400 14px 'Noto Sans', sans-serif;
    color: #323031;
    line-height: 1.7rem;
}

.white-half-cell-title {
    font: normal 700 34px 'Noto Sans', sans-serif;
    color: #465666;
    text-align: center;
    padding-top: 25px;
}

.white-half-cell-text {
    font: normal 400 20px 'Noto Sans', sans-serif;
    color: #323031;
    line-height: 1.7rem;
    text-align: justify;
    padding-top: 22px;
}

.white-half-cell-1 {
	background: url("../img/services_bkg-1.svg") white;
    background-size: 370px auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.white-half-cell-2 {
	background: url("../img/services_bkg-2.svg") white;
    background-size: 370px auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.blue-upper-left-slogan {
    overflow: hidden;
    width: 100%;
    font: normal 400 40px 'Buenard', serif;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    letter-spacing: 3px;
}

.blue-upper-left-text {
    font: normal 400 14px 'Noto Sans', sans-serif;
    color: #fff;
    padding: 25px 12% 10px;
    text-align: center;
    line-height: 1.6rem;
    letter-spacing: 1px;
}

.blue-slogan-bigger {
    background: transparent;
    font: normal 400 38px 'Buenard', serif;
    color: #fff;
    padding-top: 3px;
    text-align: center;
    letter-spacing: .29rem;
}

.boat {
    vertical-align: sub;
    padding-right: 18px;
}

.footer-img {
    vertical-align: middle;
    padding: 0 53px 0 0;
}


}

@media only screen and (min-width: 768px) {

}
