html body {
  font-family: GillSans, Calibri, Teko, "Dosis", sans-serif;
  box-sizing: border-box;
  height: 100%; }

.clearfix {
  clear: both; }

nav {
  background-color: rgba(0, 0, 0, 0.4);
  height: 94px; }
  nav ul a:hover {
    background-color: rgba(0, 0, 0, 0.2); }

nav .brand-logo {
  font-family: "Teko", sans-serif;
  padding-left: 15px;
  font-size: 80px;
  line-height: 50%; }

.navpanel {
  font-family: "Dosis";
  font-size: 23px;
  padding: 15px 25px 15px 25px; }
  .navpanel:hover {
    background-color: rgba(0, 0, 0, 0.2); }

.rightbar {
  margin-top: 10px;
  margin-right: 20px; }

.side-nav {
  top: 94px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  padding-top: 8%; }
  .side-nav li {
    padding: 0; }
    .side-nav li:hover, .side-nav li:active {
      background-color: #434343; }
  .side-nav a {
    color: white;
    font-size: 1.7rem;
    font-family: "Dosis";
    padding: 0; }
    .side-nav a:hover {
      background-color: transparent; }
  .side-nav li:last-child {
    position: relative;
    top: 10%;
    left: 50px; }
    .side-nav li:last-child a {
      margin-right: 20px;
      float: left; }
      .side-nav li:last-child a img {
        width: 30px; }

.brightness {
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4); }
  .brightness:hover, .brightness:active {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1); }

.parallax-container {
  height: 100vh;
  width: 100%; }
  .parallax-container img {
    width: 50%; }

.grid {
  width: 100%;
  background: #101010; }

/* clearfix */
.grid:after {
  content: "";
  display: block;
  clear: both; }

/* ---- grid-item ---- */
.grid-item {
  width: 33.33333%; }
  .grid-item img {
    width: 100%;
    display: block; }

.widthfifty {
  width: 33.33333%; }

.item-meta {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: auto;
  text-align: center;
  top: 40%; }
  .item-meta h2 {
    font-family: "Dosis";
    font-size: 1.9rem;
    color: white; }
  .item-meta i {
    font-size: 3rem;
    color: white; }

.item-hover {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block; }
  .item-hover:hover {
    background: rgba(0, 0, 0, 0.4);
    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1); }
    .item-hover:hover .item-meta {
      opacity: 1;
      transition: all 700ms cubic-bezier(0.23, 1, 0.32, 1); }

.footer {
  padding: 100px;
  width: 100%;
  height: 250px;
  background: white;
  text-align: center;
  font-family: "Dosis";
  bottom: 0; }
  .footer a {
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    color: black;
    padding: 10px; }
    .footer a:hover {
      text-decoration: underline; }
  .footer p {
    line-height: 1rem;
    font-size: 1.2rem; }

.wrap p {
  font-size: 1.3rem; }

.secondparalax {
  height: 400px; }

.wrap h2, .wrap p {
  font-family: "Dosis"; }

@media screen and (max-width: 769px) {
  .parallax-container {
    height: 65vh; }
    .parallax-container img {
      width: 190%; }

  .grid-item {
    width: 50%; }

  .item-hover {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0.4); }
    .item-hover .item-meta {
      opacity: 1; } }
@media screen and (max-width: 480px) {
  .parallax-container {
    height: 65vh; }
    .parallax-container img {
      width: 190%; }

  .grid-item {
    width: 100%;
    float: left; } }

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