/* ----------------------------------------------- START NORMALISEREN --------------------------------------------------------------- */
/* Normaliseren margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, figure {
margin : 0;
padding : 0;
}

/* Normaliseren font-size voor headers */
h1, h2, h3, h4, h5, h6 {
font-size : 100%;
}

/* Verwijderen list-style van lijsten */
ol, ul {
list-style : none;
}

/* font-style en font-weight op normaliseren */
address, caption, cite, code, dfn, em, strong, th, var {
font-style : normal;
font-weight : normal;
}

table {
border-collapse : collapse;
border-spacing: 0;
}

/* verwijderen randen van fieldset en img */
fieldset, img {
border : 0;
}

/* links aligneren caption en th */
caption, th {
text-align: left;
}

/* verwijderen van aanhalingstekens in q */
q:before, q:after {
content : '';
}

a
{
  outline: none;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/* ----------------------------------------------- EINDE NORMALISEREN --------------------------------------------------------------- */
/*
font-family: 'Hind', sans-serif;
*/

body{
	background-color: #000;
}

div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
}

img {
display:block;
  width: 100%;
  max-width:500px;
}

h1{
	text-align: center;
	color:#fff;
	font-family: 'Barlow', sans-serif;
	font-size:30px;
}

h2{
	text-align: center;
	margin-top:60px;
	color:#fff;
	font-family: 'Barlow', sans-serif;
	font-size:20px;
	line-height: 35px;
}

h2 a{
	color:#fff;
}
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media(min-width:580px){



}
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media(min-width:880px){


}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media(min-width:970px){


}
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media(min-width:1160px){

}
