@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,900");
/* Color Palette */
/* General Styles */
body {
  background: #171E2B;
  font-family: 'Source Sans Pro', sans-serif;
}

.sections, footer {
  padding: 40px 12vw;
}
@media (min-width: 960px) {
  .sections, footer {
    padding: 40px calc( (100% - 600px)/2 );
  }
}

.container {
  width: 100%;
}

svg {
  width: 100%;
  max-height: 100vh;
}

#cat {
  opacity: 0;
  cursor: pointer;
}

.shadow-2, .shadow-1 {
  opacity: 0;
}

/* Footer */
footer {
  background-color: #39445B;
  color: white;
}

.footer__title {
  font-weight: bold;
  font-size: 30px;
  margin-top: 40px;
}

.footer__subtitle {
  font-size: 22px;
  color: #FFDF9F;
}

.footer__parragraph, .footer__list, .copyright {
  line-height: 1.5em;
  font-size: 22px;
}
.footer__parragraph a, .footer__list a, .copyright a {
  color: #42CE8E;
}

.copyright {
  text-align: center;
  border-top: 1px dashed rgba(255, 255, 255, 0.15);
  padding: 10px 0;
  margin: 40px auto;
}