@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


body {
  font-family: "Open Sans", "Helvetica Neue", 'Noto Sans Japanese', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue", 'Noto Sans Japanese', Helvetica, Arial, sans-serif;
}
.alt-font,
.btn-primary {
  font-family: 'Noto Sans Japanese', "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

header.centered-text h1,
h1,h2,h4 {
    font-weight: bold;
}

.pos-vertical-center h1 {
    font-size: 35px;
}

.pos-vertical-center .lead {
    font-size: 16px;
}
p.service {
    font-size: 16px;
}

@media (max-width: 600px) {
    .pos-vertical-center h1 {
        font-size: 20px;
    }
    .pos-vertical-center .lead {
        font-size: 14px;
    }
}

.news {
    font-size: 11px;
}

.blog-article-wide:not(:last-child) {
    border: none;
}

.menu-horizontal > li:not(:hover) > a {
    opacity: .9;
}