.header-filter1:after {
    background: rgba(132, 13, 121, 0.88);
    background: linear-gradient(45deg, rgba(132, 13, 121, 0.88) 0%, rgba(208, 44, 180, 0.31) 100%);
    background: -webkit-linear-gradient(135deg, rgba(132, 13, 121, 0.88) 0%, rgba(208, 44, 180, 0.31) 100%);
}

@media (max-width: 991px) {
    .portfolio .pTitle h1 {
        font-size: 3em;
    }
    .portfolio .pTitle h4 {
        margin-bottom: 4em;
    }
}

.portfolio .section-cards .card {
    margin-bottom: 30px;
    -webkit-transition: all 0.62s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio .section-cards .card {
    border-radius: 30px;
}

.section-cards .card a {}

.portfolio .section-cards .card:hover,
.index-page .section-examples .card:hover {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: .5s ease;
    -webkit-transition: .85s ease;
    transition: .85s ease;
}

.gdOverlay {
    background-color: rgba(255, 206, 52, .75);
    color: #000;
}

.pOverlay {
    background-color: rgba(243, 142, 34, .75);
}

.wOverlay {
    background-color: rgba(2, 136, 209, .75);
}

.portfolio .section-cards .card:hover .overlay {
    opacity: 1;
}

.oText {
    color: white;
    font-size: 20px;
    position: absolute;
    width: 100%;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.gdText {
    color: white;
    font-size: 25px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


/* Portfolio */

.navbar.navbar-inverse {
  background-color: #000;
  color: #fff;
  -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(33, 33, 33, 0.46);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(33, 33, 33, 0.46);
}

.main-raised {
    border-radius: 6px;
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.avatar {
  margin: -60px ;  
}


#graphicdesign .card {
    margin-bottom: 30px;
}

#graphicdesign h4 {
    margin-bottom: 0px;
}

.main .section:nth-child(even) {
    background-color: #fafaff;
}

.section-dark,
.section-image{
    background-color: #000;
    background-size: 200% 240%;
    @include radial-gradient(#232323,#585858);
}

footer ul li a {
    color: white;
    text-transform: capitalize;
}

footer ul li a:hover {
    color: orange;
}

footer ul li a:visited {
    color: antiquewhite;
}