body {
	background-image: url(../../images/background.jpg);
	background-repeat: repeat-y;	
	background-color: rgb(255, 255, 255);
}

li p {
	margin-top: -10px;
}

.our_container {
	border-radius: 25px;
	background-color: rgb(255, 255, 255);
	opacity: 1;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.previous_container {
	border-radius: 25px;
	background-color: rgb(255, 255, 255);
	opacity: 1;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
}

.next_container {
	border-radius: 25px;
	background-color: rgb(255, 255, 255);
	opacity: 1;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
}

.carousel-indicators li {
  background-color: #000;
  background-color: rgba(0,0,0,1);
}

.carousel-indicators .active {
  background-color: #000;
}

.text_container {
	padding-left:.9375rem;
	padding-right:.9375rem;
}

.our_title{
  font-size: 3rem;
  margin-top: 2rem;
  margin-bottom: 1.8rem;
  color: rgb(31, 67, 70)
}

.our_image {
	position: relative;
	border-radius: 25px 25px 0 0;
    width: 100%; 
    height: 100%; 
}

/* Dropdown Button */
.dropbtn {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.3);
    padding-top: 0.425rem;
    padding-bottom: 0.425rem;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #ffffff;
	color: rgba(0, 0, 0);
	}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	background-color: #ffffff;
	color: rgba(0, 0, 0, 0.6);
	}

/* Change the link text color  */
.a {
	color: rgba(0, 0, 255);
}

