@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/material-icons/MaterialIcons-Regular.eot");
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../assets/fonts/material-icons/MaterialIcons-Regular.woff2") format("woff2"), url("../assets/fonts/material-icons/MaterialIcons-Regular.woff") format("woff"), url("../assets/fonts/material-icons/MaterialIcons-Regular.ttf") format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga'; }

html {
  background-color: black;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  box-sizing: border-box; }

body {
  font-family: "Lato", sans-serif;
  margin: 0;
  position: relative;
  padding-bottom: 80px; }

header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.4); }
  header nav {
    display: flex;
    align-items: center; }
    header nav a {
      white-space: nowrap;
      padding: 32px 20px;
      font-size: 14px;
      color: white;
      text-decoration: none;
      border-right: 1px solid rgba(255, 255, 255, 0.5); }
      header nav a:hover {
        background: rgba(29, 55, 104, 0.7); }
      header nav a.active {
        background: rgba(29, 55, 104, 0.9); }
    header nav .no-border {
      border-right: none; }
    header nav .logo {
      padding: 10px 20px; }
      header nav .logo img {
        height: 60px;
        vertical-align: middle; }
    header nav .cta {
      flex-grow: 1;
      text-align: right;
      border-left: none;
      padding: 28px 20px; }
      header nav .cta i {
        vertical-align: middle; }
      header nav .cta span {
        padding-right: 7px;
        vertical-align: middle; }
    header nav .spacer {
      cursor: default;
      display: none;
      flex-grow: 1; }
      header nav .spacer:hover {
        background: none; }
    @media (min-width: 680px) {
      header nav .spacer {
        display: block; }
      header nav .cta {
        flex-grow: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.5); } }

footer {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #999999;
  font-size: 10px;
  text-align: center;
  padding: 10px 0; }
  footer a {
    color: #999999; }

#content .logo {
  margin: 20px auto 30px;
  text-align: center; }
  #content .logo img {
    width: 200px; }

#content .container {
  margin: 0 auto;
  padding: 20px 60px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  max-width: 600px; }
  #content .container h1 {
    font-size: 26px; }
  #content .container h2 {
    font-size: 22px; }
  #content .container h3 {
    font-size: 18px; }
  #content .container h1, #content .container h2, #content .container h3 {
    font-weight: 300; }

@media (min-width: 680px) {
  #content {
    margin: 50px; }
    #content .container {
      border-radius: 5px; } }

#social {
  position: fixed;
  left: 0;
  bottom: 80px;
  transition: all 1s;
  opacity: .8; }
  #social .social img {
    height: 40px; }
  @media (min-width: 680px) {
    #social {
      bottom: 60%; }
      #social .social {
        opacity: .6; }
        #social .social:hover {
          opacity: 1; } }
