@font-face {
  font-family: 'Graphik Web';
  src: url('../fonts/Graphik-Regular-Web.eot');
  src: url('../fonts/Graphik-Regular-Web.eot?#iefix') format('embedded-opentype'),
     url('../fonts/Graphik-Regular-Web.woff') format('woff'),
     url('../fonts/Graphik-Regular-Web.ttf') format('truetype'),
     url('../fonts/Graphik-Regular-Web.svg#Graphik Web') format('svg');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graphik Web';
  src: url('../fonts/Graphik-Semibold-Web.eot');
  src: url('../fonts/Graphik-Semibold-Web.eot?#iefix') format('embedded-opentype'),
     url('../fonts/Graphik-Semibold-Web.woff') format('woff'),
     url('../fonts/Graphik-Semibold-Web.ttf') format('truetype'),
     url('../fonts/Graphik-Semibold-Web.svg#Graphik Web') format('svg');
  font-weight:  600;
  font-style:   normal;
  font-stretch: normal;
}


/* ----- Neutralize some Boostraap css  --------------------------------------------------- */
.navbar-default {
    background-color: #ffffff;
    border: none;
} 
.container .jumbotron, .container-fluid .jumbotron {
    border-radius: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: transparent; }
.navbar-default .navbar-toggle { border: none; }



/* ----- General --------------------------------------------------- */
body {
  font-family: 'Graphik Web';
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
text-align: justify;
font-size: 16px;
}
html {
  width: 100%;
  height: 100%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  font-weight: 400;
}
.h1, h1 {
  text-transform: uppercase;
}

/* ----- Menu  --------------------------------------------------- */
.navbar {
  padding-top: 30px;
  padding-bottom: 10px;
}
.navbar-brand {
  font-size: 24px;
  font-weight: 400;
}
.navbar-right {
  font-size: 14px;
  text-transform: uppercase;
}
.active {
  font-weight: bold;
}

/* ----- Masonry  --------------------------------------------------- */
.grid-item {
  padding: 7.5px;
}
.thumbnail { 
  position:relative; 
  overflow:hidden; 
  padding:0; 
  border: none; 
  border-radius: 0; 
}
.caption { position:absolute; 
  top:0; 
  right:0; 
  width:100%; 
  height:100%; 
  padding:15px; 
  display: none; 
  text-align:center; z-index:2; 
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.hovereffect .overlay:hover{
      opacity: 1;      
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(248, 248, 248, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.hovereffect img {
  display: block;
  position: relative;
}
.hovereffect h1 {
  text-transform: uppercase;
  text-align: center;
  color: #000;
  /*font-size: 17px;*/
  padding: 10px;
  opacity: 0;
}
.hovereffect:hover h1 {
  opacity: 1;
  filter: alpha(opacity=1);
}
.hovereffect h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  background-color: transparent;
  margin: 0px;
}


/* ----- Infinite scroll  --------------------------------------------------- */
.grid.are-images-unloaded {
  opacity: 0;
}
.scroller-status {
  display: none;
  padding-top: 20px;
  text-align: center;
  color: #777;
}
.view-more-button {
 padding: 40px 0;
}
.loader-ellips {
  font-size: 4px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}
.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }
@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}
@keyframes slide {
  to { transform: translateX(1.5em) }
}
.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}
.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}
.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}


/* ----- Project  --------------------------------------------------- */
.project {
  height: 100%;
  padding-bottom: 60px;
}
.project img {
  padding-bottom: 20px;
}


/* ----- Copyright  --------------------------------------------------- */
.footer {
  padding-top: 40px;
  padding-bottom: 40px;
}