﻿
#toc-nav a {
    min-width: 145px;
    background: #22294ba3;
    border-color: #22294b !important;
}

    #toc-nav a:hover, #toc-nav a:focus {
        border-color: var(--bs-border-color) !important;
        text-decoration: none;
        background: #fff;
        color: #000 !important;
    }

  

#panto-bubble {
    background: url(https://fcwebsites.blob.core.windows.net/www/media/22bdf59d-905c-43e1-b15d-d17bd4ebd3ad/singing.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 60vw;
    width: 60vw;
    border-radius: 100rem;
    max-width: 400px;
    max-height: 400px;
    margin: 0 auto;
    border: 6px solid #644a49;
}

#dance-bubble {
    background: url(https://fcwebsites.blob.core.windows.net/www/media/07c8f4ed-d435-45e3-a318-892cef0062e2/dance.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 60vw;
    width: 60vw;
    border-radius: 100rem;
    max-width: 200px;
    max-height: 200px;
    margin: 0 auto;
    margin-top: -40px;
    border: 3px solid #1e70a3a6;
}

#library-bubble {
    background: url(https://fcwebsites.blob.core.windows.net/www/media/d53e649a-0a9b-4667-bcc5-32ffc2d02e43/library.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 40vw;
    width: 40vw;
    border-radius: 100rem;
    max-width: 450px;
    max-height: 450px;
    border: 6px solid #188155c7;
}

#support-bubble {
    background: url(https://fcwebsites.blob.core.windows.net/www/media/98771dfe-f312-477f-ab5e-ea59656f5adc/support.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vw;
    width: 50vw;
    border-radius: 100rem;
    max-width: 200px;
    max-height: 200px;
    margin-top: 16rem;
    margin-left: 70px;
    border: 2px solid var(--bs-border-color);
}

#music-bubble {
    background: url(https://fcwebsites.blob.core.windows.net/www/media/877d625e-6214-4567-a73a-bd86759175d6/drums.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 35vw;
    width: 35vw;
    border-radius: 100rem;
    max-width: 280px;
    max-height: 280px;
    margin-top: 3rem;
    border: 4px solid #868b88c7;
}

#crowd-bubble {
    background: url(https://fcwebsites.blob.core.windows.net/www/media/29551f96-695a-4f04-80b4-c5a592cc34f0/concert.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 35vw;
    width: 35vw;
    border-radius: 100rem;
    max-width: 350px;
    max-height: 350px;
    margin: 3rem auto;
    border: 6px solid #868ba5;
}

#office-bubble {
    background: url(https://fcwebsites.blob.core.windows.net/www/media/d9fbcf61-4a49-4ad5-891a-7a1bbf95f70b/office.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 35vw;
    width: 35vw;
    border-radius: 100rem;
    max-width: 200px;
    max-height: 200px;
    margin: -170px 0 0 auto;
    border: 3px solid var(--bs-border-color);
}

#intro-text {
    margin-top: 50px;

}

#theatre-text {
    margin-top: 50px;
    background: #1e70a3a6;
    line-height: 2rem;
}

#library-text {
    margin-top: 50px;
    background: #188155c7;
    line-height: 2rem;
}

#investment-text {
    margin-top: 50px;
    background: #461546ba;
    line-height: 2rem;
}



@media screen and (max-width: 991px) {

    #panto-bubble, #library-bubble, #crowd-bubble {
        width: 230px;
        max-width: 230px;
        height: 230px;
        max-height: 230px;
        margin: auto;
    }

    #dance-bubble, #music-bubble, #office-bubble, #support-bubble {
        display: none;
    }

    #theatre-text {
        margin-top: 50px;
    }

    #library-text {
        margin-top: 50px;
    }

    #investment-text {
        margin-top: 50px;
    }
}


.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

    .fade-in.visible {
        opacity: 1;
        transform: translateY(0);
    }


.underline {
    border-bottom: 3px solid var(--bs-border-color);
}

.glass {
    margin-top: 50px;
    background: #333b62a3;
    backdrop-filter: blur(5px);
    color: white;
    border: 1px solid #f1f1f130 !important;
}

#intro {
    background: url("https://fcwebsites.blob.core.windows.net/www/media/3ef18725-6c65-47ef-9f60-edc786f18072/View from Callendar Riggs up High Street.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 800px;
}

#theatre {
    background: url("https://fcwebsites.blob.core.windows.net/www/media/ad4c70b5-988b-41f6-9ee8-f7185948fdac/Library and events area on the lower ground level.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 650px;
    border-top: 5px solid #606680;
}

#library {
    background: url("https://fcwebsites.blob.core.windows.net/www/media/63fc25f7-82a8-47b9-87b7-aca3097766ee/Quiet zone and view of the courtyard on lower ground level.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 700px;
    border-top: 5px solid #606680;
}


