:root {
  background-color:  #0099E0;
  --color-text-main: #000000;
  --color-text-header: #000000;
  --font-family: "Inter", sans-serif;
  --font-family-header: "Inter", sans-serif;
}


[hidden] {
  display: none !important;
}

.inter-regular {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.inter-thinitalic {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: italic;
} 

.inter-bolditalic {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 632;
  font-style: italic;
}


body {
  font-family: "Inter", sans-serif;
  font-style: normal;
  background-color: var(--color-bg);
}

.wrapper {
  display: flex;
  justify-items: flex-start;
  align-items: center;
  background-color: #F22C8C;
  border: 4px solid #000000;
  box-shadow: 4px 6px #000000;
}

h1.title {
  font-family: "Inter", sans-serif;
  font-style: italic;
  transform: skewX(-10deg);
  font-size: 60px;
  margin: 0;
  padding: 20px;
}

.wrapper .welcome-message {
      background-color: #FFE499;
      border: solid 2px #000000;
      box-shadow: 2px 2px #000000;
      border-radius: 4px;
      height: fit-content;
      margin: auto;
      margin-left: 60px;
      padding: 4px 20px 4px 20px;
}

.wrapper .welcome-message p {
        color: #000000;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: italic;
        font-size: 20px;
}

div.button-link {
  margin-right: 1em;
}

div.button-link button {
  background-color: #FFD000;
  font-size: 100%; 
  background: #FFFFFF;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  transition: 500ms;
  font-family: 'Inter', sans-serif;
}

.home-body {
  display: flex;
  /*! justify-content: flex-start; */
  /*! align-items: stretch; */
  /*! flex-direction: row; */
  /*! flex-wrap: nowrap; */
  /*! align-content: stretch; */
  height: 100%;
  padding: 15px;
  gap: 10px;
}

.home-window {
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin: 10px;
  border-top: 4px solid #000000;
  border-bottom: 4px solid #000000;
  border-left: 4px solid #000000;
  border-right: 4px solid #000000;
  box-shadow: 4px 6px #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-description { 
  margin: 10px;
}

.dam1 {
  align-self: flex-start;
  max-width: 450px;
  background-color: #FFCC00;
  border-radius: 10px;
  padding: 10px;
  padding-top: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

  .dam1 h2 {
    color: #000000;
    font-size: 30px;
    font-family: "Inter", sans-serif;
    font-style: italic;
  }

    .dam1 .header-description {
      border: solid 2px #000000;
      border-radius: 4px;
      padding: 10px;

    }

      .dam1 .header-description p {
        color: #000000;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: italic;
        font-size: 24px;
}

    .dam1 .header-note {
      border: solid 2px #000000;
      border-radius: 4px;
      padding: 10px;
      width: 70%;
    }

      .dam1 .header-note p {
        color: #000000;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: italic;
        font-size: 16px;
}


.icon-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

.icon-img {
  width: 260px;
  height: 260px;
  display: block;
}

.icon-img:hover {
  transform: scale(1.05);
}

.home-window .dam3 {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
}



.dam2 {
    max-width: fit-content;
    text-align: center;
  }

  .dam2 h1 {
    color: #e3e3e3;
    font-size: 30px;
    font-family: "Inter", sans-serif;
    font-style: italic;
  }

  .dam2 .pagelinks {
    text-align: left;
  }

.home-window.dam3 {
  box-shadow: none;
}






.w-kit-coded {
display: grid;
background-color: #ffe499;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
border: solid 6px #000000;
height: 36em;
  width: 36em;
}

.w-kit-coded-header { 
  grid-area: 1 / 1 / 2 / 7; 
  background-color: #ff5833;
  border-bottom: 3px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6em;
}

.basketball-svg > img:nth-child(1) {
  width: 5em;
  padding: 1em;
}
.header-title > h1:nth-child(1) {
  font-size: 48px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  margin-top: 0px;
  margin-bottom: 0px;
} 
.w-kit-coded-body { 
  grid-area: 2 / 2 / 2 / 6; 
  display: flex;
  flex-direction: column;
}
.w-kit-detail > p:nth-child(1) {
  font-size: 24px;
  margin-top: 10px;
}

.w-kit-pages-table {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(5, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.w-kit-pages-table .deet {
  align-content: center;
}

.w-kit-pages-table .icon_link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.w-kit-cards { grid-area: 1 / 1 / 2 / 2; }
.w-kit-schedule { grid-area: 2 / 1 / 3 / 2; }
.w-kit-index { grid-area: 3 / 1 / 4 / 2; }
.w-kit-content { grid-area: 4 / 1 / 5 / 2; }
.w-kit-about { grid-area: 5 / 1 / 6 / 2; }
.w-kit-cards-detail { grid-area: 1 / 2 / 2 / 6; }
.w-kit-schedule-detail { grid-area: 2 / 2 / 3 / 6; }
.w-kit-index-detail { grid-area: 3 / 2 / 4 / 6; }
.w-kit-content-detail { grid-area: 4 / 2 / 5 / 6; }
.w-kit-about-detail { grid-area: 5 / 2 / 6 / 6; }





