﻿
.booth-back-bkmrk {
    float: right;
    font-size: 12px;
    margin-right: 10px;
}

#boothImage {
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-bottom: calc((843/1095)*80%);
    position: relative;
    width: 80%;
}

    #boothImage svg {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
    }

        #boothImage svg .booth-item:hover {
            opacity: 0.4;
        }

        #boothImage svg .booth-item:active {
            opacity: 0.4;
        }

    #boothImage svg polygon {
            fill: rgb(200, 200, 255);
            stroke: none;
        }

#boothImagePrompt {
    color: rgb(0, 0, 255);
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 120%;
    padding-left: 10px;
    padding-top: 10px;
}

#brochuresSection {
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 10px;
}

    #brochuresSection img:not(.image-icon) {
        border-color: rgb(128, 128, 128);
        border-style: solid;
        border-width: 1px;
        padding: 5px;
        width: 100%;
    }

.copy-button {
    background-color: inherit;
    border: none;
    color: rgb(0,0,255);
    font-size: inherit;
    line-height: inherit;
    padding: 0px;
    text-decoration: none;
}

    .copy-button:hover {
        background-color: rgb(222,222,222);
    }

.div-bookmark:target + .exhibit-item {
    animation-duration: 5s;
    animation-name: highlight-item;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
}

.div-bookmark:target + .div-heading {
    animation-duration: 5s;
    animation-name: highlight-item;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
}

@keyframes highlight-item {
    0% {
        background-color: rgb(0, 100, 255);
    }

    100% {
        background-color: rgb(248, 248, 248);
    }
}

.email-address {
    margin-top: 10px;
    text-align: center;
}

.exhibit-item {
    background-color: rgb(248, 248, 248);
    border-color: rgb(200, 200, 200);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    margin-top: 20px;
    padding: 4px;
}

    .exhibit-item .title {
        border-bottom-color: rgb(128, 128, 128);
        border-bottom-style: solid;
        border-bottom-width: 1px;
        font-weight: bold;
    }

.first {
    margin-top: 0px;
}

.hseparator {
    background-color: rgb(200, 200, 200);
    height: 2px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    width: 94%;
}

.image-pair {
    left: 0px;
    position: relative;
    top: 0px;
}

    .image-pair .image-icon {
        bottom: 6px;
        position: absolute;
        right: 0px;
        opacity: 0.5;
        width: 28px;
    }

    .image-pair:hover .image-icon {
        opacity: 1.0;
    }

#introSection {
    display: grid;
    grid-column-gap: 40px;
    grid-template-columns: 1fr auto;
    padding: 10px;
}

    #introSection .right-contents video {
        border-color: rgb(128, 128, 128);
        border-style: solid;
        border-width: 1px;
        width: 700px;
    }

#mksSection {
    display: grid;
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1.4fr;
    padding: 10px;
}

#podiumPostersSection {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
}

.podium-poster {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    height: 280px;
    padding: 10px;
}

    .podium-poster img {
        border-color: rgb(128, 128, 128);
        border-style: solid;
        border-width: 1px;
        max-height: 260px;
    }

    .podium-poster .podium-poster-contents {
        background-color: rgb(255, 255, 255);
        border-color: rgb(128, 128, 128);
        border-style: solid;
        border-width: 1px;
        height: 260px;
        overflow-y: scroll;
        padding: 4px;
    }

#showSection {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: auto 1fr;
    padding: 10px;
}

    #showSection img {
        border-color: rgb(128, 128, 128);
        border-style: solid;
        border-width: 1px;
        max-height: 240px;
    }

.software {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    height: 280px;
    padding: 10px;
}

    .software img {
        border-color: rgb(128, 128, 128);
        border-style: solid;
        border-width: 1px;
        max-height: 260px;
    }

    .software .software-contents {
        background-color: rgb(255, 255, 255);
        border-color: rgb(128, 128, 128);
        border-style: solid;
        border-width: 1px;
        height: 260px;
        overflow-y: scroll;
        padding: 4px;
    }

#wallPostersSection {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
}

.wall-poster {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    height: 280px;
    padding: 10px;
}

    .wall-poster img {
        border-color: rgb(128, 128, 128);
        border-style: solid;
        border-width: 1px;
        max-height: 260px;
    }

    .wall-poster .wall-poster-contents {
        background-color: rgb(255, 255, 255);
        border-color: rgb(128, 128, 128);
        border-style: solid;
        border-width: 1px;
        height: 260px;
        overflow-y: scroll;
        padding: 4px;
    }

#whitePapersSection {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
}

.white-paper {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    height: 280px;
    padding: 10px;
}

    .white-paper img {
        border-color: rgb(128, 128, 128);
        border-style: solid;
        border-width: 1px;
        max-height: 260px;
    }

    .white-paper .white-paper-contents {
        background-color: rgb(255, 255, 255);
        border-color: rgb(128, 128, 128);
        border-style: solid;
        border-width: 1px;
        height: 260px;
        overflow-y: scroll;
        padding: 4px;
    }
