* {
  font-family: "Montserrat";
}

body {
  margin: 0px;
}

h2 {
  font-size: 36px;
  margin-top: 0px;
  margin-bottom: 13px;
  color: #007796;
}

#header {
  display: flex;
  justify-content: center;
  overflow: hidden;
  background-color: white;
  z-index: 100;
}

.headNav {
  padding: 20px 25px 20px 25px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  width: 50px;
  text-align: center;
  font-family: "Montserrat";
  font-weight: bold;
  border-bottom: 4px solid transparent;
  color: #181818;
}

.headNav:hover,
.activeNav {
  cursor: pointer;
  border-bottom: 4px solid #007796;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

#home {
  display: flex;
  text-align: justify;
  align-items: center;
  height: 750px;
  background-image: url("images/coombe.jpg");
  background-size: cover;
  background-position-y: -100px;
  background-repeat: no-repeat;
}

.summary {
  width: 20%;
  margin-left: 20%;
}

.left {
  width: 15%;
  margin-left: 25%;
}

.right {
  width: 30%;
  margin-left: 5%;
}

#logoText {
  font-size: 58px;
}

p,
li {
  font-size: 12px;
  line-height: 2.5;
  font-weight: 500;
  text-align: left;
}

button {
  color: white;
  background-color: #007796;
  border-radius: 4px;
  box-shadow: 0 16px 20px 0px #00779645;
  padding: 9px;
  padding-left: 32px;
  padding-right: 32px;
  border: none;
  margin-top: 20px;
  font-size: 12px;
}

button:hover {
  cursor: pointer;
  box-shadow: 0 16px 20px 0px #00779645;
}

button:active {
  transform: translateY(3px);
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 59px;
}

.section {
  display: flex;
  text-align: justify;
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
}

#partners {
  background-color: #f4f4f4;
  height: auto;
  min-height: 740px;
}

.full {
  width: 70%;
  margin-left: 15%;
}

.activity,
#categories {
  display: flex;
  justify-content: center;
}

.categoryTitle {
  font-size: 14px;
}

.activity {
  display: none;
}

#ew {
  text-align: center;
  margin-left: 17%;
  margin-right: 17%;
}

#ac2 {
  margin-top: -25px;
}

#categories {
  margin-left: 1%;
  margin-right: 1%;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 35px;
  font-size: 13px;
  line-height: 1.75;
}

.selected {
  color: #007796;
  box-shadow: 0 5px 30px 10px #0077962e !important;
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  z-index: 5;
}

.category {
  background-color: white;
  cursor: pointer;
  height: 150px;
  margin: 0px 10px 0px 10px;
  box-shadow: 0 10px 40px 0px #00000014;
}

.innerCategory {
  padding: 20px;
  height: 73%;
}

.categoryIcon {
  height: 49px;
  width: 49px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.blueImg {
  display: none;
}

.partner {
  flex-basis: 25%;
  background-color: white;
  margin: 25px;
  margin-bottom: 50px;
  box-shadow: 0 10px 40px 0px #00000014;
  cursor: pointer;
}

.partner:hover {
  box-shadow: 0 5px 30px 10px #0077962e;
  transition-duration: 0.2;
  -webkit-transition-duration: 0.2s;
}

.logoContainer {
  height: 150px;
}

.logo {
  text-align: center;
  position: relative;
}

.status {
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #97a4a7;
  color: white;
  font-size: 10px;
  padding: 5px;
  float: right;
}

.activeStatus {
  background-color: #007796;
}

.nologo {
  padding-top: 36px;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.5;
}

.info {
  background-color: #fafafa;
  height: auto;
  display: none;
  padding: 5px 25px 5px 25px;
}

.col {
  flex: 1;
}

#contact {
  height: auto !important;
}

.contactLeft {
  width: 25%;
  margin-left: 30%;
}

.contactRight {
  padding: 70px;
  margin-left: 5%;
  box-shadow: 0 6px 70px 0px #00779638;
  background-color: white;
  display: flex;
  text-align: justify;
  align-items: center;
}

#footer {
  height: 90px;
  background-color: #3f3f3f;
  text-align: center;
  color: lightgrey;
}

.icon {
  font-size: 25px;
  margin-right: 20px;
  color: grey;
  position: absolute;
  margin-left: -2.5%;
}

a,
p {
  color: #181818;
}

.subheading {
  margin: 20px 0px 20px 0px;
  text-align: center;
  display: none;
}

@media only screen and (max-width: 1650px) {
  #home {
    background-position-y: -40px;
  }
  .left {
    width: 15%;
    margin-left: 20%;
  }
  .right {
    width: 42%;
  }
  .full {
    width: 80%;
    margin-left: 10%;
  }
}

