@import url("fonts.css");
@import url("section_1.css");
@import url("section_4.css");
:root{
    --vt-maroon:#861F41;
    --vt-burntOrange:#E5751F;
    --vt-white:#FFFFFF;
    --vt-hokieStone:#75787B;
    --vt-impactOrange:#CA4F00;
    --vt-purple:#642667;
    --vt-pink:#CE0058;
    --vt-yellow:#F7EA48;
    --vt-teal:#508590;
    --vt-turquoise:#2CD5C4;
    --vt-grey:#D7D2CB;
    --vt-smoke:#E5E1E6;
    --vt-text-black:#44444;
}

body{
    font-family: 'Acherus Grotesque',  sans-serif;
    background: var(--vt-maroon);
    margin: 0;
    padding: 0;
    overflow-x: hidden;

}
h2{
    font-family: 'Acherus Grotesque',  sans-serif;
}

.intro{
    background: url("../images/section_1/intro-background-image.jpg") center center no-repeat;
    background-size: cover;
    &::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-color: var(--vt-maroon);
        opacity: .8;
    }
    h2{
        position:relative;
        z-index: 10;
    }
}
.intro, .outro{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    .logo{
        background: url("images/COEMain_horizontal_RGB.svg") center center no-repeat;
        background-size: contain;
        min-width: 385px;
        min-height: 66px;
        text-indent: -9999px;
        overflow: hidden;
    }
    .sub-title{
        display: none;
    }
}

p {
    color: var(--vt-text-black);
}

.bg_maroon {
    background-color: var(--vt-maroon) !important;
    color: var(--vt-white) !important;
}

.bg_burntOrange {
    background-color: var(--vt-burntOrange);
}

.bg_white {
    background-color: var(--vt-white);
}

.bg_hokieStone {
    background-color: var(--vt-hokieStone);
}

.bg_smoke {
    background-color: var(--vt-smoke);
    color: var(--vt-hokieStone);
}

.panel{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.section .panel:not(.first){
    opacity: 0;
    visibility: hidden;
}

footer{
    height: 320px;
    width: 100%;
    background-color: var(--vt-smoke);
    color: var(--vt-hokieStone);
    display: flex;
    justify-content: center;
    align-items: center;
}

.section{
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.section-2{
    clip-path: polygon(0% 0, 100% 0%, 80% 100%, 0% 100%);
}

.lower-third{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: auto;
    background-color: var(--vt-white);
    color: var(--vt-maroon);
    min-width: 100px;
    padding: 25px 50px 25px 50px;
    z-index: 20;
    clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 0 100%);
}


.section-cover{
    max-width: 75%;
    position: relative;
    h2{
        font-weight: normal;
        margin: 0;
        width: 100%;
        font-size: 6.5rem;
    }
    h3{
        font-size: 2.5rem;
        margin: 0;
    }
    p{
        font-size: 1.5rem;
    }
    &.title-box{
        min-width: 33%;
        max-width: 50%;
        width: auto;
        h2{
            text-transform: uppercase;
            font-weight: bold;
            line-height: 100px;
            text-align: center;
        }
    }
    &::before {
        content: "";
        background: #e87722;
        display: block;
        width: 1em;
        height: 1em;
        position: absolute;
        top: -1em;
        left: -1em;
        z-index: 1;
        clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 20% 20%, 20% 100%, 0% 100%);
    }

    &::after {
        content: "";
        background: #e87722;
        display: block;
        width: 1em;
        height: 1em;
        position: absolute;
        bottom: -1em;
        right: -1em;
        z-index: 1;
        clip-path: polygon(80% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 80%, 80% 80%);
    }
}
.info-panel {
    display: flex;
    justify-content: start;
    .poi-anim-stand-in{
        position: absolute;
        top: 0;
        left: 25vw;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .poi-card-container{
        width: 50%;
        height: 100%;
        background-color: var(--vt-white);
        clip-path: polygon(0 0, 100% 0, calc(100% - 200px) 100%, 0 100%);
        box-sizing: border-box;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: var(--vt-maroon);
        z-index: 10;
        .poi-text-blurb-container{
            position: relative;
            box-sizing: border-box;
            width: 100%;
            min-height: 50vh;
            padding: 100px 200px 100px 100px;
            .poi-text-blurb{
                position: relative;
                h3{
                    text-transform: uppercase;
                    font-size: 2.75rem;
                    margin: 0;
                }
                &::before {
                    content: "";
                    background: #e87722;
                    display: block;
                    width: 1em;
                    height: 1em;
                    position: absolute;
                    top: -.25em;
                    left: -1em;
                    z-index: 1;
                    clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 20% 20%, 20% 100%, 0% 100%);
                }
            }
        }
        .btn-back-to-menu{
            color: var(--vt-burntOrange);
            text-transform: uppercase;
            border: none;
            padding: 0 0 0 25px;
            font-weight: bold;
            height: 20px;
            background: url("images/back-button-icon.svg") left center no-repeat;
        }
        .poi-image-container{
            width: 100%;
            height: 100%;
            img{
                height: 100%;
                width: 100%;
                object-fit: cover;
            }
        }

    }
    .text-blurb-container {
        width: 50%;
        height: 100%;
        background-color: var(--vt-white);
        clip-path: polygon(0 0, 100% 0, calc(100% - 200px) 100%, 0 100%);
        box-sizing: border-box;
        padding: 100px 200px 100px 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        .text-blurb{
            color: var(--vt-maroon);
            line-height: 1.5;
            position: relative;
            &::before {
                content: "";
                background: #e87722;
                display: block;
                width: 1em;
                height: 1em;
                position: absolute;
                top: -1em;
                left: -1em;
                z-index: 1;
                clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 20% 20%, 20% 100%, 0% 100%);
            }
            p:first-child{
                margin: 0;
            }

        }
    }
    .orange-slanted-line {
        position: relative;
        width: 210px;
        height: 100%;
        background-color: var(--vt-burntOrange);
        clip-path: polygon(200px 0, 100% 0, calc(100% - 200px) 100%, 0 100%);
        left: -200px;
        z-index: 1;
    }
}

