/* import assets */

/* original import from fontastic */
/* @import "https://file.myfontastic.com/xJEm6zVXquoZdFLtN8ZRSM/icons.css"; */

/* to be replaced by local version below to avoid dependency */
@import "icons.css";

@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700");

/* actual styles */

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/* some sane variables */
/* custom css */
html, body {
  background-color: #435B98;
  color: white;
  font-family: "PT Sans", sans-serif;
}

a {
  color: white;
  text-decoration: none;
}

main {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
main section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  flex: 1;
}
main section::after {
  clear: both;
  content: "";
  display: block;
}
main section div.logo {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%;
  font-family: "sva-algemene-elektriciteitswerken";
  font-size: 6rem;
  text-align: right;
}
main section div.logo:last-child {
  margin-right: 0;
}
main section div.info {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 65.8807826589%;
}
main section div.info:last-child {
  margin-right: 0;
}

.info--name {
  font-size: 3.75rem;
  font-weight: bold;
}

.info--service {
  font-size: 2.25rem;
}

.info--data {
  font-size: 1.125rem;
  margin-top: 0.625rem;
}

/* Internet Explorer 10+ */
/* Disable flex for IE10 and up */
_:-ms-lang(x), .ie10up {
  display: block;
  margin-top: 5%;
}