/*!
 * Start Bootstrap - 4 Col Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #29d;
  position: absolute;
  /*z-index: 2000;*/
  right: 100%;
  width: 100%;
  height: 2px;
}

p {
    line-height: 1.5em;
    height: 3em;       /* height is 2x line-height, so two lines will display */
    overflow: hidden;  /* prevents extra lines from being visible */
}

.portfolio-item {
    margin-bottom: 5px;
}

footer {
    margin: 50px 0;
}

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
/*.filter-button
{
    font-size: 18px;
    border: 1px solid #1E90FF;
    border-radius: 5px;
    text-align: center;
    color: #1E90FF;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #1E90FF;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #1E90FF;

}*/
.filter-button.active
{
    background-color: #1E90FF;
    color: white;
}
.port-image
{
    width: 100%;
}
.forker{
    position: absolute;
}

.navbar-form {
    padding: 10px 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: -1px;
    margin-left: 0px;
}