/*****
 * not so much here
*****/
section.cover {
    height: 480px;
    background: url(../image/showground-sketch.jpg) no-repeat center center;
    background-size: cover;
}
h3 {
	color: #777;
	font-size: 1.5rem;
	text-align: center;
}
#concept-design {
    display:block;
    width: 100%;
}
@media screen and (min-width: 1200px) {
    section.cover h1 {
        font-size: 60px;
    }
}
@media screen and (max-width: 800px) {
    section.cover h1 {
        font-size: 40px;
    }
}