/* ==================================================
   RichardZampella.com — responsive-clean.css
   Purpose: current-page mobile/tablet rules only.
   Removed old template rules for Google Map, countdown,
   portfolio filters, clients, services, single project pages,
   Twitter, and unused overlay triggers.
================================================== */

/* Medium tablets / compact nav */
@media (max-width: 900px) {
    .navbar-nav > li > a {
        letter-spacing: 1px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Tablets and below */
@media (max-width: 768px) {
    .preloaderLogo {
        min-width: 170px;
        max-width: 170px;
        width: 170px;
    }

    .ip-header {
        min-height: 120px;
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
    }

    .memberDescription {
        text-align: center;
    }

    .memberParagraph {
        padding-right: 0;
    }

    #text-separator-testimonials h2 {
        font-size: 20px;
    }

    #team .container {
        padding-bottom: 200px;
    }

    #footer .bottomLine p,
    #footer .bottomLine .allIconsSocialWrapper {
        text-align: center;
    }
}

/* Bootstrap mobile nav */
@media (max-width: 767px) {
    .navbar-default .navbar-collapse {
        border-color: #e7e7e7;
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
    }

    .affix.navbar-default .navbar-collapse {
        border-color: #e7e7e7;
        background: rgba(255, 255, 255, 0.6);
        text-align: center;
    }
}

/* Phones */
@media screen and (max-width: 640px) {
    h1 {
        font-size: 36px;
        line-height: 40px;
    }

    #intro h1 {
        letter-spacing: 1px;
    }

    h2 {
        font-size: 24px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .introLogo {
        width: 170px;
    }

    h3 .serif {
        font-size: 90%;
    }
}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 36px;
        letter-spacing: 3px;
    }
}

@media screen and (max-width: 480px) {
    section .container {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    h1 {
        font-size: 30px;
        letter-spacing: 1px;
    }

    h2 {
        font-size: 24px;
        letter-spacing: 0;
    }

    h4 {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    #intro .separator {
        width: 100px;
        max-width: 100px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #intro p {
        font-size: 12px;
    }

    .navbar-default {
        padding-left: 0;
        padding-right: 0;
    }

    .inclineLine {
        position: absolute;
        top: 0;
        width: 50px;
        height: 60px;
        left: 42%;
    }

    h1.minimal,
    h1.minimal small {
        font-size: 36px;
        letter-spacing: -3px;
        line-height: 40px;
    }

    h2.minimal,
    h2.minimal small {
        font-size: 30px;
        letter-spacing: -2px;
        line-height: 36px;
    }

    h3.minimal,
    h3.minimal small {
        font-size: 26px;
        letter-spacing: -2px;
        line-height: 30px;
    }

    h4.minimal,
    h4.minimal small {
        font-size: 22px;
        letter-spacing: 0;
        line-height: 26px;
    }

    #text-separator-testimonials h3 span {
        padding: 0;
        border: none;
    }
}

@media screen and (max-width: 360px) {
    section .container {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
