@charset "UTF-8";

/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto&display=swap');

@font-face {
    font-family: 'FontAwesome';
    src:
        url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-regular-400.woff') format('woff'),
        url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-regular-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome Brands';
    src:
        url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-brands-400.woff') format('woff'),
        url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-brands-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}


* {
    box-sizing: border-box;
    outline: none;
}

::before,
::after {
    vertical-align: baseline;
}

html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    background-color: #FFF;
    color: #000;
    font-size: 62.5%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

div,
section,
main,
header,
footer,
figure {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
}

h2 {
    font-size: 4em;
    Transform: skew(-2deg, -2deg);
    margin-bottom: 0.25em;
}

section>div>h2,
.intro>div>h1 {
    font-size: 6em;
    line-height: 1em;
    text-align: center;
    text-shadow: 0.05em 0.05em 0 rgba(0, 0, 0, 0.1);
}

h3 {
    font-size: 3em;
}

h4,
h5,
h6 {
    font-size: 2.4em;
}

p,
li {
    font-size: 1.8em;
}

ol,
ul {
    font-size: 1em;
    margin: 2em;
    padding: 0 2em;
}

.social ul,
.social li {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    font-size: 1em;
    margin-top: 2em;
}

.social a,
.social ul li>span {
    display: block;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    border: 5px solid transparent;
    border-left-width: 10px;
    border-right-width: 10px;
    text-decoration: none;
    outline: none;
}

.social {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 6em;
}

section>div {
    max-width: 960px;
    margin: 0 auto;
    padding: 8em 4em;
}

section>div>*:first-child {
    margin-top: 0 !important;
}

section>div>*:last-child {
    margin-bottom: 0;
}

section>div>h3 {
    color: #266435;
    transform: skew( 4deg, 4deg);
    text-align: center;
    font-size: 6em;
}

