html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #2c7aaf;
}

#container {
    width: 90%;
    margin-left: 5%;
    float: left;
}
.block {
    width: 33%;
    height: 400px;
    background: rgba(255,255,255,0.5);
    float: left;
    margin-left: 0.25%;
    position: relative;
}
.logo {
    width: 100%;
    height: 200px;
    float: left;
}

.logo p {
    font-weight: 900;
    text-align: center;
    padding-top: 86px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 29px;
    color: #FFF;
}

.button {
    float: left;
    width: 90%;
    bottom: 0px;
    position: absolute;
    height: 75px;
    margin-left: 5%;
    margin-bottom: 10px;
}

.button a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 800;
    float: left;
    background: rgba(44, 122, 175, 0.42);
    border-bottom: 3px solid #5A91B7;
    font-size: 21px;
    width: 100%;
    height: 48px;
    text-align: center;
    padding-top: 27px;
}

.button a:hover {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 800;
    float: left;
    background: #5A91B7;
    border-bottom: 3px solid #5A91B7;
    font-size: 21px;
    width: 100%;
    height: 48px;
    text-align: center;
    padding-top: 27px;
}

.name {
    width: 90%;
    text-align: center;
    height: 40px;
    font-size: 23px;
    text-transform: uppercase;
    margin-top: 20px;
    color: #FFFFFF;
    margin-left: 5%;
    font-weight: 900;
    border-bottom: 3px solid #FFFFFF;
    font-family: sans-serif;
}
.image1 {
    float: left;
    width: 90%;
    margin-left: 5%;
    height: 232px;
    margin-top: 10px;
    background: url(https://www.fietsen-stalling.com/wp-content/uploads/2016/05/fietsenstalling-groen-010.jpg);
    background-size: 100%;
    background-position: 0px;
    background-repeat: no-repeat;
}

.image2 {
    float: left;
    width: 90%;
    margin-left: 5%;
    height: 232px;
    margin-top: 10px;
    background: url(https://www.schuilstal.com/wp-content/uploads/2016/05/DSC01263.jpg);
    background-size: 100%;
    background-position: 0px;
    background-repeat: no-repeat;
}

.image3 {
    float: left;
    width: 90%;
    margin-left: 5%;
    height: 232px;
    margin-top: 10px;
    background: url(https://www.schuilstal.com/wp-content/uploads/2016/06/IMG_20160606_074816.jpg);
     background-size: 100%;
    background-position: 0px;
    background-repeat: no-repeat;
}


@media (max-width: 980px) {

.block {
    width: 90%;
    height: 435px;
    background: rgba(255,255,255,0.5);
    float: left;
    margin-left: 5%;
    position: relative;
    margin-top: 33px;
}

.name {
    width: 90%;
    text-align: center;
    height: 55px;
    font-size: 39px;
    text-transform: uppercase;
    margin-top: 20px;
    color: #FFFFFF;
    margin-left: 5%;
    font-weight: 900;
    border-bottom: 3px solid #FFFFFF;
    font-family: sans-serif;
}

.image1 {
    float: left;
    width: 90%;
    margin-left: 5%;
    height: 232px;
    margin-top: 15px;
    background: url(https://ww.fietsen-stalling.com/wp-content/uploads/2016/05/fietsenstalling-groen-010.jpg);
    background-size: 100%;
    background-position: 0px !important;
    background-repeat: no-repeat;
}

.image2 {
    float: left;
    width: 90%;
    width: 90%;
    margin-left: 5%;
    height: 232px;
    margin-top: 10px;
    background: url(https://www.schuilstal.com/wp-content/uploads/2016/05/DSC01263.jpg);
    background-size: cover !important;
    background-position: 0px !important;
    background-repeat: no-repeat;
}

.image3 {
    float: left;
    width: 90%;
    margin-left: 5%;
    height: 232px;
    margin-top: 10px;
    background: rgba(255,255,255,0.2);
    background-size: cover !important;
    background-position: 0px !important;
    background-repeat: no-repeat;
}

.button {
    float: left;
    width: 90%;
    bottom: 0px;
    position: absolute;
    height: 79px;
    margin-left: 5%;
    margin-bottom: 15px;
}

.button a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 800;
    float: left;
    background: rgba(44, 122, 175, 0.42);
    border-bottom: 3px solid #5A91B7;
    font-size: 30px;
    width: 100%;
    height: 48px;
    text-align: center;
    padding-top: 22px;
}

.logo p {
    font-weight: 900;
    text-align: center;
    padding-top: 86px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 54px;
    color: #FFF;
}

}