#investment {
    background: url("https://fcwebsites.blob.core.windows.net/www/media/827ba975-b981-4504-bed4-46ee365f798f/View to foyer study area and studios from the first floor.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height:650px;
    border-top: 5px solid #c1b3aa;
}

#location {
    border-top: 1px solid green;
    padding-bottom: 2rem;
}

#funding {
    border-top: 1px solid green;
    background-color: rgba(var(--bs-tertiary-bg-rgb), 1) !important;
    padding: 2rem 0;
}

#proposals {
    border-top: 5px solid #606680;
    padding: 2rem 0;
}

#proposals ul li{
    margin-bottom: 1rem;
}

#timeline {
    background-color: rgba(var(--bs-tertiary-bg-rgb), 1) !important;
    border-top: 1px solid #afcfff;
    padding: 2rem 0;
}

#feedback {
    padding: 2rem 0;
    border-top: 1px solid goldenrod;
}

#vision {
    padding: 2rem 0;
    border-top: 1px solid #afcfff;
}

#news {
    padding: 2rem 0;
    border-top: 1px solid goldenrod;
    background-color: rgba(var(--bs-tertiary-bg-rgb), 1) !important;
}

#designs {
    padding: 2rem 0;
    background-color: rgba(var(--bs-tertiary-bg-rgb), 1) !important;
    border-top: 3px solid var(--bs-border-color);
}

/*@media only screen and (max-device-width: 1366px) {
    #intro, #investment, #library, #theatre {
        background-attachment: scroll;
    }
}*/

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    #intro, #investment, #library, #theatre {
        background-attachment: scroll;
    }
}

mark {
    font-weight: bolder;

    }

    mark.purple {
        background: #894589;
        color: #fff;
    }

    mark.green {
        background: #07603d;
        color: #fff;
    }

    mark.blue {
        background: #2b5978;
        color: #fff;
    }


.calendar {
    border: 1px var(--bs-border-style) var(--bs-border-color) !important;
    margin-right: 1.5rem;
    min-width: 4.5rem;
    box-shadow: var(--bs-box-shadow-sm) !important;
}

.calendar-month {
    background: var(--bs-danger);
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 1rem;
}

.calendar-day {
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}


/* Vertical timeline of milestones */
.timeline {
    position: relative;
    margin: 0 auto;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

    /* The vertical ruler */
    .timeline::after {
        content: '';
        position: absolute;
        width: 6px;
        background-color: var(--bs-border-color);
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
    }

/* Milestone on the timeline */
.milestone {
    padding: 10px 40px;
    position: relative;
    width: 50%;
}

    /* The circles on the timeline */
    .milestone::after {
        content: "\f04b";
        position: absolute;
        width: 30px;
        height: 30px;
        right: -15px;
        background-color: var(--bs-orange);
        top: 19px;
        border-radius: 50%;
        z-index: 1;
        font-family: "Font Awesome 6 Pro";
        color: #fff;
        font-weight: 900;
        vertical-align: middle;
        font-size: 1rem;
        text-align: center;
        line-height: 1.9rem;
    }

/* Past milestone marker */
.past::after {
    content: "\f00c";
    background-color: #23b500;
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    font-weight: 900;
}

/* Future milestone marker */
.future::after {
    content: "\f141";
    background-color: #6c757d;
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    font-weight: 900;
}

/* Last milestone marker */
.end::after {
    content: "\f005";
    background-color: #000;
    font-family: "Font Awesome 6 Pro";
    color: #ffcc4d;
    font-weight: 900;
}

/* Place the container to the left */
.left {
    left: 0;
}

/* Place the container to the right */
.right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid var(--bs-body-color);
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent var(--bs-border-color);
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid var(--bs-border-color);
    border-width: 10px 10px 10px 0;
    border-color: transparent var(--bs-border-color) transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -15px;
}

/* The actual content */
.content {
    padding: 1rem 1.2rem;
    background-color: var(--bs-body-bg);
    position: relative;
    border-radius: 6px;
    box-shadow: var(--bs-box-shadow-sm) !important;
    border: 2px var(--bs-border-style) var(--bs-border-color) !important;
}

.milestone h2{
    font-size: 1.3rem;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 900px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .milestone {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

        /* Make sure that all arrows are pointing leftwards */
        .milestone::before {
            left: 60px;
            border: medium solid var(--bs-border-color);
            border-width: 10px 10px 10px 0;
            border-color: transparent var(--bs-border-color) transparent transparent;
        }

    /* Make sure all circles are at the same spot */
    .left::after, .right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
}

@media screen and (max-width: 500px) {
    .content {
        font-size: 1rem;
    }
}

