@font-face {
  font-family: "cocogoose";
  src: url("../assets/fonts/Cocogoose_trial.otf");
}

* {
  font-family: "cocogoose", sans-serif;
  src: url("../assets/fonts/Cocogoose_trial.otf");
  font-style: normal;
  list-style: none;
}

body {
  background: #f6f6f6;
  margin: 0;
}

.header {
  background-image: url('../assets/images/header_background.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  background-color: rgba(220, 220, 220, 0.3);
  padding: 0 0 15% 0;
}

body > hr {
  display: none;
}

.socials {
  display: none;
}

.navbar {
  height: 0.3%;
}

.navbar > ul {
  display: none;
}

.menu_item_container {
  position: fixed;
  background-color: #ec5242;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.9;
  overflow: hidden;
  filter: blur(0) !important;
}

.navlist-item-mobile > a {
  font-weight: 300;
  font-size: 30px;
  margin: 2px 0 2px 0;
  color: #fff;
  text-decoration: none;
  filter: none !important;
}

.navlist-item-mobile > a:active {
  color: navy;
  text-decoration: none;
  font-size: 35px;
}

.menu_item-mobile {
  z-index: 2;
}

.show {
  display: none;
}

.mobile_background {
  width: 80%;
}

.close_icon {
  width: 10vw;
  height: 70px;
  float: right;
  margin: 10px;
  left: -50px;
}

.navlist-mobile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  list-style: none;
  list-style-type: none;
  margin-top: 100px;
}

.col > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.footer > img {
  height: 20%;
  width: 20%;
  margin: 5% 5% 5% 16%;
}

.kenyan-craetives-logo > span > img {
  height: 20%;
  width: 50%;
  margin: auto;
}

.header > nav > a > img {
  height: 40px;
  width: 40px;
}

.header > h2 {
  margin-top: 20%;
  font-weight: 300;
  color: #ec5242;
  letter-spacing: 0.001rem;
  font-size: 24px;
}

.header > h1 {
  font-weight: 500;
  color: #ec5242;
  letter-spacing: 0.001rem;
  font-size: 32px;
}

.header > p {
  color: dimgrey;
  margin: 20px 2.5% 10px 2.5%;
  letter-spacing: 0.001rem;
  font-size: 14px;
  width: 95%;
}

