@font-face {
    font-family: PencilantScript;
    src: url("/assets/fonts/pencilant-script.otf") format("opentype");
}

/*--------------------------------------------------------------
# Bootstrap overrides
--------------------------------------------------------------*/
.form-check-input {
    border-color: #ffb727;
}
.form-check-input:checked {
    background-color: #ffb727;
    border-color: #ffb727;
}


.container-fluid {

    .robin-large {
        overflow: hidden;
        border-radius: 50%;

        img {
            width: 100%;
        }
    }

    h1 {
        border-top: 1px solid black;
        border-bottom: 1px solid black;
    }

    .left-column {
        .background {
            /*background-image: linear-gradient(to top, transparent, white 95%), url("/assets/img/landing-pages/the-birds-and-the-trees/hugh-and-robin-walking.webp");*/
            /*background-size: cover;*/
            /*background-position-y: bottom;*/
            /*background-position-x: center;*/
            /*background-repeat: no-repeat;*/
            min-height: 100vh;

            @media (max-width: 768px) {
                min-height: 50vh;
            }

            .background-overlay {
                width: 100%;
                height: 100%;

                .main-image {

                    h1 {
                        font-size: calc(2.8vw + 1vh);

                        span.line {
                            display: inline-block;
                        }
                    }

                    h2 {
                        font-size: calc(2vw + 1vh);
                    }

                    h3 {
                        font-size: calc(2.5vw + 1vh);
                    }

                }

                .learn-more {
                    bottom: 10px;
                    right: 10px;

                    a {
                        font-family: "PencilantScript", sans-serif;
                        font-size: calc(1vw + 1vh);
                        background-size: 100% 100%;
                        color: white;
                        font-weight: bold;
                    }
                }

            }
        }




    }

    .right-column {

        .swiper {
            height: 100%;
            width: 100%;

            .swiper-wrapper {

                .swiper-slide {
                    img {
                        width: 100%;
                        height: auto;
                    }

                }

            }

        }

    }

}

.footer-text {

    p {
        font-size: 3.5vw;

        &.copyright {
            font-size: 1rem;
        }

        &.ffa-text {
            font-size: 1rem;
        }

        &.credits {
            font-size: 0.8rem;
        }

        a {
            text-decoration: none;
        }

        &.contact-me {
            font-size: 1.4vw;
        }

        img {
            width: 10vw;
        }

        a {
            text-decoration: none;
        }

    }

    .mobile-reel {

        .swiper {
            width: 80%;

            .swiper-wrapper {

                .swiper-slide {
                    img {
                        width: 100%;
                        height: auto;
                    }

                }

            }


        }
    }


    #contact-form-modal {
        .contact-right {
            img {
                max-width: 200px;
            }
        }
    }
}
