/*!
 * Start Bootstrap - 3 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: 30px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	font-family: 'Muli', sans-serif;
}

container {
	width: 970px !important; 
}

.page-header {
	border-bottom: 0px;
	padding-bottom: 40px;
}

h4 {
	font-size: 2rem;
	letter-spacing: 0.1rem;
	font-weight: 600;
}

.reduce-page-header {
	margin-left: -10px;
}

h4 small {
	letter-spacing: 0px;
	font-size: 1.5rem;
	font-weight: 300;
}

a {
	color: #999 !important;
}

a:hover {
	color: #666 !important;
	padding-bottom: 4px;
}

a:visted {
	color: #999 !important;
}

a:active {
	color: #666 !important;
}

.portfolio-item {
	padding: 4px;
}

.portfolio-item img {
	border-radius: 5px;
}

footer {
    margin: 0px 0px 50px;
}

small {
	float:right;
	margin-top: -15px;
}

mark {
	color: #999;
	background:none;
}

activelink {
	color:#000;
	margin-left: 15px;
}

inactivelink {
	color:#666;
	margin-left: 15px;
}

.email {
	padding-top: 150px;
	padding-bottom: 150px;
}

.hover-img {
	background-color: #000;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
  }
  
  .hover-img * {
	box-sizing: border-box;
	transition: all 0.45s ease;
  }
  
  .hover-img::before,
  .hover-img::after {
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	transition: all 0.1s ease;
	z-index: 1;
	opacity: 0;
	transform: scaleY(2);
  }
  
  .hover-img img {
	vertical-align: top;
	max-width: 100%;
	backface-visibility: hidden;
  }
  
  .hover-img figcaption {
	backdrop-filter: blur(2px);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.1em;
	opacity: 0;
	z-index: 2;
	transition-delay: 0;
	font-size: 24px;
	font-family: 'Muli', sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
	color: #424242;
  }
  
  .hover-img:hover::before,
  .hover-img:hover::after {
	transform: scale(1);
	opacity: 0.7;
  }
  
  .hover-img:hover > img {
	opacity: 0.7;
  }
  
  .hover-img:hover figcaption {
	opacity: 1;
  }