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%;
    min-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%;
    min-width: 100%;
    font: normal 400 36px 'Buenard', serif;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-top: 54px;
    text-align: center;
    letter-spacing: 3px;
}

.blue-upper-left-text {
    font: normal 400 13px 'Noto Sans', sans-serif;
    color: #fff;
    padding: 25px 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;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  max-width:1200px;
  margin: 0 auto;
}

.wrapper-blue-cell-full {
    display: inline-block;
    padding-top: 5px;
    margin: 0 auto;
    width: 100%;
    min-width: 100%;
}

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

.blue-full-cell {
    background: #465666;
    max-width: 1200px !important;
    -webkit-flex-grow: 1;
}

.blue-full-cell-1 {
    min-height: 37px;
    padding-bottom: 27px;
    padding-left: 10px;
    padding-right: 10px;
}

.blue-full-cell-2 {
    min-height: 83px;
    padding-left: 10px;
    padding-right: 10px;
}

.blue-half-cell-1, .blue-half-cell-2 {
    min-height: 402px;
    width:50%;
    display: -webkit-flex;
}

.blue-half-cell-2 {
    display: inline-flex;
}

.white-full-cell-1 {
    text-align:center;
    background: #fff;
    width: 100%;
    min-width: 100%;
    min-height: 103px;
    padding-top: 15px;
    padding-bottom: 25px;
    margin: 0 auto;
}

.located-text {
    font: normal 700 34px 'Noto Sans', sans-serif;
    color: #323031;
    text-align: center;
	line-height: 3.3rem;
    letter-spacing: 0.06em;
}

.white-full-cell-2 {
    text-align:center;
    background: #fff;
    width: 100%;
    min-width: 100%;
    min-height: 440px;
    margin: 0 auto;
}

.white-full-cell-3 {
    background: #fff;
    width: 100%;
    min-width: 100%;
    min-height: 44px;
	padding-top: 23px;
}

/* 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;
}

.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; }
}

@media (max-width: 800px) {
  .blue-half-cell-1, .blue-half-cell-2  { width: 100%; }
}

/* 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-half-cell-1  { order: 1; }
  .blue-half-cell-2  { order: 2; }
  .blue-full-cell-1  { order: 3; }
  .white-full-cell-1 { order: 4; }
  .white-full-cell-2 { order: 5; }
  .white-full-cell-3 { order: 6; }
}

@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: 20%;
    font: normal 400 18px 'Noto Sans', sans-serif;
    color: #323031;
    line-height: 1.7rem;
}

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

.blue-upper-left-slogan {
    overflow: hidden;
    width: 100%;
    min-width: 100%;
    font: normal 400 40px 'Buenard', serif;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-top: 54px;
    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) {

}