@media only screen and (max-width: 1500px) {
  .left {
    width: 15%;
    margin-left: 20%;
  }
  .right {
    width: 42%;
  }
}

@media only screen and (max-width: 1400px) {
  .summary {
    width: 30%;
  }
  .left {
    width: 15%;
    margin-left: 20%;
  }
  .right {
    width: 42%;
  }
  .full {
    width: 90%;
    margin-left: 5%;
  }
  .contactLeft {
    width: 35%;
    margin-left: 20%;
  }
}

@media only screen and (max-width: 1270px) {
  .categoryTitle {
    font-size: 13px;
  }
  .arrow {
    margin-top: 1px;
  }
}

@media only screen and (max-width: 1250px) {
  .left {
    width: 20%;
    margin-left: 15%;
  }
  .right {
    width: 48%;
  }
  .icon {
    margin-left: -3.5%;
  }
}

@media only screen and (max-width: 1200px) {
  #wealthB {
    width: 100% !important;
    padding-top: 46px !important;
    max-width: 320px;
  }
}

@media only screen and (max-width: 1180px) {
  .categoryIcon {
    height: 40px;
    width: 40px;
  }
  .arrow {
    z-index: -100 !important;
  }
  .categoryTitle {
    font-size: 12px;
  }
  .arrow {
    margin-top: 11px;
  }
}

@media only screen and (max-width: 1100px) {
  .summary {
    width: 27%;
  }
  #home {
    background-position-x: -80px;
  }
  .full {
    width: 98%;
    margin-left: 1%;
  }
}

@media only screen and (max-width: 1050px) {
  .full {
    width: 60%;
    margin-left: 20%;
  }
  #ned {
    display: block;
  }
  .contactLeft {
    width: 40%;
    margin-left: 15%;
  }
  #fullActivities {
    width: 98% !important;
    margin-left: 1% !important;
  }
  .innerCategory {
    padding: 15px;
  }
  .category {
    height: 140px;
  }
  .partner {
    margin-bottom: 25px;
  }
  #ew,
  #ac2,
  #ned {
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
  }
  #asiaCap {
    width: 65% !important;
    min-width: 300px;
  }
  .arrow {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 975px) {
  .categoryTitle {
    font-size: 11px;
  }
  .nologo {
    font-size: 24px;
    padding-top: 39px;
  }
}

@media only screen and (max-width: 950px) {
  .summary {
    width: 35%;
    margin-bottom: 5%;
  }
  #home {
    background-position-x: -155px;
  }
  .left {
    width: 25%;
    margin-left: 8%;
  }
  .right {
    width: 55%;
  }
  .contactLeft {
    width: 40%;
    margin-left: 10%;
  }
  .icon {
    margin-left: -3.5%;
  }
}

@media only screen and (max-width: 920px) {
  #categories {
    display: none;
  }
  .activity {
    display: block !important;
  }
  .subheading {
    display: block;
    font-size: 27px;
    margin-top: 65px;
    margin-bottom: 10px;
    color: #007796;
    font-weight: bold;
  }
}

@media only screen and (max-width: 900px) {
  .summary {
    width: 40%;
  }
  #home {
    background-position-x: -230px;
  }
  .icon {
    margin-left: -4.5%;
  }
}

@media only screen and (max-width: 770px) {
  .summary {
    width: 45%;
  }
  #home {
    background-position-x: -315px;
  }
  #about {
    display: inline-block;
  }
  #about {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .left {
    width: 35%;
    margin-left: 32.5%;
    padding-bottom: 50px;
  }
  .right {
    margin-left: 5%;
    width: 90%;
  }
  h2 {
    text-align: center;
  }
  .full {
    width: 75%;
    margin-left: 12.5%;
  }
  .contactRight {
    padding: 45px;
    height: 20%;
  }
}

@media only screen and (max-width: 640px) {
  .summary {
    width: 50%;
  }
  .left {
    width: 45%;
    margin-left: 27.5%;
  }
  .full {
    width: 85%;
    margin-left: 7.5%;
  }
  .contactRight {
    display: none;
  }
  .contactLeft {
    width: 90%;
    margin-left: 5%;
  }
  .icon {
    margin-left: -7.5%;
  }
  #details {
    margin-left: 7%;
  }
}

@media only screen and (max-width: 500px) {
  .summary {
    width: 100%;
    margin: 5%;
    margin-bottom: 25%;
  }
  .headNav {
    padding: 20px 10px 20px 10px;
  }
  #home {
    background-position-y: 0px;
  }
  .full {
    width: 95%;
    margin-left: 2.5%;
  }
}
