/*==================================================
			Bootstrap 3 Media Queries         
==================================================*/

/* Large Devices (Desktops & Laptops) */

@media (min-width: 1400px) {
    /* OK */
}

@media (min-width: 1200px) and (max-width: 1399px) {

    /* OK */
    .starlight-nav-wrapper {
        padding: 0;
    }
    .navbar-nav > li > a {
        padding: 10px 0px 0px 16px;
    }
}

@media (max-width: 992px) {
    .bg-parallax {
        background-size: cover !important;
        background-attachment: scroll !important;
    }
}

/* Medium Devices (Landscape Tablets & Medium Desktops) */

@media (min-width: 993px) and (max-width: 1199px) {
    /* Mobile menu */
    .navbar {
        background: rgba(81, 54, 151, 1);
        padding: 0;
    }
    .navbar-nav {
        float: right;
    }
    .starlight-nav-wrapper {
        padding: 0;
    }
    .navbar-nav > li > a {
        padding: 10px;
    }
    .navbar-logo img {
        padding-left: 0px;
        max-width: 250px;
    }
    #about-content-box {
        padding-top: 20px;
        width: 100%;
        height: 100%;
    }
    #alex-content-box {
        padding-top: 20px;
        width: 100%;
        height: 100%;
    }
}

/* Small Devices (Portrait Tablets & Small Desktops) */

@media (min-width: 769px) and (max-width: 992px) {
    /* Mobile menu */
    .navbar {
        background: rgba(81, 54, 151, 1);
        padding: 0;
    }
    .navbar-nav {
        float: right;
    }
    .starlight-nav-wrapper {
        padding: 0;
    }
    .navbar-nav > li > a {
        padding: 10px;
    }
    .navbar-logo img {
        padding-left: 0px;
        max-width: 250px;
    }
    /* About - remove diagonal border */
    #about-bg-diagonal {
        display: none;
    }
    #about-content-box {
        padding-top: 20px;
        width: 100%;
        height: 100%;
    }
    /* Alex's Story- remove diagonal border */
    #alex-bg-diagonal {
        display: none;
        /*
        border-right: 0;
        border-top: 0;
        width: 100%;
        height: 350px;
*/
    }
    #alex-content-box {
        padding-top: 20px;
        width: 100%;
        height: 100%;
    }
    /* Footer */
    #footer-copyrights {
        text-align: center;
    }
}


/* Extra Small Devices (Landscape Phones & Portrait Tablets) */

@media (max-width: 768px) {
    /* Mobile menu */
    .navbar {
        background: rgba(81, 54, 151, 1);
        padding: 0;
    }
    .navbar-nav {
        float: left;
    }
    .starlight-nav-wrapper {
        padding: 0;
    }
    .navbar-logo img {
        padding-left: 0px;
        max-width: 250px;
    }
    /* Home */
    #home-heading h3 {
        font-size: 24px;
    }
    /* Buttons */
    .btn-general {
        padding: 6px 22px 6px 22px;
        font-size: 14px;
    }
    /* About - remove diagonal border */
    #about-bg-diagonal {
        display: none;
    }

    #about-content-box {
        padding-top: 15px;
        width: 100%;
        height: 100%;
    }
    /* Alex's Story - remove diagonal border */
    #alex-bg-diagonal {
        display: none;
        /*
        border-right: 0;
        border-top: 0;
        width: 100%;
        height: 350px;
*/
    }
    #alex-content-box {
        padding-top: 15px;
        width: 100%;
        height: 100%;
    }
    /* Work */
    .img-wrapper img {
        min-width: 100%;
    }

    /* Footer */
    #footer-copyrights {
        text-align: center;
    }
    #home-cover {
        background-size: cover;
    }
}


/* Extra Small Devices (Portrait Phones & Smaller devices) */

@media (max-width: 480px) {
    /* OK */
}


.starlight-top-nav {
    background: rgba(81, 54, 151, 1);
}

.navbar {
    background: rgba(81, 54, 151, 1);
    padding: 0;
}

/* Extra Small Devices (Portrait Phones & Smaller devices) */

@media (max-width: 320px) {
    /* Services */
    .service-item-icon i {
        width: 58px;
        height: 58px;
        padding: 7px;
    }
    .service-item-title h3 {
        font-size: 17px;
    }
    .starlight-top-nav {
        background: rgba(81, 54, 151, 1);
    }
    .navbar {
        background: rgba(81, 54, 151, 1);
        padding: 0;
    }
    .navbar-logo {
        max-width: 175px;
    }

    /* About */
    #about-content-box {
        margin-top: 40px;
    }
    /* Alex */
    #alex-content-box {
        margin-top: 40px;
    }

}
