@font-face {
    font-family: MyriadPro;
    src: url("/fonts/MYRIADPRO-REGULAR.otf") format("opentype"); /*, url("/fonts/MYRIADPRO-REGULAR.woff") format("woff");*/
}

@font-face {
    font-family: Asap;
    src: url("/fonts/Asap-Bold.otf") format("opentype");
}
/* overrule root */
:root {
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-font-sans-serif: "MyriadPro", "Open Sans","Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-body-bg: var(--brbs-pink);
    --bs-body-color: rgb(20,20,20);
    --bs-body-font-size: 0.9rem;
    --bs-border-radius: 0.5rem !important;
    --songday-darkred: rgb(153,0,51);
    --songday-orange: rgb(255,102,102);
    --songday-pink: rgb(255,160,190);
    --songday-purple: rgb(142,80,111);
    --songday-yellow: rgb(224,220,0);
    --songday-black: rgb(20,20,20);
    --songday-white: white;
}

.asap {
    font-family: "Asap", sans-serif;
    font-weight: bold;
    font-style: normal;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
}

#wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

/*@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}*/

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
    background-color: var(--songday-black);
    color: var(--songday-white);
    overflow-x: hidden;
}

section {
    border-bottom: 15px solid var(--songday-darkred);
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    /*background-color: var(--songday-black);*/
    color: var(--songday-white);
    position: relative;
}

    section.flower::before {
        content: url('/flower.svg'); /* with class ModalCarrot ??*/
        position: absolute; /*or absolute*/
        z-index: 50; /*a number that's more than the modal box*/
        left: -13rem;
        top: 7rem;
        width: 15rem;
    }

    section:not(:last-child).flower4::before {
        content: url('/flower.svg'); /* with class ModalCarrot ??*/
        position: absolute; /*or absolute*/
        z-index: -10; /*a number that's more than the modal box*/
        left: -12rem;
        bottom: -3rem;
        width: 15rem;
    }

    section:last-child.flower3::after {
        content: url('/flower3a.svg'); /* with class ModalCarrot ??*/
        position: absolute; /*or absolute*/
        z-index: -10; /*a number that's more than the modal box*/
        left: 20rem;
        bottom: -6rem;
        width: 20rem;
    }

    section.flower2::before {
        content: url('/flower2.svg'); /* with class ModalCarrot ??*/
        position: absolute; /*or absolute*/
        z-index: 5; /*a number that's more than the modal box*/
        left: 20rem;
        top: 7rem;
        width: 20rem;
    }

@media (min-width: 768px) {

    section.flower::before {
        left: -13rem;
        top: 7rem;
        width: 15rem;
    }

    section.flower2::before {
        left: 28rem;
    }

    section:last-child.flower3::after {
        left: 26rem;
    }

    section.eye::before {
        content: url('/eye.svg'); /* with class ModalCarrot ??*/
        position: absolute; /*or absolute*/
        z-index: -10; /*a number that's more than the modal box*/
        right: -28rem;
        top: 25rem;
        width: 30rem;
        opacity:0.8;
    }

    section.eye2::after {
        content: url('/eye2.svg'); /* with class ModalCarrot ??*/
        position: absolute; /*or absolute*/
        z-index: -10; /*a number that's more than the modal box*/
        right: 0;
        top: 25rem;
        width: 25rem;
        opacity: 0.5;
    }
}

@media (min-width: 992px) {

    section.flower2::before {
        left: 40rem;
    }

    section:last-child.flower3::after {
        left: 38rem;
    }

    section.eye::before {
        z-index: 50; /*a number that's more than the modal box*/
    }

    section.eye2::after {
        z-index: 50; /*a number that's more than the modal box*/
        right: -13rem;
        opacity: 0.9;
    }
}

@media (min-width: 1200px) {
    section.flower::before {
        width: 20rem;
    }
    section.flower2::before {
        left: 45rem;
    }
}


section:first-child {
    border: none;
    padding-bottom: 1rem;
    margin-bottom: 0;
}

section:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

section .display-xlargest {
    font-size: 4rem;
    line-height: 4rem;
    position: relative;
    z-index: 51;
}

section .display-largest {
    font-size: 3rem;
}

section .display-medium {
    font-size: 2rem;
}

section .display-small {
    font-size: 1.5rem;
}

section .logo-area {
    background-color: var(--songday-orange);
    color: white;
    z-index: 99;
    position: relative;
}

section img.orange-frame {
    border: 15px solid var(--songday-orange);
}

section .bg-red {
    background-color: var(--songday-darkred);
    color: white;
}

section .text-red, .text-red {
    color: var(--songday-darkred);
}

section .btn-danger {
    background-color: var(--songday-darkred);
    border-radius: 2px;
}
