


/* Changes position of caption */
.carousel-caption {
    top: 30%!important;
    bottom: auto;
}

.banner-heading{
	font-size: 1.6rem!important;
line-height: 40px!important;
text-align: right!important;

background-color: rgba(14, 34, 68, 0.8);
padding:25px;}


.banner-sub-heading{font-size: 20px;
line-height: 30px!important}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
html, 
body, 
.carousel, 
.carousel-inner, 
.carousel-inner .item {
    height: 70vh;
	
}

	
	
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {

	
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	
	


html, 
body, 
.carousel, 
.carousel-inner, 
.carousel-inner .item {
    height: 90vh;
}


}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
	
	
}

/* iPad 3 (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio : 2),
only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (min-resolution: 192dpi) { 
	
	
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
	
	
	.carousel-caption {
    top: 30%!important;
    bottom: auto;
}

	
	.banner-heading{font-size: 3rem!important;
line-height: 60px!important;
text-align: right!important;
	
	
background-color:transparent!important;
padding:25px;}
	
	
.banner-sub-heading{font-size: 30px;
line-height: 60px!important}
	
	
	
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
	
	
	.carousel-caption {
    top: 30%!important;
    bottom: auto;
}

	
	.banner-heading{font-size: 3rem!important;
line-height: 60px!important;
text-align: right!important;
	
	
background-color:transparent!important;
padding:25px;}
	
	
.banner-sub-heading{font-size: 30px;
line-height: 60px!important}
	
}

/* Retina displays ----------- 
@media  only screen 
and (-webkit-min-device-pixel-ratio : 2), 
only screen 
and (min-resolution: 192dpi) {
	.banner-heading{font-size: 3.2rem!important;
line-height: 60px!important;
text-align: right!important;
	
background-color:transparent!important;
padding:25px;}
	
	
.banner-sub-heading{font-size: 30px;
line-height: 60px!important}

}*/