/*!
 * Start Bootstrap - 3 Col Portfolio HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

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


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

.page-header small {
	color: #0c9d46;
}

footer {
    margin: 50px 0;
}

body {
	background-color: #f5f5f5 !important;
}

a{
	color: #0c9d46;
}

a:focus, a:hover {
    color: #0c9d46;
    text-decoration: underline;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #42b078;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.ih-item.square {
	width: 100% !important;
	height: 100% !important;
}

.ih-item.square.effect3.colored .info {
    background: #0c9d46 !important;
}

.info-image-kkt img {
    width: 100% !important;
    height: auto !important;
    padding: 0.5rem 4rem;
    background: #2a2a2a;
}

.ih-item.square.effect3 .info-image-kkt {
	height: auto !important;
}