body {
  background:#eaeae1;
}

.header {
  padding: 5px;
  text-align: center;
  background-color: #00003B; /*#49d3e9;*/

}
.body-content {
  background: white;
  /*max-width: 1000px;
  margin: auto;
  
  padding: 10px;*/
}
.has-bg-img{
    position: relative;
}
.has-bg-img:after {
    content:'';
    background: url("../images/zaficoboat.jpg") no-repeat center center;
    position: absolute;
    top:0px;
    left: 0px;
    width:100%;
    height:100%;
    z-index:-1;
    opacity: 0.2; /* Here is your opacity */
    object-fit: cover;

}

@media screen and (max-width: 907px) {
  .logo-side span {
    display: none;
  }
}


@media screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
		display: block;
	}
	.dropdown-menu{
		margin-top: 0;
	}
	.dropdown-toggle{
		margin-bottom: 2px;
	}
	.navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
		margin-bottom: 0;
	}
}

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

  .carousel-inner > .carousel-item {
  height: 400px;
   
}

div#myCarousel > div.carousel-inner img {
    width: 100%;
    height: 100%;
 
    object-fit: cover;
  }

 div#myCarousel > div.carousel-inner > .carousel-item {
  height: 670px;
  
 
}


.carousel-caption {
	right: 0px;
	bottom: 0px;
	left: 0px;
  background: rgba(0, 0, 0, 0.5);
  padding-bottom: 30px;
}
.carousel-indicators-numbers li {
      text-indent: 0;
      margin: 0 5px;
      width: 30px;
      height: 30px;
      border: none;
      border-radius: 100%;
      line-height: 30px;
      color: #fff;
      background-color: #999;
      transition: all 0.25s ease;
}
.carousel-indicators-numbers li.active, .carousel-indicators-numbers li:hover {
	margin: 0 2px;
  width: 30px;
  height: 30px;
  background-color: #337ab7;
}

.hr-style {
  height: 6px;
  background-image: radial-gradient(
    closest-side,
    hsla(120, 61%, 60%, 1.0),
    hsla(120, 61%, 60%, 0) 100%);
  position: relative;
}
.hr-style:after {
  position: absolute;
  top:  50%;
  left: 50%;
  display:block;
  background-color: hsl(188, 79%, 85%);
  height: 12px;
  width:  12px;
  transform: rotate(45deg);
  margin-top:  -10px;
  margin-left: -10px;
  border-radius: 4px 0;
  border: 4px solid hsla(0, 0%, 100%, 0.35);
  background-clip: padding-box;
  box-shadow: -10px 10px 0 hsla(0, 0%, 100%, 0.15), 10px -10px 0 hsla(0, 0%, 100%, 0.15);
}

.stakeholder img {
	width: 100%;
    height: 100%;
	object-fit: cover;
}

.stakeholder {
  float: left;
  width: 25%;
  margin-bottom: 16px;
  padding: 0 8px;
}

.column {
  float: left;
  width: 25%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.about-section {
  padding: 50px;
  text-align: center;
  background: url("../images/zaficoboat.jpg");
  opacity: 0.4; /* Here is your opacity */
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  height: 300px;
   /*filter: blur(2px);
  -webkit-filter: blur(2px);*/
}

.about-section-text {
  color: blue;
  font-weight: bold;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 25px;
  text-align: center;
}


.img-responsive {
  width: 80%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .img-responsive {
    width: 100%;
  	height: auto;
  }

}

.project-image {
  padding: 50px;
  text-align: center;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  height: 300px;
}

.project-text {
  color: white /*#17a2b8*/;
  font-weight: bold;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 30%;
  padding: 25px;
  text-align: center;
  border: 1px solid gray;
  background-color: rgb(0, 0, 0, 0.5);
}

.home-slider-container {
    background-color: yellow;/*: linear-gradient(rgba(255,255,255,.7), rgba(255,255,255,.7)), url('../images/zaficoboat.jpg');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    height: 700px;
    padding: 15px;
    margin: 0px;
}

.home-text {
  color: #17a2b8; 
  font-size: 26px; 
  font-style: italic;
}

.red {
	color: red;
}
.blue {
	color: blue;
}
.green {
	color: green;
}
.orange {
	color: orange;
}
.yellow {
	color: yellow;
}
.info {
	color: #17a2b8;
}
.gray {
	color: gray;
}
.white {
  color: white;
}
.font20 {
	font-size: 20px;
	font-weight: 500;
}
.navbar-orange {
  color: orange !important;
}


/* Tabs for mission vission*/
section {
    padding: 60px 0;
    height: 300px;
}

#tabs{
  background: white;
    color: grey;
    font-size: 20px;
    width: 50%;
    left: 50%;
}

#tabs .myTabs .nav-item.show .myTabsLinks, .myTabs .myTabsLinks.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid orange !important;
    font-size: 30px;
    font-weight: bold;
}

#tabs .myTabs .myTabsLinks {
    border-bottom:  1px solid orange;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #17a2b8;
    font-size: 30px;
}

.gallery-row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.gallery-column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.gallery-column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .gallery-column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .gallery-column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

/* top scroll button*/
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.gallery-image:hover {opacity: 0.7;}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 5000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#modal-caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #modal-caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.modal-close:hover,
.modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}