@import url('https://fonts.googleapis.com/css?family=Lato:300,400,900');

html, body {
    height: 100%;
}

body {
    background-color: #CCC;
    font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 400;
}

.hs-back {
    height: 100%;
    margin: 0;
    background-image: url("wb-bg.jpg"); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.hs-content {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px;
    text-align: center;
}

.hs-image {
    padding: 20px;
    padding-top: 0px;
    background-color: rgba(255, 255, 255, 0.9);
}

.hs-head {
    font-weight: 900;
    font-size: 24px;
}

.hs-name {
    font-weight: 900;
    font-size: 32px;
}

.pull-down-60 {
    margin-top: 60px;
}

.pull-down-30 {
    margin-top: 30px;
}