
html {
    font-size: 0.7rem;
}

/* SUNAHARA-DO custom typography */
body.shd-navbar-spacing {
    padding-top: 100px;
}

div.shd-jumbotron {
    height: 100vh;
    background:url(../image/top.jpg) center no-repeat;
    background-size: cover;
}

.shd-headline {
    font-weight: bold;
}

/* Responsive typography */
@media screen and (min-width:768px){
    html {
        font-size: 0.8rem;
    }
}

@media screen and (min-width:992px){
    html {
        font-size: 1.0rem;
    }
}

@media screen and (min-width:1200px){
    html {
        font-size: 1.0rem;
    }
}
