/* Autodealers.nl CSS voor de dealerwebsite */
@import url('//svl.autodealers.nl/css/responsive2/bootstrap.min.css');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600');
@import url('//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.min.css');
@import url('//svl.autodealers.nl/css/responsive2/style.min.css');
html,
body {
  background: #000;
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
}

body {
  font-family: "Poppins", sans-serif;
  color: #fff;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

h1, h2 {
  line-height: 1.2em;
}

h1 {
  font-size: 1.5em;
  margin: 10px 0;
}

h2 {
  font-size: 1.2em;
}

a,
a:link,
a:visited,
a:active {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: ease-in-out all 0.3s;
}
a:hover,
a:link:hover,
a:visited:hover,
a:active:hover {
  color: #007370;
}

.main-container {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  flex: 6;
}

.message-container {
  width: 80vw;
  height: 80vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.message-container h1 {
  color: #fff;
  font-weight:800;
  font-size:2em;
}
.message-container h1 span {
  display: block;
  font-size: 0.7em;
  font-weight: 500;
  color: #fff;
}
.message-container ul {
  margin: 20px auto;
  padding: 0 0 0 20px;
  text-align: left;
}

.social-icons {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.social-icons a {
  background: #00a6a1;
  width: 40px;
  height: 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.social-icons img {
  width: 24px;
  height: 24px;
}

footer {
  flex: 1;
  text-align: center;
  background:none;
  font-size:16px;
}