@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300);
:root {
  --green: #2ecc71; }

::selection {
  background-color: #b3d4fc; }

::-moz-selection {
  background-color: #b3d4fc; }

body {
  background-color: #333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #666; }

.container {
  position: fixed;
  width: 100%;
  height: 100%;
  display: table; }

.container-inner {
  display: table-cell;
  vertical-align: middle; }

h1 {
  color: white;
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0.1618em;
  line-height: 2.618em; }

h1:hover {
  cursor: default; }

h2 {
  text-align: center;
  margin: 0; }

h2 span {
  color: #2ecc71; }

a {
  text-decoration: none; }
  .cr a {
    color: #252525;
    font-weight: bold; }
  a.bracket:before {
    content: "{";
    padding: 0.1em; }
  a.bracket:after {
    content: "}";
    padding: 0.1em; }

footer {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%; }

main .article {
  text-align: center; }

.article {
  color: #e3e3e3;
  font-size: 1.5em; }

.article a {
  color: #2ecc71;
  text-decoration: none; }

a.yellow {
  color: #cc9c2e; }

a.green {
  color: var(--green); }

a.blue {
  color: #2ecca8; }

a.red {
  color: #ffafaf; }

a.white {
  color: white; }

ul, li, a {
  display: inline-block; }

li {
  border-right: 1px solid #484848;
  padding: 5px 7px 5px 5px; }

li:last-child {
  border-right-color: transparent; }

#links a {
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-decoration: none;
  color: #C3C3C3;
  font-family: "zocial", sans-serif;
  font-size: 24px;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out; }

#links a:hover {
  background-color: #2ecc71;
  color: #131313; }

#links a:active {
  background-color: #25a25a; }

li a.faaw {
  vertical-align: middle;
  margin-bottom: 10px; }

li a.faaw i {
  line-height: 67px; }

.cr {
  width: 200px;
  padding: 5px 16px;
  position: fixed;
  text-align: center;
  color: #f0f0f0;
  right: -5em;
  top: 1em;
  transform: rotate(45deg);
  background-color: var(--green);
  border: 1px solid #1e8c4d; }

@media (max-width: 600px) {
  .container,
  .container-inner,
  .container main {
    display: flex;
    width: 100%;
    flex-direction: column; }
  main header {
    display: flex;
    width: 100%;
    flex-direction: column; }
  main header h1 {
    line-height: 1.5em; }
  ul#links {
    padding: 0;
    margin: 0; }
  ul#links li {
    border-right: none; }
  footer {
    position: inherit; }
  footer:before {
    content: "●";
    margin: 1em;
    display: block; }
  .cr {
    right: -100px;
    top: -10px;
    padding-top: 20px; } }
