/* Fonts */
@font-face {
    font-family: CocoSharp;
    src: url("../fonts/CocoSharpL-Regular.otf");
  }

/* General */
body {
    margin: 0;
    color: #1F1F1F;
    font-family: CocoSharp;
}

a {
    text-decoration: none;
    color: inherit;
}

/* Navbar */

@media(max-width: 1050px) {
    .navbar-social-button {
        display: none !important;
    }
}

@media (max-width: 900px) {
  .navbar {
    display: none !important;
  }

  .header {
    display: none !important;
  }

  .description-img {
    display: none !important;
  }

  .description {
    flex-direction: column !important;
    gap: 1rem;
    padding-bottom: 2rem !important;
  }
}

@media (min-width: 900px) {
    .header-small {
        display: none !important;
    }

    .navbar-small {
        display: none !important;
    }

    .navbar-small-items {
        display: none !important;
    }

    .description-small-img {
        display: none !important;
    }

    .description {
        flex-direction: row !important;
    }
}

.navbar {
    display: flex;
    flex-direction: row;
    padding-top: 3rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background-image: linear-gradient(to bottom, #d4eef1, #ffffff);
    letter-spacing: 3px;
}

.navbar-small {
    padding: 1rem;
}

.navbar-small-items {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding: 1.5rem;
    letter-spacing: 2px;
    background-image: linear-gradient(to bottom, #d4eef1, #ffffff);
    align-items: flex-start;
}

.navbar-left {
    flex: .33;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.navbar-center {
    flex: .33;
    display: flex;
    flex-direction: row;
    gap: 5rem;
    justify-content: center;
}

.navbar-small-item {
    border-bottom: 2px solid transparent;
}

.navbar-item {
    border-bottom: 2px solid transparent;
}

.navbar-item:hover {
    border-bottom: 2px solid #1F1F1F;
    transition: .25s;
}

.navbar-small-item:hover {
    border-bottom: 2px solid #1F1F1F;
    transition: .25s;
}

.navbar-right {
    flex: .33;
}

/* Sections */
.header {
    background-image: linear-gradient(to top, rgba(28, 183, 211, 0.85), rgba(49, 178, 197, 0.8)), url("../img/frosch-verby-kids.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: flex;
    flex-direction: row;
    color: #ffffff;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.75rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.header-small {
    background-image: linear-gradient(to top, rgba(28, 183, 211, 0.85), rgba(49, 178, 197, 0.8)), url("../img/frosch-verby-kids.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.75rem;
    gap: 2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.header-small-logo {
    flex: 1;
    display: flex;
    justify-content: center;
}

.header-small-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.header-small-subitem {
    text-align: center;
}

.header-small-item img {
    max-width: 100%;
    height: auto;
    display: block;
}

.header-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    flex: 1 1 65%;
    justify-content: space-between;
}

.header-subitem {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: center;
}

.header-subitem img {
    max-width: 100%;
    height: auto;
    display: block;
}

.header-subitem-row {
    flex: 1;
}

.description {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    font-size: 1.25rem;
    letter-spacing: 1.15px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
}

.description-img {
    flex: 1;
}

.description-img img {
    max-width: 100px;
}

.description-small-img img {
    max-width: 250px;
}

.description-text {
    flex: 1;
}

.highlight {
    color: #33b5c8;
}

.activities {
    min-height: 250px;
    background-image: linear-gradient(to bottom, #d3edf1, #ffffff);
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 5rem;
    padding-right: 5rem;
    flex-wrap: wrap;
}

.activities-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.activities-subitem {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}

.activity-image {
    max-width: 75%;
    max-height: 200px;
    display: block;
}

.activity-title {
    font-size: 1.25rem;
    letter-spacing: 3px;
}

.blob1 {
    border-radius: 56% 44% 70% 30% / 30% 54% 46% 70%;
}

.blob2 {
    border-radius: 25% 75% 44% 56% / 34% 30% 70% 66%;
}

.blob3 {
    border-radius: 73% 27% 59% 41% / 57% 59% 41% 43%;
}


/* Components */
.button {
    border: 2px solid white;
    border-radius: 20px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .75rem;
    padding-right: .75rem;
    color: white;
    background-color: transparent;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);

}

.button:hover {
    color: #1F1F1F;
    background-color: white;
    transition: .25s;
}