@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}


/*  Fonts
-------------------------------------------------*/

@font-face {
    font-family: 'AmaticSC-Regular';
    src: url('../fonts/AmaticSC-Regular.eot');
    src: url('../fonts/AmaticSC-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AmaticSC-Regular.woff2') format('woff2'),
        url('../fonts/AmaticSC-Regular.woff') format('woff'),
        url('../fonts/AmaticSC-Regular.ttf') format('truetype'),
        url('../fonts/AmaticSC-Regular.svg#AmaticSC-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Andika';
    src: url('../fonts/Andika.eot');
    src: url('../fonts/Andika.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Andika.woff2') format('woff2'),
        url('../fonts/Andika.woff') format('woff'),
        url('../fonts/Andika.ttf') format('truetype'),
        url('../fonts/Andika.svg#Andika') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*  Algemeen
-------------------------------------------------*/
html, body {
  height: 100%;
}

body{
  color:#000;
  font-family: Roboto-Regular;
  font-size:1em;
  line-height:1.5;
}

img{
  max-width: 100%;
}

#wrapper{
  width:100%;
  min-height:calc(100vh - 210px);
  overflow:hidden;
}

.container{
  width:90%;
  max-width:320px;
  margin:0 auto;
  padding-top:30px;
  padding-bottom:10px;
  overflow:hidden;
}

p{
  text-align: center;
  margin-top:10px;
}
