#footer {
    background-color: #fff;
    border-top-width: 2px;
}


#footer .logo {
    display:block;
    margin-bottom:10px;
    height: 75px;
    width: 180px;
}

@media screen and (min-width: 992px) {
    .nav-container {
        height: 80px;
    }
    .logo img {
        padding: 3px;
        width: 200px;
        height: 74px;
        position:  absolute;
    }
    #topNav ul.nav>li a {
        padding: 27px 20px;
    }

    div.slider {
        margin-top: 84px;
    }

    .fac-img {
        width: 360px;
        height: 239.63px;
        background-size: cover;
    }
}

figure.pr-container {
    display: flex;
    height: 200px;
    width: 200px;
}

.pr-image {
    max-height: 150px;
    max-width: 100px;
}

#portfolio .item-box-desc h4 {
    text-align: center;
}

@media screen and (max-width: 992px) {
    div.slider {
        margin-top: 60px;
    }
    .logo img {
        margin-left: 3px;
    }
}

@media screen and (max-width: 375px) {
    .word-rotator {
        font-size: 21px;
    }
    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    section header {
        margin-bottom: 40px;
    }
    .parallax.parallax-1 {
        background-position-x: -518px !important;
    }
    figure.pr-container {
        width: 150px;
        height: 150px;
    }
    .pr-image {
        max-height: 120px;
        max-width: 80px;
    }
    .item-box:nth-child(2n) {
        left: -70px;
    }
}
