h1, h2, h3, h4, h5, h6 {
  font-family: PT Serif,serif; }

body {
  max-width: 100%;
  overflow: visible;
  overflow-x: hidden; }

body,
#top,
#home h2,
a,
p {
  font-family: 'Open Sans', sans-serif; }

@media screen and (min-width: 767px){
  .col-md-4 {
    max-width: 31.333333%;
  }
}

#more {
  position: absolute;
  bottom: 2rem;
  font-size: 4em; }
  #more i {
    color: #022B2F; }

#top {
  padding: 0 8rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999; }
  #top .logo {
    width: 170px; }
  #top ul {
    list-style-type: none;
    font-size: 2em; }

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  z-index: -2;
  background-color: #fff; }

#about {
  padding: 5em 0; }

.group {
  display: none; }

.group.active {
  display: block; }

#load-more.disable {
  color: #AAA;
  text-decoration: none;
  cursor: default; }

#portfolio {
  background: #f5f7f9;
  padding: 4rem 0; }
  #portfolio #portfolio2 {
    margin: 1rem 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%; }
    #portfolio #portfolio2 figure {
      margin: 0;
      margin-top: 1rem;
      cursor: pointer; }
    #portfolio #portfolio2 figure img {
      border: 5px solid #d8d8d8;
      border-radius: 4px;
      -webkit-backface-visibility: hidden;
      -webkit-transform: translateZ(0) scale(1, 1);
      width: 100%;
      opacity: 1;
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
    #portfolio #portfolio2 i {
      opacity: 0;
      position: absolute;
      top: calc(50% - 0.5em);
      left: calc(50% - 0.5em);
      font-size: 3em;
      color: #022B2F;
      z-index: 999; }
    #portfolio #portfolio2 figure:hover i {
      opacity: 100; }
    #portfolio #portfolio2 figure:hover img {
      opacity: .35; }
    #portfolio #portfolio2 figure:hover span {
      bottom: 20px;
      opacity: 1;
      background: #fff;
      z-index: 9999;
      margin-left: 20px;
      padding-right: 15px;
      font-size: 1.2em; }
    #portfolio #portfolio2 span {
      position: absolute;
      bottom: -10px;
      left: 0;
      z-index: -1;
      display: block;
      margin: 0;
      padding: 0;
      padding-left: 15px;
      color: #444;
      font-size: 18px;
      text-decoration: none;
      text-align: center;
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      opacity: 0; }
  #portfolio .toolbar {
    margin: 2rem 0; }
    #portfolio .toolbar .btn {
      margin-bottom: 0.3rem;
      color: #5f5f5f;
      text-decoration: none;
      transition: all .2s;
      position: relative;
      z-index: 100;
      display: inline-block;
      border: 1px solid #b5b5b5;
      font-size: 20px; }
  #portfolio .tile {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease; }
  #portfolio .scale-anm {
    transform: scale(1); }
  #portfolio .btn:hover {
    text-decoration: none; }
  #portfolio .btn:focus {
    outline: none;
    border-color: var(--darken-2);
    box-shadow: 0 0 0 3px var(--darken-3); }
  #portfolio ::-moz-focus-inner {
    border: 0;
    padding: 0; }

#contact {
  background-color: #022B2F;
  color: #fff; }
  #contact a {
    color: #fff;
    display: block; }

@media screen and (max-width: 767px) {
  #top {
    padding: 0; }
    #top .logo {
      margin: 1rem;
      width: 140px; }

  #about img {
    width: 120px !important;
    margin-bottom: 0.75rem !important; }
  #about p {
    padding: 0 10px; }
  #about .about-info {
    margin-bottom: 1rem !important; }

  #more {
    bottom: 5px;
    font-size: 2em; }

  #home h1 {
    margin-top: 2rem;
    text-align: left;
    font-size: 3em; }
  #home h2 {
    text-align: left;
    font-size: 1.6em; } }