.header > h4 {
  font-weight: 500;
  letter-spacing: 0.001rem;
  font-size: 14px;
  margin: 15px 10px 15px 10px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.card-container {
  width: 90%;
  margin: 0 5% 0 5%;
}

.kenyan-craetives-logo {
  margin: 15px;
  text-align: center;
}

.kenyan-craetives-logo > h2 {
  margin-top: 20%;
  font-weight: 300;
  letter-spacing: 0.001rem;
  font-size: 24px;
}

.kenyan-craetives-logo > hr {
  background-color: #ec5242;
  width: 20%;
  margin-bottom: 30px;
  height: 5px;
}

.kenyan-craetives-logo > p {
  margin: auto;
  font-size: 12px;
  padding: 5px;
  width: 65%;
}

.kenyan-craetives-logo > span {
  display: inline-block;
  border: 1px solid #555;
  width: 80%;
  padding: 10px;
  margin: 20px 10% 20px 10%;
}

.past-KC-summit {
  margin: 15px;
  text-align: center;
}

.past-KC-summit > h2 {
  margin: 20% 20% 5% 20%;
  font-weight: 300;
  letter-spacing: 0.001rem;
  font-size: 24px;
  width: 60%;
}

.past-KC-summit > hr {
  background-color: #ec5242;
  width: 20%;
  margin-bottom: 30px;
  height: 5px;
}

.past-KC-summit > p {
  margin: auto;
  font-size: 12px;
  padding: 5px;
  width: 65%;
}

.past-KC-summit .past-kc-summit-1 {
  background: #ec5242 url("../assets/images/past-kc-summit-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 25%;
  width: 90%;
  margin: auto;
  margin-bottom: 15px;
  opacity: 0.8;
}

.past-kc-summit-1 > h3 {
  color: white;
  font-weight: 500;
  font-size: 48px;
  padding: 15% 10% 1% 10%;
}

.past-kc-summit-1 > p {
  color: white;
  font-weight: 200;
  font-size: 20px;
}

.past-KC-summit .past-kc-summit-2 {
  background: #ec5242 url("../assets/images/past-kc-summit-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 25%;
  width: 90%;
  margin: auto;
  margin-bottom: 15px;
  opacity: 0.8;
}

.past-kc-summit-2 > h3 {
  color: white;
  font-weight: 500;
  font-size: 48px;
  padding: 15% 10% 1% 10%;
}

.past-kc-summit-2 > p {
  color: white;
  font-weight: 200;
  font-size: 20px;
}

.partners-section {
  text-align: center;
  background-color: #272a31;
  padding-bottom: 20px;
}

.partners-section > h2 {
  margin: 20% 20% 5% 20%;
  font-weight: 300;
  letter-spacing: 0.001rem;
  font-size: 24px;
  width: 60%;
  color: beige;
  padding: 20px 20px 5px 20px;
}

.partners-section > hr {
  background-color: #ec5242;
  width: 20%;
  margin-bottom: 30px;
  height: 5px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: auto;
  grid-column-gap: 3%;
  grid-row-gap: 15%;
}

.col:nth-child(-1n + 3) {
  grid-column: span 4;
}

.col:nth-last-child(2) {
  grid-row-start: 2;
  grid-column: 3 / span 4;
}

.col:nth-last-child(1) {
  grid-row-start: 2;
  grid-column: 7 / span 4;
}

.footer {
  display: flex;
  flex-direction: row;
  padding: 20px;
}

.footer > p {
  font-size: 12px;
  margin: 9% 5% 5% 1%;
}

@media (min-width: 782px) {
  body > hr {
    display: block;
  }

  .hide-desktop {
    display: none !important;
  }

  .header {
    text-align: center;
    background-color: rgba(220, 220, 220, 0.3);
    padding: 0 0 5% 0;
  }

  .socials {
    display: block;
    background-color: #2e2e2b;
  }

  .socials_icons {
    display: flex;
    flex-direction: row;
    margin: 0 0 0 60%;
  }

  .socials_icons > li {
    margin: auto;
    margin: 10px 10px 10px 10px;
    color: beige;
    font-size: 10px;
  }

  .navbar {
    margin-top: 0;
    background-color: white;
    height: 10%;
  }

  .navbar > span {
    display: none;
  }

  .navbar > ul {
    display: flex;
    flex-direction: row;
    margin: auto;
    height: 10%;
  }

  .logo {
    margin: 0 120% 0 -75%;
  }

  .col > img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .footer > img {
    height: 14%;
    width: 14%;
    margin: 0 0 0 35%;
    padding: 40px;
  }

  .logo > a > img {
    height: 50px;
    width: 50px;
  }

  .navbar-items {
    width: 20%;
    margin: 0 20px 0 20px;
    padding: 20px 0 0 0;
  }

  .header > p {
    color: dimgrey;
    margin: 5% 2.5% 10px 2.5%;
    letter-spacing: 0.001rem;
    font-size: 14px;
    width: 90%;
  }

  .kenyan-craetives-logo > p {
    margin: auto;
    font-size: 12px;
    padding: 5px;
    width: 40%;
  }

  .past-KC-summit > p {
    margin: auto;
    font-size: 12px;
    padding: 5px;
    width: 65%;
  }

  .past-kc-summit-1 > p {
    color: white;
    font-weight: 200;
    font-size: 20px;
  }

  .past-kc-summit-2 > p {
    color: white;
    font-weight: 200;
    font-size: 20px;
  }

  .footer > p {
    font-size: 16px;
    color: beige;
    margin: 5.5% 5% 1% 1%;
  }

  .navbar-items > a > p {
    font-size: 14px;
    color: #2e2e2b;
    margin-top: -7px;
    text-decoration: none;
  }

  .navbar-items > a > p :active {
    font-size: 16px;
    color: #ec5242;
  }

  .header > nav > a {
    display: none;
  }

  .header > h2 {
    display: none;
  }

  .header > h1 {
    font-weight: 500;
    color: #ec5242;
    letter-spacing: 0.001rem;
    font-size: 48px;
    margin: auto;
    margin-top: 7%;
    width: 40%;
  }

  .card-container {
    width: 60%;
    margin: 3% 0 0 20%;
  }

  .header > h4 {
    font-weight: 500;
    letter-spacing: 0.001rem;
    font-size: 14px;
    margin: 10px;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .kenyan-craetives-logo {
    margin: 15px;
    text-align: center;
  }

  .kenyan-craetives-logo > h2 {
    margin-top: 10%;
    font-weight: 500;
    letter-spacing: 0.001rem;
    font-size: 24px;
  }

  .kenyan-craetives-logo > hr {
    background-color: #ec5242;
    width: 3%;
    margin-bottom: 30px;
    height: 5px;
  }

  .kenyan-craetives-logo > span {
    display: inline-block;
    border: 1px solid rgb(170, 168, 168);
    border-radius: 5px;
    width: 25%;
    height: 25%;
    padding: 10px;
    margin: 20px 10% 10% 10%;
  }

  .kenyan-craetives-logo > span > img {
    height: 80%;
    width: 60%;
    margin: auto;
    margin-top: 4%;
  }

  .past-KC-summit {
    margin: 15px;
    text-align: center;
  }

  .past-KC-summit > h2 {
    margin: 10% 20% 1% 20%;
    font-weight: 500;
    letter-spacing: 0.001rem;
    font-size: 24px;
    width: 60%;
  }

  .past-KC-summit > hr {
    background-color: #ec5242;
    width: 3%;
    margin-bottom: 30px;
    height: 5px;
  }

  .past-kc-summit-container {
    display: flex;
    flex-direction: row;
  }

  .past-KC-summit .past-kc-summit-1 {
    background: #ec5242 url("../assets/images/past-kc-summit-2.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 35%;
    width: 25%;
    margin: 5% 10px 10px 23.75%;
    margin-bottom: 15px;
    opacity: 0.8;
  }

  .past-kc-summit-1 > h3 {
    color: white;
    font-weight: 500;
    font-size: 48px;
    padding: 15% 10% 1% 10%;
  }

  .past-KC-summit .past-kc-summit-2 {
    background: #ec5242 url("../assets/images/past-kc-summit-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 35%;
    width: 25%;
    margin: 5% 10px 10px 2%;
    margin-bottom: 15px;
    opacity: 0.8;
  }

  .past-kc-summit-2 > h3 {
    color: white;
    font-weight: 500;
    font-size: 48px;
    padding: 15% 10% 1% 10%;
  }

  .partners-section {
    text-align: center;
    background-color: #2e2e2b;
    padding-bottom: 20px;
    display: none;
  }

  .partners-section > h2 {
    margin: 20% 20% 5% 20%;
    font-weight: 300;
    letter-spacing: 0.001rem;
    font-size: 24px;
    width: 60%;
    color: beige;
    padding: 20px 20px 5px 20px;
  }

  .partners-section > hr {
    background-color: #ec5242;
    width: 20%;
    margin-bottom: 30px;
    height: 5px;
  }

  .grid-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 3%;
    grid-row-gap: 15%;
  }

  .col:nth-child(-1n + 3) {
    grid-column: span 4;
  }

  .col:nth-last-child(2) {
    grid-row-start: 2;
    grid-column: 3 / span 4;
  }

  .col:nth-last-child(1) {
    grid-row-start: 2;
    grid-column: 7 / span 4;
  }

  .footer {
    display: flex;
    flex-direction: row;
    background-color: #272a31;
    margin: 13% 0 0 0;
  }
}