header {
    height: 100vh;
    width: 100%;
    background-image: url('../images/img-header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 30% center;
    display: block;
    overflow: hidden;
}

header::before {
    content: '';
    display: block;
    overflow: hidden;
    background-image: url('../images/bg-crowd.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 150%;
    padding-bottom: calc( (80/112) * 150% );
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: multiply;
    opacity: 0.5;
}

@media all and ( min-width: 720px ){
    header::before {
        width: 110%;
        padding-bottom: calc( (80/112) * 110% );
        top: 60vh;
        left: 20vw;
    }
}

@media all and ( min-width: 960px ){
    header::before {
        top: auto;
        bottom: -20vh;
        transform: translate(-50%, 0);
        width: 90%;
        padding-bottom: calc( (80/112) * 90% );
    }
}







header h1 {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 2em;
    font-size: 1em;
    box-sizing: border-box;
    width: 100%;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%);
}

header h1::before {
    content: '';
    display: block;
    overflow: hidden;
    background-image: url('../images/logo-writeintofootball.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-origin: content-box;
    width: 110px;
    height: 110px;
    margin: 0;
}

header div {
    color: #FFF;
    position: absolute;
    top: 55%;
    width: 100%;
    text-align: center;
}

header p {
    font-size: 18vw;
    margin: 0;
    line-height: 0.8em;
    font-family: 'Bebas Neue', sans-serif;
    color: #FFF;
    font-weight: 400;
    text-shadow: 0.05em 0.05em 0 #266435;
    position: absolute;
    width: 70vw;
    top: 150px;
    left: 20vw;
    transform: skew(-2deg, -2deg);
}

@media all and (min-width: 720px) {

    header {
        width: 100%;
        height: 100vh;
        margin: 0;
    }

    header h1 {
        width: auto;
        height: auto;

        right: 0;
        top: 0;
        bottom: 0;
        left: auto;
    }

    header h1::before {
        margin-top: 4em;
        width: 200px;
        height: 200px;
    }

    header p {
        top: 40px;
        left: 40px;
        transform: skew(-2deg, -2deg);
        font-size: 12vw;
        width: 50vw;
    }

}

@media all and (min-width: 960px) {
    header p {
        font-size: 12em;
        width: 500px;
        top: 15vh;
        left: auto;
        right: 40vw;
    }
}

.about {
    background-color: #FFF;
    position: relative;

}

/* LOGOS */


.logos ul,
.logos li {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    font-size: 1em;
}

.logos a,
.logos ul li>span {
    display: block;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 10px solid transparent;
    text-decoration: none;
    outline: none;
    margin-bottom: 30px;
    transition: background-color 0.25s ease-out;
}

.logos a:hover,
.logos a:active,
.logos a:focus {
    background-color: #EEE;
}

.logos li:nth-child(1) a,
.logos li:nth-child(1)>span {
    background-image: url('../images/logo-theword.svg');

}

.logos li:nth-child(2) a,
.logos li:nth-child(2)>span {
    background-image: url('../images/logo-artscouncil.svg');
}

.logos li:nth-child(3) a,
.logos li:nth-child(3)>span {
    background-image: url('../images/logo-stc.svg');
}

.logos li:nth-child(4) a,
.logos li:nth-child(4)>span {
    background-image: url('../images/logo-ssfc.svg');
}


/* SECTION - INTRO */

.intro {
    position: relative;
    background: none;
}

.intro::before {
    content: '';
    display: block;
    overflow: hidden;
   
    background-size: contain;
    width: 150%;
    padding-bottom: calc( (80/112) * 150% );
    position: absolute;
    top: 0;
    left: 0;
    
    opacity: 0.2;
    box-sizing: border-box;
    background-image: url('../images/bg-crowd.svg');
    pointer-events: none;
    z-index: -1;

}

section > div > h1,
section > div > h2 {
    font-size: 6em;
    line-height: 1em;
    text-align: center;
    text-shadow: 0.05em 0.05em 0 rgba(0, 0, 0, 0.1);
    color: #266435;
}

.intro>div>h1::after {
    content: '';
    position: absolute;
    border-top: 4px solid #266435;
    left: 35%;
    bottom: 0;
    width: 30%;
    height: 0px;
}

.intro > div > h1 {
    transform: skew(-2deg, -2deg);
    display: block;
    margin-bottom: 0;
}

.intro > div > h2 {
    margin-top: 0.5em;
    transform: skew(4deg, 4deg);
}

.intro .btn {
    background-color: #266435;
    color: #FFF;
    font-size: 2em;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    border: 4px solid transparent;
    width: 50%;
    margin: 2em auto 0;
    text-align: center;
}
.intro .btn:hover,
.intro .btn:focus {
    background-color: #FFF;
    color: #266435;
    border-color: #266435;
}

.intro .btn::before {
    content: '\f11c';
    font-family: 'FontAwesome';
    font-weight: 400;
    display: inline-block;
    margin-right: 0.5em;
}

.intro p {
    text-align: left;
}




/* SECTION - ABOUT */

.about>div {
    background-color: #FFF;
    color: #292c2e;
    margin-top: 0;
}

.about h1,
.about h2 {
    color: #266435;
}

.about {
    overflow: visible;
}

.col img {
    width: 100%;
    height: auto;
}


/* SECTION - YOUTUBE */

.youtube {
    background-color: #266435;
    color: #FFF;
    padding-bottom: 6em;
    background-image: url('../images/bg-texture.png');
}

.youtube>div>h2 {
    transform: skew(2deg, 2deg);
    color: #FFF;
}

.youtube h2,
.youtube h3 {
    color: #FFF;
}

.youtube h3:first-child:last-child {
    margin: 0;
}


.youtubevideo {
    display: block;
    overflow: hidden;
    margin: 2em auto;
    margin-top: 10px;
    padding: 0;

}

.youtubevideo div {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-top: 75%;
}

.youtubevideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


/* SECTION - ARTISTS */


.artists {
    color: #292c2e;
    background-color: #EEEEEE;
}

.artists h2 {
    color: #266435;
}

.artists p {
    margin-top: 1em;
}

.artists ul,
.artists li {
    display: block;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1em;
}

.artists a,
.artists ul li>span {
    display: block;
    height: 65px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    text-decoration: none;
    outline: none;
}

.artists a>*:first-child {
    margin-top: 0;
}

.artists a>*:last-child {
    margin-bottom: 0;
}

.artists>div>p {
    text-align: center;
}

.artists h3 {
    color: #266435;
    transform: skew(2deg, 2deg);
    margin-top: 1em;
}

.line {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #ffffff;
}

.line {
    position: relative;
    float: center;
    clear: center;
}

.line::after {
    content: '';
    position: absolute;
    border-top: 4px solid #ffffff;
    left: 35%;
    bottom: 0;
    width: 30%;
    height: 0px;
}


.btn {
    font-size: 1.8em;
    display: block;
}

.btn img {
    display: block;
}


.artists .btn:after {
    content: '\f152';
    font-family: 'FontAwesome';
    font-weight: 300;
    position: absolute;
    top: 0.7em;
    right: 1em;
    font-size: 1.5em;
}

.btn li:first-child {
    margin-top: 0;
}


/*BOXES IMGS*/

section>.boxes figure {
    position: relative;

}

section .boxes figure img {
    display: flex;
    overflow: hidden;
    margin: 0;
    width: 100%;
    align-self: center;
    flex: 0 0 auto;
    padding: 0%;

}

section .boxes {
    max-width: 100%;
    padding: 0;
    margin: 0;

}

section figure img {
    display: flex;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    font-family: 'object-fit: cover; object-position: right;';
    align-self: center;
    flex: 0 0 auto;
}

.box {
    background-color: #266435;
    color: #FFF;
    margin-top: 2em;
    text-align: center;
}


.box h2 {
    margin-top: 0;
}

.box .info {
    margin: 2em;
}

.box .info h3 {
    margin: 0;
    transform: skew(4deg, 4deg);
    color: #FFF;
    margin-bottom: 2.5rem;
}


.box>*:first-child {
    margin-top: 0;
}

.box>*:last-child {
    margin-bottom: 0;
}

/*BUTTON*/

.btn {
    display: block;
    overflow: hidden;
    padding: 1em 1em;
    margin: 1em 0;
    border: 0.15em solid #FFF;
    cursor: hand;
    text-decoration: none;
    list-style: none;
    transition: background-color 0.25s ease-out;
}

.btn:hover,
.btn:focus,
.btn:active {
    background-color: #FFF;
    color: #266435;
}

a.btn {
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
}


.content .btn {
    float: none;
    margin: 0.2em;
    background-color: #FFF;
    color: #266435;
    padding: 1em 3em 1em 1em;
    position: relative;
    line-height: 1.2em;
    text-align: center;
}

.content .btn:after {
    content: '\f152';
    font-family: 'FontAwesome';
    font-weight: 400;
    position: absolute;
    top: 0.7em;
    right: 1em;
    font-size: 1.5em;
}

.content .btn:hover,
.content .btn:active,
.content .btn:focus {
    background-color: #266435;
    color: #FFF;

}

/* FOOTER */

footer {
    padding: 8em 0;
    background-color: #292c2e;
    color: #fff;
    text-align: center;
    margin: 0;
    background-image: url('../images/bg-texture.png');
}

footer p {
    font-size: 1.6em;
}

footer p.attribution {
    font-size: 1.2em;
}

footer p.attribution a {
    color: #999;
}

/* ARTISTS PAGES */

.title {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    font-size: 1.4em;
    color: #266435;
}

.title {
    position: relative;
    float: center;
    clear: center;
}

span .art {
    color: #266435;
}

section>figure {
    position: relative;

}

section figure img {
    display: flex;
    overflow: hidden;
    margin: 0;
    width: 100%;
    align-self: center;
    flex: 0 0 auto;
    margin-bottom: 2.5em;
}


/* NAVIGATION */

.id-navigation {
    padding: 2em;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.id-navigation ul,
.id-navigation li {
    display: block;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1em;
}

.id-navigation ul {
    float: right;
}

.id-navigation li {
    float: left;
}

.id-navigation a {
    font-family: 'Bebas Neue', sans-serif;
    display: block;
    color: #fff;
    background-color: #292c2e;
    padding: 1em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.5em;
    font-weight: 400;
    text-decoration: none;
    line-height: 2.75em;
    margin-left: 0.5em;
    margin-bottom: 2em;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    border-style: solid;
    border-color: #292c2e;
    border-width: 4px;
}

.id-navigation li:first-child a {
    margin-left: 0;
}

.id-navigation a:hover,
.id-navigation a:active,
.id-navigation a:focus {
    background-color: #FFF;
    color: #292c2e;
    border-style: solid;
    border-color: #292c2e;
    border-width: 4px;
}

/* DOCUMENTS */

.buttons,
.buttons li {
    display: block;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1em;
}

.buttons li:not(:first-child) {
    margin-top: 1em;
}

.documents .btn {
    background-color: #266435;
    color: #FFF;
    margin: 0;
    border: none;
    position: relative;
}

.documents .btn::after {
    content: '\f152';
    font-family: 'FontAwesome';
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translate(0, -50%);
    font-size: 1.5em;
}

.documents .btn.pdf::before,
.documents .btn.ppt::before,
.documents .btn.mp3::before  {
    content: '\f1c1';
    font-family: 'FontAwesome';
    font-weight: 400;
    display: inline-block;
    margin-right: 0.5em;
}

.documents .btn.ppt::before {
    content: '\f1c4';
}

.documents .btn.mp3::before {
    content: '\f1c7';
}

.documents .btn:hover,
.documents .btn:active,
.documents .btn:focus {
    background-color: #292c2e;
}



/* MEDIA QUERIES */

@media all and (min-width: 640px) {

    .id-navigation button span {
        display: inline;
    }

    .id-navigation a {
        margin-left: 1.25em;
        font-size: 2em;
    }

}


/* DESKTOP */

@media all and (min-width: 720px) {

    h2 {
        font-size: 5em;
        line-height: 1em;
    }

    section>div>h2,
    .intro>div>h1 {
        font-size: 10em;
    }
    .intro>div>h2 {
        font-size: 6em;
    }

    h3 {
        font-size: 3.6em;
    }

    h4,
    h5,
    h6 {
        font-size: 3em;
    }

    p,
    li {
        font-size: 2em;
    }

    section>div {
        max-width: 860px;
        margin: 0 auto;
    }

    .about .col {
        display: flex;
        justify-content: center;
    }

    .col p {
        margin-right: 2em;
    }

    .col img {
        width: 325px;
        height: 425px;
        margin-top: 25px;
    }

    .logos ul {
        background-color: #FFF;
        padding: 1em 2em;
        display: flex;
        justify-content: center;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .logos ul li {
        width: calc((100% - 4em) / 4);
    }

    .logos ul li:not(:first-child) {
        margin-left: 2em;
    }

    .content {
        margin-bottom: 2em;
    }

    .content>figure {
        width: 40%;
    }

    .content>div {
        width: 60%;
    }

    .content {
        display: flex;
        flex-direction: row;
        max-width: 960px;
        padding: 0;
        margin: auto;
        flex: 0 0 auto;
        align-items: center;
    }

    .content:nth-of-type(even) {
        flex-direction: row-reverse;
    }

    section .boxes {
        max-width: 100%;
        padding: 0;
        margin: 0;

    }

    .artists p {
        margin-top: 2em;
    }


    section .boxes figure img {
        height: 350px;
        width: 350px;
        object-position: center;
        object-fit: cover;
    }

    section .boxes {
        padding: 0;
        margin: 0;
    }

    .box .info {
        margin: 2em;
    }

    .artists h3 {
        margin-top: 2em;
    }

}