#navLogo {
    display: block;
}
.portfolio {
    height: 100%;
    width: 100%;
    background-image: url(../img/bg.png);
    background-size: contain;
    background-position: top center;
    background-color: #000;
    background-repeat: repeat;
}
.portBody {
    background-color: #fff;
    margin-top: 150px;
    margin-bottom: 45px;
    border-radius: 10px;
    text-align: center;
}
.portBody h3 {
    font-family: 'Merriweather', serif;
    font-size: 24px;
    line-height: 28px;
    font-style: italic;
    max-width: 75%;
    margin: 0 auto;
}
img.pLogo {
    width: 40%;
    margin: 25px auto 15px;
}
.portBody h3 {
    margin: 20px auto 15px;
}
.portBody p {
    width: 75%;
    margin: 0 auto;
    font-family: 'source sans pro', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 200;
}
.tags ul {
    padding: 0;
    margin: 15px auto 10px;
}
.tags li {
    display: inline-block;
    margin: 2px auto 20px;
    padding: 5px 12px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    font-size: 11px;
    font-family: 'lato', sans-serif;
    font-weight: 300;
}
.gs {
    height: 350px;
    z-index: 101;
}
.col-sm-6.gs {
    padding-right: 0;
    padding-left: 0;
}
.glamshot {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
img.tablet {
    position: relative;
    width: 60%;
    margin: -50px auto 0;
    z-index: 1001;
}
.pallette {
    width: 80%;
    margin: 0 auto;
}
.pallette ul {
    padding: 0;
}
.pallette li {
    width: 20%;
    height: 23px;
    display: inline-block;
    margin: 25px 0 30px;
    float: left;
}
.pageview img {
    width: 32%;
    -webkit-box-shadow: 0px 0px 11px -4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 11px -4px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 11px -4px rgba(0,0,0,0.3);
    position: relative;
}
.pageview {
    margin: 9px auto 0;
}
.pageview img {
    margin-bottom: 45px;
}
.pageview img:nth-of-type(1) {
    z-index: 10002;
}
.pageview img:nth-of-type(2) {
    z-index: 10001;
    margin-left: -100px;
}
.otherProj {
    width: 80%;
    margin: 0 auto;
}
.otherProj img {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
.social {
    text-align: center;
    position: static;
    margin-bottom: 10px;
}
.portBody h6 {
    font-family: 'lato', sans-serif;
    font-weight: 300;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 35px;
}


@media all and (max-width: 768px) {
    .portBody {
        margin-top: 100px;
    }
    .portBody h3 {
        width: 60%;
        margin: 0 auto 10px;
        line-height: 32px;
    }
    .gs {
        height: 250px;
    }
    img.tablet {
        margin: -30px auto 0;
    }
    .pallette li {
        height: 20px;
    }
    .pageview img {
        width: 40%;
    }
} 

@media all and (max-width: 450px) {
    .portBody {
        margin-top: 80px;
        margin-bottom: 20px;
    }
    img.pLogo {
        width: 55%;
        margin: 15px auto 5px;
    }
    .portBody h3 {
        width: 75%;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .portBody p {
        width: 85%;
    }
    .tags ul {
        margin-bottom: 10px;
    }
    .tags li {
        font-size: 10px;
        padding: 4px 8px;
    }
    img.tablet {
        width: 75%;
        margin: -12px auto 0;
    }
    .pallette {
        width: 90%;
    }
    .pallette li {
        height: 11px;
        margin: 5px 0 15px;
    }
    .pageview img {
        width: 50%;
        margin-bottom: 20px;
    }
    .otherProj .col-xs-4 {
        padding-right: 0;
        padding-left: 0;
    }
    #navLogo img {
        left: calc(50% - 21px);
    }
} 


















