.gsd-body {
    font-family: "latoregular", sans-serif;
}

.gsd-logo {
	display: block;
    height: 61px;
    float: left;
    padding-top: 18px;
    padding-left: 49px;
    background: url(../img/GsdunLogo.png) 0% 0% no-repeat;
    font-family: "latoregular", sans-serif;
    font-size: 20px;
    color: #454545;
}

.gsd-name {
    position: relative;
    transform: translateY(50%);
    font-family: "latoregular", sans-serif;
}

.gsd-blue {
	color: #4594e5;
}


.gsd-header-bloglink {
	float: right;
	position: relative;
    transform: translateY(50%);
}

.gsd-header-bloglink:after {
	content: " ";
    display: block;
    width: 8px;
    height: 11px;
    background: url(../img/GsdunMenu_blog.png) 50% 50% no-repeat;
    float: right;
}

.gsd-hero {
    padding: 8px 5%;
    background: url(../img/Gsdun_BgImg.jpg) 75% 100% no-repeat;
    background-size: cover;
    margin: 0 0 10px 0;
    height: 350px;
}

.gsd-hero-headline {
    font-family: "latoblack", sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.1;
    text-align: right;
    margin: 10% 0% 30% 20%;
    color: black;
}

.gsd-intro {
    padding: 45px 5%;
    line-height: 1.25;
    text-align: center;
    font-weight: bold;
}

.gsd-values {
    padding: 20px 5%;
    background-color: #454545;
    color: white;
}

.gsd-values-headline {
    font-family: "latoregular"; sans-serif;
    font-size: 40px;
    margin: 0px 0px 5px 0px;
}

.gsd-values-item {
    padding: 10px 0px;
}

.gsd-values-item-headline {
    color: white;
}

.gsd-values-item-headline-no {
    color: #999;
    padding: 0 3px 0 0;
}

.gsd-values-item-body {
    font-family: "latolight"; sans-serif;
    color: #ececec;
    line-height: 1.25;
}

.gsd-values-readblog {
    color: white;
    padding: 20px 0 0 0;
}

.gsd-contactus {
    background-color: #fff;
    text-align: center;
    padding: 30px 5% 30px 5%;
}

.gsd-contactus-logo {
    height: auto;
}

@media screen and (min-width: 60em) {
    .gsd-hero,
    .gsd-intro,
    .gsd-values,
    .gsd-contactus {
        padding-left: 20px;
        padding-right: 20px;
        width: 600px;
        margin: auto;
    }

    .gsd-hero {
        background-position: 100% 100%
    }

    .gsd-site-header {
        position: static;
    }

    .gsd-hero-headline {
        font-size: 52px;
    }

    .gsd-site-header-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

}


@media screen and (min-width: 80em) {
    .gsd-hero,
    .gsd-intro,
    .gsd-values,
    .gsd-contactus {
        width: 700px;
    }

}

