/* GOOGLE FONTS REF.

font-family: 'Poppins', sans-serif;
    black: 900;
    regular: 400;

*/

/* COLOURS 

White:      #FEFFFE
Pink:       #FF8AF4
Turquoise:  #B5FFEB
liliac:     #918DFD
Yellow:     #FFEC8E
Orange:     #FFA08D

*/

/* TRANSITION

transition: all 600ms cubic-bezier(1, 0, 0, 1);

*/

/* MOBILE */

@media (min-width : 320px) and (max-width : 749px) 

{

html
{
    margin 0px;
    padding: 0px;
}

body
{
    margin: 0;
    padding: 0;
}

a
{
    text-decoration: none;
    color: #000000;
    transition: all 600ms cubic-bezier(1, 0, 0, 1);
}

a:hover
{
    color: #FFA08D;
    border-bottom: 4px solid #FFA08D;
    
}

section
{
    padding: 0 0 60px 0;
    transition: all 600ms cubic-bezier(1, 0, 0, 1);
    border-bottom: 24px solid #000000;
    margin: auto;
    display: block;
}

.splash
{
    background: url('/images/gccc_BG_Brossels.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    width: 100vw;
    min-height: 100vh;
    
    border: #f36d32 24px solid;
        box-sizing: border-box;
        border-image: linear-gradient(to right, #FFEC8E 0%, #FF8AF4 100%);
        border-image-slice: 1;
    
    padding: 0;
    margin: 0 24px 0 0;
    top: 0;
    left: 0;
    position: fixed;
    z-index: -24;
    
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
    
#spBrossels
{
    background: url('/images/IMG_0331.JPG') no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    background-size: cover;
    background-color: #FFA08D;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
    
#spTrentoux
{
    background: url('/images/trentoux-hero.jpg') no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    background-size: cover;
    background-color: #B5FFEB;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
    
.splash h1
{
    color: #FEFFFE;
    text-align: center;
    position: fixed;
    top: calc(50vh - 2.4em);
}

.logocont
{
    margin-left: 60px;
    max-width: 360px;
}

.logo
{
    height: 60px;
    width: 60px;
    float: left;
    margin: 12px;
    position: relative;
}

.G1
{
    top: 24px;
    transform: rotate(-124deg);
    opacity: 0;
}

.G1.loaded
{
    top: 0px;
    transform: rotate(0deg);
    opacity: 1;
}

.O1
{
    top: -24px;
    transform: rotate(124deg);
    opacity: 0;
}

.O1.loaded
{
    top: 0px;
    transform: rotate(0deg);
    opacity: 1;
}

.O2
{
    top: 24px;
    transform: rotate(-124deg);
    opacity: 0;
}

.O2.loaded
{
    top: 0px;
    transform: rotate(0deg);
    opacity: 1;
}

.D
{
    top: -24px;
    transform: rotate(124deg);
    opacity: 0;
}

.D.loaded
{
    top: 0px;
    transform: rotate(0deg);
    opacity: 1;
}

.C1
{
    margin-left: 12px;
    top: 24px;
    transform: rotate(-124deg);
    opacity: 0;
}

.C1.loaded
{
    top: 0px;
    transform: rotate(0deg);
    opacity: 1;
}

.Y
{
    top: -24px;
    transform: rotate(124deg);
    opacity: 0;
}

.Y.loaded
{
    top: 0px;
    transform: rotate(0deg);
    opacity: 1;
}

.C2
{
    top: 24px;
    transform: rotate(-124deg);
    opacity: 0;;
}

.C2.loaded
{
    top: 0px;
    transform: rotate(0deg);
    opacity: 1;
}

.L
{
    top: -24px;
    transform: rotate(124deg);
    opacity: 0;
}

.L.loaded
{
    top: 0px;
    transform: rotate(0deg);
    opacity: 1;
}

.I
{
    top: 24px;
    transform: rotate(-124deg);
    opacity: 0;
}

.I.loaded
{
    top: 0px;
    transform: rotate(0deg);
    opacity: 1;
}

.N
{
    top: -24px;
    transform: rotate(124deg);
    opacity: 0;
}

.N.loaded
{
    top: 0px;
    transform: rotate(0deg);
    opacity: 1;
}

.G2
{
    top: 24px;
    transform: rotate(-124deg);
    opacity: 0;
}

.G2.loaded
{
    top: 0px;
    transform: rotate(0deg);
    opacity: 1;
}

.splashspace
{
    min-height: 100vh; 
}

.content
{
    background-image: linear-gradient(to right, #FFEC8E 0%, #FF8AF4 100%);
    
    padding: 60px 24px 60px 24px;
    margin: 0;
    
    position: relative;
    left: 0;
}

h1, h2, h3, h4
{
    font-family: 'Poppins', sans-serif;
        font-weight: 900;
    font-size: 3.2em;
    letter-spacing: -.012em;
    line-height: 1em;
    text-transform: uppercase;
}

h2, h3, h4
{
    font-size: 2.4em;
    padding: 24px 0 0 0;
}

h3
{
    font-size: 1.6em;
}

h4
{
    font-size: 1.2em;
}

copy, li
{
    font-family: 'Poppins', sans-serif;
        font-weight: 400;
    font-size: 1.2em;
    letter-spacing: .024em;
    line-height: 1.6em;
}

copy, li, ul
{
    font-family: 'Poppins', sans-serif;
        font-weight: 400;
    font-size: 1em;
    letter-spacing: .024em;
    line-height: 1.6em;
}
    
ul
{
    margin: 0;
    padding: 0;
}
    
li
{
    list-style: none;
    line-height: 4.8em;
}

.bodypara
{
    padding: 0;
    column-count: 1;
}

.bodypara copy
{
    max-width: calc(50% - 24px);
    margin: 0 24px 0 0;
    line-height: 1.6em;
}

.intro, .rides
{
    
}

.intro h1
{
    position: relative;
}
    
.rideCard
{
    width: 100%;
    height: 360px;
    border-radius: 8px;
    background-blend-mode: screen;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 24px 0;
    box-shadow: 0px 0px 48px 12px rgba(0,0,0,0.12);
    transition: box-shadow 600ms cubic-bezier(1, 0, 0, 1);
}
    
.rideCard:hover
{
    background-blend-mode: multiply;
    color: #FEFFFE;
    box-shadow: 0px 0px 96px 24px rgba(0,0,0,0.06);
}
    
#rc_brossels
{
    background-image: url(/images/IMG_0048.JPG);
    background-color: #FFA08D;
}
    
#rc_trentoux
{
    background-image: url(/images/trentoux-hero.jpg);
    background-color: #B5FFEB;
}
    
.rideCard h2
{
    margin: 0;
    margin-top: -.5em;
    position: relative;  
}

.gallery
{
    padding-bottom: 0;
    border: none;
}

.gallery .row 
{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.gallery .column 
{
    flex: 33%;
    max-width: 100%;
    margin: 0;
}

.gallery .column img 
{
    width: 100%;
    margin: 0;
    vertical-align: middle;
}
    
.avatar
{
    vertical-align: middle;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 0 12px 0 0;
}
    
.video
{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}    

.video #YouTube
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
    
}

/* DESKTOP */

@media (min-width : 750px) 

{

html
{
    margin 0px;
    padding: 0px;
}

body
{
    margin: 0;
    padding: 0;
}

a
{
    text-decoration: none;
    color: #000000;
    transition: all 600ms cubic-bezier(1, 0, 0, 1);
}

a:hover
{
    color: #FFA08D;
    border-bottom: 4px solid #FFA08D;
    
}

section
{
    max-width: 800px; 
    padding: 0 0 60px 0;
    transition: all 600ms cubic-bezier(1, 0, 0, 1);
    border-bottom: 24px solid #000000;
    margin: auto;
    display: block;
}

.splash
{
    background: url('/images/gccc_BG_Brossels.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    width: 100vw;
    min-height: 100vh;
    
    border: #f36d32 24px solid;
        box-sizing: border-box;
        border-image: linear-gradient(to right, #FFEC8E 0%, #FF8AF4 100%);
        border-image-slice: 1;
    
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    position: fixed;
    z-index: -24;
    
    overflow: hidden;
    
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
    
#spBrossels
{
    background: url('/images/IMG_0331.JPG') no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    background-size: cover;
    background-color: #FFA08D;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
    
#spTrentoux
{
    background: url('/images/trentoux-hero.jpg') no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    background-size: cover;
    background-color: #B5FFEB;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
    
.splash h1
{
    color: #FEFFFE;
    text-align: center;
    position: fixed;
    top: calc(50vh - 2.4em);
}

.logocont
{
    margin-left: 60px;
}

.logo
{
    height: 60px;
    float: left;
    margin: 0 4px;
    position: relative;
}

.G1
{
    top: 24px;
    transform: rotate(-124deg);
    opacity: 0;
}

.G1.loaded
{
    top: 0px;
    transform: rotate(0deg);
    opacity: 1;
}

.O1
{
    top: -24px;
    transform: rotate(124deg);
    opacity: 0;
}

.O1.loaded
{
    top: 0px;
    transform: rotate(0deg);
    opacity: 1;
}

.O2
{
    top: 24px;
    transform: rotate(-124deg);
    opacity: 0;
}

.O2.loaded
{
    top: 0px;
    transform: rotate(0deg);
    opacity: 1;
}

.D
{
    top: -24px;
    transform: rotate(124deg);
    opacity: 0;
}

.D.loaded
{
    top: 0px;
    transform: rotate(0deg);
    opacity: 1;
}

.C1
{
    margin-left: 24px;
    top: 24px;
    transform: rotate(-124deg);
    opacity: 0;
}

.C1.loaded
{
    top: 0px;
    transform: rotate(0deg);
    opacity: 1;
}

.Y
{
    top: -24px;
    transform: rotate(124deg);
    opacity: 0;
}

.Y.loaded
{
    top: 0px;
    transform: rotate(0deg);
    opacity: 1;
}

.C2
{
    top: 24px;
    transform: rotate(-124deg);
    opacity: 0;;
}

.C2.loaded
{
    top: 0px;
    transform: rotate(0deg);
    opacity: 1;
}

.L
{
    top: -24px;
    transform: rotate(124deg);
    opacity: 0;
}

.L.loaded
{
    top: 0px;
    transform: rotate(0deg);
    opacity: 1;
}

.I
{
    top: 24px;
    transform: rotate(-124deg);
    opacity: 0;
}

.I.loaded
{
    top: 0px;
    transform: rotate(0deg);
    opacity: 1;
}

.N
{
    top: -24px;
    transform: rotate(124deg);
    opacity: 0;
}

.N.loaded
{
    top: 0px;
    transform: rotate(0deg);
    opacity: 1;
}

.G2
{
    top: 24px;
    transform: rotate(-124deg);
    opacity: 0;
}

.G2.loaded
{
    top: 0px;
    transform: rotate(0deg);
    opacity: 1;
}

.splashspace
{
    min-height: 100vh; 
}

.content
{
    background-image: linear-gradient(to right, #FFEC8E 0%, #FF8AF4 100%);
    
    padding: 60px 96px;
    margin: 0;
    
    position: relative;
    left: 0;
}

h1, h2, h3, h4
{
    font-family: 'Poppins', sans-serif;
        font-weight: 900;
    font-size: 4.8em;
    letter-spacing: -.012em;
    line-height: 1em;
    text-transform: uppercase;
}

h2, h3, h4
{
    font-size: 2.4em;
    padding: 24px 0 0 0;
}

h3
{
    font-size: 1.6em;
}

h4
{
    font-size: 1.2em;
}

copy, li, ul
{
    font-family: 'Poppins', sans-serif;
        font-weight: 400;
    font-size: 1em;
    letter-spacing: .024em;
    line-height: 1.6em;
}
    
ul
{
    margin: 0;
    padding: 0;
}

li
{
    list-style: none;
    line-height: 4.8em;
}

.bodypara
{
    padding: 0;
    column-count: 2;
}

.bodypara copy
{
    max-width: calc(50% - 24px);
    margin: 0 24px 0 0;
    line-height: 1.6em;
}

.intro, .rides
{
    
}

.intro h1
{
    position: relative;
}
    
.content
{
    background-image: linear-gradient(to right, #FFEC8E 0%, #FF8AF4 100%);
    
    padding: 60px 96px;
    margin: 0;
    
    position: relative;
    left: 0;
}
    
.rideCard
{
    width: 100%;
    height: 360px;
    border-radius: 8px;
    background-blend-mode: screen;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 24px 0;
    box-shadow: 0px 0px 48px 12px rgba(0,0,0,0.12);
    transition: box-shadow 600ms cubic-bezier(1, 0, 0, 1);
}
    
.rideCard:hover
{
    background-blend-mode: multiply;
    color: #FEFFFE;
    box-shadow: 0px 0px 96px 24px rgba(0,0,0,0.06);
}
    
#rc_brossels
{
    background-image: url(/images/IMG_0048.JPG);
    background-color: #FFA08D;
}
    
#rc_trentoux
{
    background-image: url(/images/trentoux-hero.jpg);
    background-color: #B5FFEB;
}
    
.rideCard h2
{
    margin: 0;
    margin-top: -.5em;
    position: relative;  
}

.gallery
{
    padding-bottom: 0;
    border: none;
}

.gallery .row 
{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.gallery .column 
{
    flex: 33%;
    max-width: 100%;
    margin: 0;
}

.gallery .column img 
{
    width: 100%;
    margin: 0;
    vertical-align: middle;
}
    
.avatar
{
    vertical-align: middle;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 0 12px 0 0;
}
    
.video
{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}    

.video #YouTube
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
    
}