@font-face {
  font-family: 'Calling Code';
  src: url(/assets/fonts/CallingCode-Regular.otf); }
@font-face {
  font-family: 'Cormorant Garamond';
  src: url(/assets/fonts/CormorantGaramond-Light.ttf); }
@font-face {
  font-family: 'Cormorant Garamond';
  src: url(/assets/fonts/CormorantGaramond-LightItalic.ttf);
  font-style: italic; }
#pop-down {
  top: 0;
  background: #00f;
  width: 100%;
  padding: 5px 20px;
  color: #fff;
  display: none;
  position: relative;
  z-index: 10; }
  #pop-down #left {
    transform: translateY(-1px);
    line-height: 20px;
    display: inline-block; }
    #pop-down #left span {
      margin-right: 5px; }
      #pop-down #left span img {
        transform: translateY(3px); }
  #pop-down #right {
    float: right;
    line-height: 20px;
    transform: translateY(5px); }
  #pop-down .cross {
    cursor: pointer; }

#back {
  top: 20px;
  margin-left: 20px;
  margin-right: -10px;
  cursor: pointer;
  position: absolute; }
  #back img {
    filter: grayscale(100);
    opacity: 0.5;
    transition: filter 0.5s, opacity 0.5s; }

#back:hover img {
  opacity: 1;
  filter: grayscale(0); }

footer {
  position: fixed;
  bottom: 20px;
  width: 100%;
  z-index: 10; }
  footer a {
    text-decoration: none;
    color: #757575;
    cursor: pointer; }
  footer ul {
    list-style: none;
    padding: 0; }
  footer li {
    text-decoration: none;
    display: inline-block;
    margin-right: 10px; }
  footer #leftFoot {
    margin-left: 20px;
    display: inline-block; }
  footer #rightFoot {
    margin-right: 10px;
    display: inline-block;
    float: right; }
    footer #rightFoot .button {
      background: #fff;
      border-radius: 100px;
      display: inline-block;
      cursor: pointer;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
      font-size: 0.8rem;
      padding: 10px 12px;
      margin-right: 10px; }
      footer #rightFoot .button a {
        cursor: pointer; }
    footer #rightFoot .button:focus, footer #rightFoot .button:hover {
      box-shadow: 0px 0px 10px rgba(0, 0, 255, 0.3);
      outline: none; }
    footer #rightFoot .info:hover:after, footer #rightFoot .info:focus:after {
      content: 'nformation'; }
    footer #rightFoot .email:hover:after, footer #rightFoot .email:focus:after {
      content: 'mail'; }
    footer #rightFoot .twitter:hover:after, footer #rightFoot .twitter:focus:after {
      content: 'ollow'; }

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  top: 0;
  margin: 0;
  font-family: "Calling Code";
  font-size: 0.8rem;
  background: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

h1 {
  font-family: "Cormorant Garamond";
  font-weight: lighter;
  font-size: 4rem; }

main {
  top: 0;
  padding: 0px 40px;
  width: calc(250px + 45vw);
  margin-left: auto;
  margin-right: auto; }
  main h1 {
    text-align: center; }
  main img {
    width: 100%; }
  main br {
    clear: both; }
  main .entry {
    padding: 20px 0px 50px 0px; }
    main .entry p {
      font-size: 0.9rem; }
      main .entry p a {
        color: #00f;
        text-decoration: none;
        border-bottom: 1px solid #00f; }

@media all and (max-width: 1024px) {
  main {
    width: 100%;
    padding-left: calc(-25px + 15vw);
    padding-right: calc(-25px + 15vw); } }
svg {
  max-width: 65%;
  max-height: 65%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
  svg path {
    fill-opacity: 0;
    stroke: #00f;
    stroke-width: 1;
    stroke-dasharray: 870;
    stroke-dashoffset: 870;
    animation: draw 5s infinite ease-in-out alternate; }

@keyframes draw {
  to {
    stroke-dashoffset: 0; } }

/*# sourceMappingURL=index.css.map */
