/*  HERO  */
.hero {
    background: url(/assets/hero/get-inspired-hero.jpg), var(--green);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100svh;
    margin: 0 0 50px 0;
    background-position: center;
}
/*  HERO END  */

/*  CONTENT  */
.orange {
color: var(--orange) !important;
padding: 30px 0 25px 0;
}
.midGrey {
color: var(--midGrey);
}
.midGrey {
color: var(--darkGrey);
}
.title {
display: inline-block;
color: var(--darkBlue);
font-size: 7em;
font-weight: 500;
padding: 25px 0;
}
.content {
display: flex;
flex-direction: column;
}
.content .contentTitle {
padding: 15px;
}
.content .contentTitle span.active {
color: var(--darkBlue);
}
.content .contentTitle span {
font-size: var(--fs-overview);
padding: 10px 0;
display: block;
color: var(--midGrey);
text-transform: uppercase;
}
.content .contentBody {
padding: 0 15px
}
.content .contentBody p {
font-size: var(--fs-body);
line-height: var(--lh-body);
padding: 0 0 25px 0;
}
.content .contentBody img.wideImage {
width: 100%;
padding: 25px 0;
}
.tableofcontents {
display: none;
}
/*  CONTENT END  */


/*   GRID   */
.grid {
padding: 50px 0 0 0;
display: flex;
flex-wrap: wrap;
width: 100%;
}
.grid .block {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.grid .block a {
    width: 100%;
    height: auto;
    display: flex;
}
.grid .block img {
width: 100%;
object-fit: cover;
height: 100%;
aspect-ratio: 1 / 1;
}
.grid .block span {
display: flex;
align-items: end;
padding: 10%;
position: absolute;
font-size: 4em;
color: white;
width: 100%;
bottom: 0;
height: 100%;
background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 100%);
text-transform: uppercase;
}

.patatus img {
object-position: 30% center;
}

.losophe img {
object-position: 45% center;
}

.john-chester img {
object-position: 15% center;
}

.hk-young img {
object-position: 5% center;
}



/*   GRID END   */


/*    LARGE SCREEN    */
@media only screen and (min-width: 650px) 
{
/*  COMMON  */
/*  COMMON END  */

/*  HERO  */
.hero {
    background: url(/assets/hero/get-inspired-hero.jpg), var(--green);
    background-size: cover;
    background-repeat: no-repeat;

}
/*  HERO END  */

/*  CONTENT  */
.content {
    flex-direction: row;
}
.contentTitle {
    width: 30%;
    padding: 0 0 0 25px !important;
}
.contentBody {
    width: 85%;
}
.content .contentBody p {
    padding: 0 15% 25px 0;
}
.title {
    font-size: 1.8em;
}
.tableofcontents {
    position: sticky;
    top: 0;
}
/*  CONTENT END  */

/*   GRID   */
.grid {
    padding: 50px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}
.grid .block {
    width: calc(100% / 3);
    overflow: hidden;
}
.grid .block img {
/*        width: 33%;*/
}
.grid .block a {

}
.grid .block a img {
    transition: all 1s;
    transform: scale(1.0);
}
.grid .block a:hover img {
    filter: brightness(30%);
}
.grid .block a:hover span {
    opacity: 1;
}
.grid .block span {
    z-index: 10;
    opacity: 0;
    transition: all 1s ease-out;
    font-size: 1.5em;
}
/*   GRID END   */
}
