
#intro {background-color:var(--powder-color)}
.text-wrapper p {
    font-size: clamp(.9375rem, .5rem + .75vw, 1.125rem);
}

#experiences .container {
    flex-direction: column;
}
#experiences .text-wrapper {max-width: none;}
#experiences .text-wrapper h2 {margin:0;}
.activities {margin-top: 3em;}

#experiences .text-box h3 {
    margin: -.25em 0 .825em;
    max-width:11em;
    font-size: clamp(1.5rem,1rem + 1vw,1.625rem);
    font-weight: 500;
    font-family: var(--font-header);
    color:var(--brown-color)
}
#experiences .activities p {
    line-height: 2.25;
}

.activities h3 {
    font-size: 1.5rem;
    max-width:24em;}
.activities h4 {
    font-size:1.25rem;
    font-weight: 400;
}

.activities h3, .activities h4{
    position: relative;
    margin-top:-.25em;
    margin-bottom:0;
    left:0; right:0;
    color:white;
    transition: opacity cubic-bezier(0.33, 0.66, 0.66, 1) .35s
}

.activities .row:last-child {margin-bottom:0}
.activities .row:nth-child(4n-7) figure, .activities .row:nth-child(4n-7) a {
    order: 2;
}
.activities .row:nth-child(4n+3) .text-box{margin-left: .5em}
.activities .row:nth-child(4n-7) .text-box{margin-right: .5em}
.activities .text-box a:first-of-type {margin-top:2em}

.activities a.toogo {
    margin-right:2%;
    margin-bottom:.5em;
    background-color:hsla(0,0%,25%,1.00);
}
.activities a.toogo:hover {
    background-color:hsla(0,0%,35%,1.00)
}
.activities .row {
    display: flex;
 flex-wrap: nowrap;
 margin-bottom: .5em
 }

.activities figure {
    display: flex;
    justify-content: center;
    flex-grow: 2;
    position: relative;
    flex-basis: 55%;
    background-size:cover;
    background-position: center center;
    box-shadow: 0 5px 20px hsla(0,0%,0%,.25)
}
.activities figure.fullwidth {
    height:28em
}
.activities figure::after {
    content:"";
    display: block;
    position: absolute;
    top:0;left:0; right:0;
    width:100%;
    height:100%;
    transition: background-color .3s;
}
.activities figure:hover::after {background:rgba(0,0,0,.25);}
.activities figcaption {
    z-index: 6;
    line-height: 1.6;
    padding: 3em;
    text-align: center;
    display: flex;
    align-items: center;
}

.activities .text-box {
    flex-grow: 1;
  flex-basis: 55%;
    text-align: left;
    padding: 5% 4.5%;
    min-height: 20em;
    min-width: 25em;
    background: #fff;
    box-shadow: 0 5px 20px hsla(0,0%,0%,.25)
}

.activities a:not(.button) {
    display: flex;
    height:auto;
    width:100%;
}


@media only screen and (max-width: 64rem) {

    .activities figure:hover::after, .activities figure::after {background:rgba(0,0,0,.45);}
    .activities figure.fullwidth {height:25em;}
    .activities figcaption::before, .activities figcaption::after,
    .activities h3, .activities h4 {opacity: 1;}
    .activities h3 {font-size:1.25rem;}
    .activities h4 {font-size:1.125rem;}
    .activities .text-box {padding: 3em}

}
@media only screen and (max-width: 50rem) {

.activities .row:nth-child(4n-7) .text-box {margin-right: 0;}
.activities .row:nth-child(4n+3) .text-box {margin-left: 0;}
.row {flex-direction: column-reverse;}
.activities figure {
    min-height: 15em;
    width: 100%;
    box-shadow: none;
}
}

@media only screen and (max-width: 40rem) {
    #experiences .text-wrapper {
        padding-right: 1.5em;
        padding-left: 1.5em
    }

}