.carousel-inner img {
    width: 100%;
    height: 100%;
}

@media all and (max-width: 499px) {
    #mission-img {
        background-image: url(../images/our-mission-bg-img-mobile.jpg)
    }
}	


#navbar a:hover {
  background-color: #007bff !important;
}

#banner-img
{
	background-image:url(images/paint.jpeg);
	background-repeat:no-repeat;
	background-size:cover;
	width: 100%;
    height: 300px;
    background-size: 100% 100%;
}

#bg-1 {
  background-color:#0CF; 
}

#footer
{
	padding:8px;
	background-color:#B7DBFF;
	margin-bottom:0px;
}

.btn{
	background-color:#0CF;
	color:#FFF;
}
#nav-ht{
    height: 100px !important;
}
.box {
   padding: 15px;
}
/*#bg-img{
    background-image:url(images/bg.jpg);
 	background-position: center;
  	background-repeat: no-repeat;
 	background-size: cover;
	height:100%;
}*/


@media only screen and (max-device-width: 480px) {
    #header1 {
        float:none;
    }
    .img-fluid {
        margin:0 auto;
       display:block; 
    }
 .footer {
    text-align: center;
  }

}


 @media only screen and (max-device-width: 480px) {
 #logo {
		height:300px;
		
		}	 
	 
}
/*/* /* Small devices (Phones, 600pxand down) -- this would display the text at 5.0rem on phones */

@media only screen and (max-width: 600px) {
    
	#logo {
		height:300px;
	
		}
}


/* Large devices (laptops/desktops, 992px and up) -- This would display the text at 10.0rem on laptops and larger screens */

@media only screen and (min-width: 992px) {
   #logo {
		height:550px;
		width:1900px;
		}
}*



/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #9D9D9D;
  color: #fff;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;
    font-size:26px;
	}

/* Add a blue color to the author */
.author {color: cornflowerblue;
	font-size:18px;
	margin-top:15px;
		  }