#section-2{
    position: relative;
    .canvas-container{
        box-sizing: border-box;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: var(--vt-hokieStone);
        display: flex;
        justify-content: end;
        align-items: center;
        canvas{
            width: 100%;
            height: 100%;
            max-width: 100vw;
            max-height: 100vh;
            object-fit: cover;
        }
    }
}

.frith-lab-text-info{
    background: url("images/frith-lab-1.jpg") left center no-repeat;");
    background-size: contain;
    background-position-x: 25vw ;
}


.wind-tunnel-text-info{
    background: url("images/wind-tunnel-1.jpg") left center no-repeat;");
    background-size: cover;
    background-position-x: 20vw ;
}

.high-bay-text-info{
    background: url("images/high-bay-1.jpg") left center no-repeat;
    background-size: cover;
    background-position-x: 0 ;
}

.round-classroom-text-info{
    background: url("images/round-classroom-1.jpg") left center no-repeat;
    background-size: cover;
    background-position-x: 25vw ;
}

.ceed-text-info{
    background: url("images/ceed-1.jpg") left center no-repeat;
    background-size: cover;
    background-position-x: 25vw ;
}

.photo-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

.image-container{
    &.fill{
        width: 100%;
        height: 100%;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}
.mitchells-photo{
    background: url("images/gift-1.jpg") left center no-repeat;
    background-size: cover;
    background-position-x: 0 ;
}

.gift-text-info{
    h3{
        text-transform: uppercase;
        margin: 0;
        font-size: 2rem;
    }
    background: url("images/gift-2.jpg") left center no-repeat;
    background-size: cover;
    background-position-x: 25vw ;
}
.heraldry-overlay{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "left_side right_side";
    justify-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    .heraldry-details {
        &.right{
            grid-area: right_side;
        }
        &.left{
            grid-area: left_side;
        }

        position: relative;
        max-width: 480px;
        padding: 40px 40px;
        background-color: var(--vt-white);
        color: var(--vt-maroon);
        box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);

        img {
            width: 100%;
            height: 300px;
            object-fit: cover;
        }

        .heraldry-text {
            position: relative;
            margin: 40px 0 0 12px;
            padding: 0px;
            h3 {
                margin: 0;
                font-size: 2.0rem;
                text-transform: uppercase;
            }

            ul {
                list-style-type: square;
                padding: 1em;
                margin: 0;
                li{
                    margin-bottom: 20px;
                }

                li::marker {
                    color: var(--vt-burntOrange);
                    font-size: 1.2em; /* You can also change the size */
                }
            }
            &::before {
                content: "";
                background: #e87722;
                display: block;
                width: 1em;
                height: 1em;
                position: absolute;
                top: -1em;
                left: -1em;
                z-index: 1;
                clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 20% 20%, 20% 100%, 0% 100%);
            }
        }
    }


}