@charset "utf-8";
/* CSS Document */


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1920px) {


}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1536px) {
    
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1399px) {
    .advisory_caption .slider_heading{
        font-size: 40px;
    }

    .proj_slider p{
        min-height: 88px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {

}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
    .external_link span{
        display: none;
    }

    .contact_box h3, .client_box h3 {
        font-size: 20px;
    }

    .proj_slider .white_box{
        min-height: 284px;
    }

    .proj_slider p{
        min-height: auto;
    }

    .proj_slider h3{
        min-height: auto;
    }
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {
    
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    .external_link {
        height: auto;
        background-color: #F0405D;
        margin-left: 0px;
        padding: 12px;
        color: #ffffff;
    }

    .external_link:hover{
        background-color: #F9B32B;
    }

    .navbar-brand img {
        height: 49px;
    }

    .border_box {
        padding: 30px;
    }

    .proj_slider .white_box {
        min-height: 260px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 768px) {
    .advisory_caption .slider_heading {
        font-size: 32px;
    }
    
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 767px) {
    .no_border{
        border: none;
    }

    .adv_nav {
        padding: 0px 30px;
    }

    .proj_slider .white_box {
        min-height: 210px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 575px) {
    .advisory_caption .slider_heading {
        font-size: 30px;
    }

    .contact_box h3, .client_box h3 {
        font-size: 18px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    

}

@media only screen and (max-width : 460px) {
    .adv_footer_logo {
        height: 54px;
    }

    .navbar-brand img {
        height: 49px !important;
    }

    .adv_nav{
        padding: 0px 10px;
    }

    .proj_slider .white_box {
        min-height: 196px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 375px) {
	.contact_box h3, .client_box h3 {
        font-size: 16px;
    }

    .adv_footer_logo {
        height: 50px;
    }

    .proj_slider .white_box {
        min-height: 220px;
    }
}


/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {


}


@media only screen and (max-width : 320px) {



}