/* Enter Your Custom CSS Here */
#showcaseHeader > .et_parallax_bg {
    background-repeat: repeat;
    background-position: bottom center;
    background-size: 50%; 
}
/*******************************/
/*FOOTER***********************/
#footer-bottom {
padding-top: 0;
padding-bottom: 0;
}

#footer-info {
display:none;
}

.footer-custom-link {
transition: all 0.3s ease;
}

.footer-custom-link:hover {
color:#b88edb !important;
}

#footer-info {
padding-bottom: 0;
}

.custom_icon {
font-family: "ETmodules" !important;
}

.footer-icon {
opacity: 0.6;
}

.post-meta a:hover {
    color: #b88edb !important;
}

/*.et_pb_portfolio_item {
  	position:relative;
  	z-index: 0;
	transition: 0.3s cubic-bezier(.21,1.4,.81,1.18);
}
.et_pb_portfolio_item:hover {
	transform: translateY(-5%);
  	z-index: 2;
}*/
#tagwrapper .tag {
  font-weight: 400;
  font-size:11px;
  color: #444;
  display: inline-block;
  margin: 2px 2px 0 0;
  padding: 2px 5px;
  border-radius: 2px;
}
#tagwrapper .experience {
  border: 1px solid #93c500;
  color: #93c500;
  transition: all 0.3s ease;
}
#tagwrapper .skill {
  border: 1px solid #FFB63F;
  color: #FFB63F;
  transition: all 0.3s ease;
}

#tagwrapper .skill:hover {
  background-color: #b88edb;
  color: white;
}

#tagwrapper .experience:hover {
  background-color: #93c500;
  color: white;
}

#jobsnavigation a {
  font-weight: bold;
  cursor: pointer;
  background-color: #eee;
  color: #444444;
  text-transform: uppercase;
  padding: 5px 15px;
  margin-left: 10px;
  border-radius: 3px;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
#jobsnavigation a:active {
  background-color: white;
}

#jobsnavigation a:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  transition-delay: 0s;
}

.big-button.bigblue {
	background-color: #ffdd01;
	color: #6a6332;
  	border: 1px solid #eabf00; 
}