@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 2. 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;
  background-color: #313233; 
}
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;
}

#achtergrond {
  position: fixed;
  background-color: #313233;
  height: 100vh;
  width: 100vw;
  transform: translate(0, -2.75vh);
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

#davitze {
  margin: 0;
  position: absolute;
  top: 40vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 10vw;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: lighter;
  color: White;
}

#footer {
  margin: 0;
  position: relative;
  transform: translate(0, 0%);
  color: #c3d2ea;
  text-align: center;
  font-size: 3vw;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: lighter;
}

#footer a {
	color: #5b626d;
}


a {
	color: inherit;
	text-decoration: inherit;
}



@media (orientation: portrait) {
#davitze {
  margin: 0;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 10vw;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: lighter;
  color: White;
}

#footer {
  margin: 0;
  position: absolute;
  transform: translate(40%, 50%);
  width: 33%;
  text-align: left;
  font-size: 5vw;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: lighter;
  color: #abb8cd;
  line-height: 150%;
}
}


#logo{
	width: 90vw;
}



