@charset "utf-8";
/* CSS Document */

.hero-image {
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/hero2-1.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 10px;
}
 .hero-text {
	 position: relative;
	 color: white;
	 text-align:center;
}

.carousel-caption2 {
    top: auto; /*0;*/
    bottom: 0; /*auto;*/
}

/* Small devices (landscape phones, 576px and up)*/
/*@media (min-width: 576px) {  h1 {color: red;}}*/

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
	/*h1 {color: gold;} */
	.hero-image {
		min-height: 10px;
		padding: 200px 40px;
	}
}

/* Large devices (desktops, 992px and up)*/
/*@media (min-width: 992px) { h1 {color: blue;} }*/

/* X-Large devices (large desktops, 1200px and up)*/
/*@media (min-width: 1200px) { h1 {color: green;} }*/

/* XX-Large devices (larger desktops, 1400px and up)*/
/*@media (min-width: 1400px) { h1 {color: magenta;} }*/