@import url("https://fonts.googleapis.com/css?family=Montserrat|Montserrat+Alternates|Raleway");
@import url("https://fonts.googleapis.com/css?family=Fredericka+the+Great|Josefin+Slab|Antic+Slab");
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.5;
  color: black;
  font-family: 'Antic Slab', serif;
  font-weight: 400; }

article, aside, figcaption, figure, footer, header, nav, section {
  display: block; }

h1, h2, h3, h4, stong {
  margin-top: 1em;
  padding-top: 1em;
  line-height: 1.25;
  color: black; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1rem; }

ul, ol {
  margin: 1em 0;
  padding-left: 40px; }

p, figure {
  margin: 1em 0; }

a img {
  border: none; }

sup, sub {
  line-height: 0; }

.header {
  font-family: 'Montserrat', sans-serif;
  z-index: 1;
  text-align: center;
  color: #000000;
  margin: 0 auto; }
  .header .site-title {
    font-size: 50px;
    display: block;
    line-height: 1;
    color: #000000; }
    @media only screen and (min-width: 768px) {
      .header .site-title {
        margin: 0;
        font-size: 76px; } }
  .header .site-description {
    font-size: 20px;
    display: block;
    line-height: 1;
    color: #000000;
    margin-top: 10px; }
    @media only screen and (min-width: 768px) {
      .header .site-description {
        font-size: 34px; } }

.header-links {
  margin: 10px; }
  .header-links .link {
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    margin: 10px; }
    @media only screen and (min-width: 768px) {
      .header-links .link {
        font-size: 20px; } }

.header-icons {
  display: flex;
  justify-content: space-around;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }
  .header-icons a {
    outline: 0 !important;
    border: none !important;
    outline-style: none !important;
    -moz-outline-style: none !important;
    padding: none;
    margin: none;
    text-decoration: none;
    color: #000000; }
  .header-icons .icon {
    text-align: center;
    color: #000000;
    width: 20px;
    height: 20px;
    font-size: 20px;
    padding: 10px;
    margin: 5px;
    border-radius: 50%;
    border: 2px solid #000000;
    transition: all .5s; }
    .header-icons .icon:hover {
      color: #ffffff;
      background: #000000; }
    .header-icons .icon:active {
      color: #ffffff;
      background: #000000; }
    @media only screen and (min-width: 768px) {
      .header-icons .icon {
        width: 30px;
        height: 30px;
        font-size: 30px;
        line-height: 30px; } }

.down {
  color: #FFF;
  position: absolute;
  bottom: 25px;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
  outline: 0 !important;
  border: none !important;
  outline-style: none !important;
  -moz-outline-style: none !important; }
  .down .icon {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    fill: #fff;
    -webkit-animation: pulse 1.3s infinite;
    animation: pulse 1.3s infinite; }
    .down .icon:hover {
      color: #000000; }
    .down .icon:active {
      color: #000000; }

#bio {
  color: #000000;
  background-color: #ffffff;
  font-size: 110%;
  width: 90%;
  margin: 0 auto;
  max-width: 600px;
  background-color: rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 0px 0px 60px #ffffff;
  -webkit-box-shadow: 0px 0px 60px #ffffff;
  box-shadow: 0px 0px 60px #ffffff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  padding: 20px; }
  @media only screen and (min-width: 768px) {
    #bio {
      width: 80%; } }

#particles-js canvas {
  background: #ffffff;
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity .8s ease, -webkit-transform 1.4s ease;
  transition: opacity 0.8s ease, transform 1.4s ease; }

#particles-js {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -10;
  top: 0;
  left: 0; }
