body.page{
    overflow-x: hidden;
}
.bike p > img{
    transform: translateY(10%);
    padding-left: 10px;
}
@media screen and (max-width: 768px){
    .bike p > img{
        display: none;
    }
}

.collage .wp-block-column:first-child .wp-block-image{
    transform: rotate(-5deg) scale(1.1);
}
.collage .wp-block-column:not(:first-child):not(:last-child) .wp-block-image{
    position: relative;
    transform: scale(1.1);
    z-index: 5;
}
.collage .wp-block-column:last-child .wp-block-image{
    transform: rotate(5deg) scale(1.1);
}

@media screen and (max-width: 780px){
    .collage .wp-block-column:first-child .wp-block-image{
        transform: rotate(5deg) scale(0.7);
    }
    .collage .wp-block-column:not(:first-child):not(:last-child) .wp-block-image{
        transform: scale(0.7);
    }
    .collage .wp-block-column:last-child .wp-block-image{
        transform: rotate(-5deg) scale(0.7);
    }
    .collage .wp-block-column:last-child{
        margin-bottom: -100px;
    }
    .collage .wp-block-column:not(:first-child):not(:last-child){
        margin-top: -100px;
        margin-bottom: -100px;
    }
}


a[aria-current="page"]{
    position: relative;
    display: block;
    padding: 6px 10px;
    text-decoration: none;
    color: white!important;
}
a[aria-current="page"]::before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--wp--preset--color--green);
    transform: scale(1.1) skew(-10deg, 2deg);
}
.wp-block-table table td:first-child{
    border-right-color: transparent;
}
.wp-block-table table td{
    padding: 0.5em 0;
}

header.wp-block-template-part{
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
}
