@charset "utf-8";

body,
html {
  height: 100%;
}

body {
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  background-image: url('zanier_hg.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

main {
  width: 100%;
  display: flex;
  justify-content: center;
}

#logo {
  width: 50%;
  height: auto;
  margin-top: 2em;
}

#vc_info {
  text-align: center;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 2rem;
  padding-top: 2rem;
  color: #b30200;
  text-transform: uppercase;
}

ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 2rem;
}

li {
  font-size: 1.5rem;
  padding-bottom: 0.5em;
}

a {
  color: #b30200;
  text-decoration: none;
}

a:hover {
  color: rgb(53, 51, 51);
}

p {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
}

/* Media Queries ---------------------------------------------------------- */

@media screen and (max-width: 860px) {

  body {
    margin: 0;
  }

 p {
  font-size: 1rem;
  line-height: 1.5rem;
 }

 h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

li {
  font-size: 1rem;
  padding-bottom: 0.5em;
}