@charset "UTF-8";
/* Portfolio */

	/* Background */

	/* Title Logo */

	/* Navigation */
  .navbar {
	  background-color: white;
      padding-top: 15px;
      padding-bottom: 15px;
      border: 0;
      border-radius: 0;
      margin-bottom: 0;
      font-size: 12px;
      letter-spacing: 5px;
  }
  .navbar-nav  li a:hover {
      color: rgba(0,215,160,1.00) !important;
  }

.navbar-brand {
	text-align:left;
}

	/* Portfolio Box */
div.col-details {
	background-color:rgba(255,255,255,1.00);
	color:rgba(0,0,0,1.00);
	height: 70px;
	text-align: center;
	padding-top: 20px;
	font-size: 20px;
}
div.portfoliodescription {
	background-color:rgba(182,183,191,1.00);
}
div.footer {
	background-color:rgba(84,84,84,1.00);
	padding-top: 30px;
	padding-bottom: 20px;
	margin-top: 20px;
}

.image { 
   position: relative; 
   max-width: 100%;
}

button.btn-port { 
	width: 100%;
    background-color: white;
	border-style: inherit;
    color: gray;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
	transition-duration: 0.4s;
}

.btn-port:hover {
	color: rgba(0,215,160,1.00) !important;
}

.img-portfolio {
	display: block;
	width: 100%;
	height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
opacity: 0;
max-width: 100%;
  transition: .5s ease;
  background-color: rgba(0,215,160,1.00);
}

.portfolio:hover .overlay {
	opacity: .5;
}

.text-port {
color: white;
 font-size: 20px;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
}

.img-responsive{
	display:block;
	max-width: auto;
	height:auto;
}

p.second {
	color: rgba(237,237,239,1.00);
	font-size: 20px;
}
p.other {
	color:rgba(191,191,191,1.00);
	font-size: 15px;
}

a.email {
	color:rgba(191,191,191,1.00);
}


a.email:hover {
	color: rgba(0,215,160,1.00) !important;
	text-decoration: none;
}

p.middle {
	font-size: 10px;
	color:rgba(191,191,191,1.00);
}

button.close{
	align-content: center;
	text-align: center;
}

