body {
  background: #a8bebc;
}

div.main {
  display: none;
}

.left-side {
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: lowercase; }

p, li {
  text-transform: lowercase;
  line-height: 18px;
  margin-bottom: 6px;
}

p>a {
  text-decoration: none;
  font-weight: bold;
}

div.two-thirds {
  text-align: center;
}

.soc-links li {
  display: inline;
  list-style: none;
}

.soc-links img { padding: 0 10px;}

.frontlist p {
  line-height: 18px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .left-side { text-align: left; }
  .name { margin-top: 0; }
  .label { margin-bottom: 12px; font-weight: bold;}
  .label:after { content:":"; }
  div.switch-left { text-align: left; }
}

svg {
  z-index: -1;
}

/*DEBUGGING*/
/*div {
  outline: 1px solid red;
  box-sizing: border-box;
}*/