.main-logo{
  width: 21rem;
  height: auto;

}

.img-man{
  width: 25rem;
  height: 20rem;
}

.img-project{
  width: 100%;
  height: auto;
  padding: 15px;
}

#navbarNavDropdown{
  background-color: black !important;
}

.nav-mystyle .nav-item {
  color: #0ACFF3 !important;
  font-size: 14px !important;
  flex-grow: 1;
  text-align: right;
}

.team-position {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: left;
}

.team-image-position:hover .team-image {
  opacity: 0.3  !important;
}

.team-image-position:hover .team-position {
  opacity: 1;
}

.team-text {
  background-color: transparent;
  color: white;
  font-size: 18px;
}

.partnerImg {
  width:250px !important;
  height:250px !important;
}

@media only screen and (max-width: 640px) {
  #CEOimage{
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  .partnerImg {
    width:100px !important;
    height:100px !important;
  }
}
