@charset "UTF-8";
@import url(../fonts/stylesheet.css);
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  margin: 0;
  font-size: 16px;
  font-family: 'terminal', sans-serif;
  background: #000fa0;
  color: #FFF;
  position: relative;
  overflow-x: hidden; }

ul, ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

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

a:visited {
  color: #FFF; }

img {
  width: 100%; }

figure {
  margin: 0; }

h1, h2, h3, h4 {
  font-weight: normal; }

.show-for-small-only {
  display: block; }

.hide-for-small-only {
  display: none; }

.row {
  margin: 0; }

header {
  width: 100%;
  border: 2px solid #FFF;
  padding: 10px; }
  header h1 {
    font-size: 1.5em;
    text-transform: uppercase;
    margin: 0; }
    header h1 a {
      color: #FFF; }

.filters {
  position: fixed;
  height: 100vh;
  right: -25%;
  top: 0;
  border: 2px solid #FFF;
  background: #FFF;
  width: 25%;
  padding: 10px;
  -webkit-transition: right 1s ease;
  -o-transition: right 1s ease;
  transition: right 1s ease; }
  .filters.active {
    right: 0; }
  .filters .filter-btn {
    position: absolute;
    left: -64px;
    top: -2px;
    width: 64px;
    height: 47px;
    color: #000fa0;
    font-size: 2em;
    text-align: center;
    background: #FFF;
    cursor: pointer; }
    .filters .filter-btn span::before {
      content: "←"; }
    .filters .filter-btn.active span::before {
      content: "→"; }
  .filters h2 {
    color: #000fa0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.4em;
    margin-left: 10px;
    text-decoration: underline;
    margin-top: 40px;
    margin-bottom: 0; }
  .filters li {
    cursor: pointer;
    font-size: 1em;
    border: 2px solid #000fa0;
    color: #000fa0;
    display: inline-block;
    margin: 10px 0 0 10px;
    padding: 10px; }
    .filters li:hover, .filters li.active {
      border: 2px solid #FFF;
      color: #FFF;
      background: #000fa0; }

.menu {
  margin-top: 40px;
  border-top: 2px solid #000fa0;
  padding-top: 20px; }
  .menu li {
    border: none;
    padding: 0; }
    .menu li:hover {
      background: transparent;
      border: none; }
    .menu li a {
      color: #000fa0; }
      .menu li a:hover {
        text-decoration: underline; }
      .menu li a::before {
        content: "♥"; }

.box {
  padding: 20px;
  padding-top: 0;
  border: 2px solid #FFF; }

.allGrrrls {
  padding: 0; }

.girl {
  border: 2px solid #FFF;
  padding: 10px 5px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 10px; }
  .girl.active {
    background: #FFF; }
    .girl.active a {
      color: #000fa0; }
  .girl a {
    color: #FFF; }

.map {
  padding: 20px; }
  .map .map-intro {
    margin-bottom: 80px; }

.map-wrapper svg ellipse, .map-wrapper svg path {
  stroke-width: 2px; }

@media only screen and (min-width: 64em) {
  .show-for-small-only {
    display: none !important; }
  .hide-for-small-only {
    display: block !important; } }
