.row {
    margin: 0px;
    padding: 0px;
}

/* Main Logo */




/* Main image */

.main-col {
    padding: 0px;
}

.main-img {
    width: 85%;
    height: 750px;
    margin-left: 7.5%;
}

.main-sm-img {
    width: 100%;
    height: 418px;
}

/* Image Flipper*/

.advice {
	color: white;
	padding-top: 20px;
}

.content {
	text-align: center;
}

.content .row {
    margin: 0 10%;
}

/* Services */

h1 {
    font-family: 'ink free';
}

.project-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#portfolio {
    text-align: center;
}

.portfolio-cont {
    width: 85%;
    margin-left: 7.5%;
}

.project-wrapper img {
    width: 100%;
    height: auto;
}

.project-wrapper {
    display: inline-block;
}

.portfolio-item {
    cursor: pointer;
    margin: 0 1% 5% 0;
    overflow: hidden;
    position: relative;
}

figcaption.mask {
    background-color: rgba(255, 179, 179, 0.79);
    bottom: -126px;
    color: #fff;
    padding: 25px;
    position: absolute;
    width: 100%;
    text-align: center;
    font-family: 'ink free';

    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.portfolio-item:hover figcaption.mask {
    bottom: 0;
}

a:hover {
    color: unset;
    text-decoration: none;
}

figcaption.mask h3 {
    margin: 0;
    color: #fff;
    font-weight: 800;
}

.fancybox-skin {
    border-radius: 0;
}

.fancybox-title.fancybox-title-inside-wrap {
    padding: 15px;
}

.fancybox-title h3 {
    margin: 0 0 15px;
}

.fancybox-title p {
    color: #818181;
    font-size: 16px;
    line-height: 22px;
}

.fancybox-title-inside-wrap {
    padding-top: 0;
}

@media screen and (max-width: 469px){
   .main-img {
    width: 100%;
    height: 350px;
    margin-left: 0px;

}

.main-sm-img {
    width: 100%;
    height: 334px;
}

.portfolio-cont {
    width: 100%;
    margin-left: 0%;
}
}




