/*==========  Mobile First Method  ==========*/

@media only screen and (min-width:319px) {
	.navbar-phone{font-size: 10px; margin-top: 23px;}
	.navbar-toggle {margin-right: 12px;}
	.cover-image h1 {font-size: 20px;}
}

/* Custom, iPhone Retina */
@media only screen and (min-width:370px) {
	.navbar-phone{font-size: 18px;margin-top: 13px;}
	.cover-image h1 {font-size: 25px;}

}

/* Extra Small Devices, Phones */
@media only screen and (min-width:480px) {
	.navbar-phone{font-size: 22px;}
	.cover-image h1 {font-size: 40px;}
}

/* Small Devices, Tablets */
@media only screen and (min-width:768px) {
	body {min-width: 1000px;}
	section .idx-section-img img { margin-left: -30px; margin-top: 10px; margin-bottom: 10px }
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width:992px) {
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width:1200px) {
	
}


@media only screen and (max-width:1025px) {
	.right-banners {display: none}
}
