@charset "utf-8";
/* CSS Document */


html, body {
  height: 100%;
  margin: 0;
}

h4{
    color: #008999;
    font-size: medium;
    text-align: center;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 1px solid black;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: #008999;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: #008999;
}
a.logo{
	font-size: 24px;
	font-weight: 600;
	color: #008999;
	font-family: 'Righteous', cursive;
}
.nav-link{
	font-size: 18px;
	font-weight: 600;
	color: #008999;
	font-family: 'Righteous', cursive;
}
.main-content{
    margin-top: 50px;
    margin-bottom: 50px;

}
.mgfooter {
   
    background-color: #008999;
    text-align: center;
    height: auto;
    color: #fff;
	padding-top:30px;
		padding-bottom:50px;
}
.drop-shadow{
-webkit-box-shadow: 0px 2px 2px 0px rgba(173,168,173,1);
-moz-box-shadow: 0px 2px 2px 0px rgba(173,168,173,1);
box-shadow: 0px 2px 2px 0px rgba(173,168,173,1);
Copy Text
}
.main-wrap{
	
    min-height: calc(100vh - 100px);

}
.content-wrap{height:auto}
.carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
    width: 100%;
}


	
