/* 320px (iPhone) */
@media screen and (max-width:320px) {
}
/* 480px (WVGA - Low End Windows Phone) */
@media screen and (max-width:480px) {
	.wrapper { background: #f3f5f8; height: 640px; }
	.iphone { display: none; }
	.fluid-white { display: none; }
	.wp2, .wp4, .wp5, .light-box { margin-bottom: 30px; }
	.legals { text-align: center; margin: 0; padding: 0; }
	.credit { text-align: center; }
    #banner{ max-height:200px;}
    .navbar-default .navbar-nav > li > a {
        font-family: slabo;
        color: #000;
        font-size: 16px;
        line-height: 30px;
	}
}
/* xGA iPad */
@media screen and (max-width:1024px) {
	.wp3 { background-position: 50px 0; }
	.swag { background-attachment: scroll; }
	.subscribe { background-attachment: scroll; }
}
/* 1200px (Small Desktop, Netbook) */
@media screen and (max-width:1280px) {
	.wp3 { background-position: 50px 0; }
	
}

/* Bootstrap 990px Breakpoint to 480px */
@media screen and (min-width:480px) and (max-width:991px) {
	.iphone { display: none; }
	.fluid-white { display: none; }
	.wrapper { background: #f3f5f8; height: 540px; }
	.wp2, .wp4, .wp5, .light-box { margin-bottom: 30px; }
	.legals { text-align: center; margin: 0; padding: 0; }
	.credit { text-align: center; }
    #banner{max-height:350px;}
    .navbar-default .navbar-nav > li > a {
        font-family: slabo;
        font-size: 16px;
        line-height: 30px;
	}
}
@media screen and (max-width:768px){
    .navbar-default .navbar-nav > li > a {color: #000;}
    .main-header .website-caption{display:none;}
    .email-phone,
     .email-phone a{font-size: 14px !important;}
}

@media (max-width: 480px) {
    .main-header .logo {
        padding: 1em;
    }
    .email-phone, .email-phone a {
        font-size: 12px !important;
        padding-left: 0;
    }
    .navbar-toggle {
        margin-top: 10px;
    }
    .footer-distributed {
        padding: 15px!important;
    }
    .footer-distributed .footer-center p span {
        font-size: 14px;
    }
    footer a {
        font-size: 14px;
    }
    .footer-distributed .footer-right {
        margin-left: 0!important;
    }
}