@charset "utf-8";
.header p {
}
.container-fluid {
    background-color: #026350;
    background-image: -webkit-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(253,254,253,1.00) 0.62%,rgba(2,99,80,1.00) 0.62%,rgba(255,255,255,1.00) 50.78%,rgba(2,99,80,1.00) 100%);
    background-image: -moz-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(253,254,253,1.00) 0.62%,rgba(2,99,80,1.00) 0.62%,rgba(255,255,255,1.00) 50.78%,rgba(2,99,80,1.00) 100%);
    background-image: -o-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(253,254,253,1.00) 0.62%,rgba(2,99,80,1.00) 0.62%,rgba(255,255,255,1.00) 50.78%,rgba(2,99,80,1.00) 100%);
    background-image: linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(253,254,253,1.00) 0.62%,rgba(2,99,80,1.00) 0.62%,rgba(255,255,255,1.00) 50.78%,rgba(2,99,80,1.00) 100%);
}
.carousel-item.active .carousel-caption h5 {
    text-align: right;
	background: rgba(0,0,0,0.3);
    color: yellow;
    font-size: xx-large;
}
.container-fluid .container .navbar.navbar-expand-lg.navbar-light.bg-light {
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(145,144,144,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(145,144,144,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(145,144,144,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0.00%,rgba(145,144,144,1.00) 100%);
}
#navbarSupportedContent1 .navbar-nav.mr-auto .nav-link {
    color: #FFFEFE;
}
.navbar.navbar-expand-lg.navbar-light.bg-light .navbar-toggler .navbar-toggler-icon {
    background-color: #949494;
}
.card-body {
	background: #5c9b8e;
}
.card-header {
	background: #5c9b8e;
}

/* Dropdown menu background color*/

.navbar-nav > li > .dropdown-menu {     background-color: #5c9b8e;  }

/* Dropdown menu font color*/ 

 .navbar-nav > li > .dropdown-menu a{   color: #000000;  }

h7 {
	font-size: 40px;
	color: black;
}
h8 {
	font-size: 40px;
	color: black;
	font-weight: bold;
}
/* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  color: black;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 1px;
  left: 10px;
  width: 240px;
}

/* Top left text */
.top-left {
  position: absolute;
  /* text-align: left */
  top: 8px;
  left: 10px;
  width: 240px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  width: 230px;
  right: 10px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
