/*
Dark Grey: #555555
Blue: #2c497f
Yellow: #cc9900
Green: #84a98c
Grey: #cad2c5
*/

:root {
    --content-width: calc(100% - 1em);
}

#main {
    padding-top: 1.5em;
}

.footer {
    padding-bottom: 2em;
    min-width: var(--content-width);
}

.toggle-sidebar.icon {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
}

.fas, .fab, .far {
    padding-right: 10px;
}

#header {
    padding-left: 0;
}

.curve {
    position: absolute;
    left: -2.5vw;
    background-color: #CC9900;
    width: 300vw;
    height: 50vh;
    z-index: -1;
    border-color: #1B1C1D transparent transparent transparent;
    border-radius: 150vh/14vh 10vh 0 0;
    margin-top: -.5em;
}

.curve-cover {
    position: absolute;
    top: 5vh;
    left: -2vw;
    background-color: #2c497f;
    width: 300vw;
    height: 50vh;
    z-index: -1;
    border-color: #2c497f transparent transparent transparent;
    border-radius: 150vh/10vh 10vh 0 0;
}

img.background:not(.active) {
    display: none;
}

.background {
    position: fixed !important;
    top: 0;
    left: 0;

    min-width: 100%;
    min-height: 100vh;
    max-width: 100vw;
}

.background-container {
    opacity: .4;
    z-index: -5;

    max-height: 100vh;
    overflow-y: hidden;

    /*background-color: #8f8f8f;*/
}

.background-thumbnail {
    width: 1.5em;
    height: 1.5em;
    overflow: hidden;
    margin-right: 5px;
}

.background-thumbnail img {
    height: 1.5em;
}

.background-color {
    width: 1.5em;
    height: 1.5em;
    border: grey 1px solid;
    background-color: #FFFFFF;
}

input[name=background-color] {
    display: none;
}

.scroll-top {
    margin-left: 1em;
}

.crossed-out {
    text-decoration: line-through;
}

.menu-block {
    width: 100%;
    background-color: #1B1C1D;
}

/* This needs to be converted to a Selenium UI theme */

.ui.cards {
    margin-bottom: 2em;
}

.ui.card, .ui.cards > .card {
    background: rgba(255, 255, 255, .8) !important;
}

.ui.tabular.menu .item:hover {
    color: white !important;
}

.ui.vertical.tabular.menu .active.item {
    background-color: black !important;
}

.ui.label {
    margin-top: 4px;
}

.ui.tabular.menu .active.item {
    border-color: inherit;
}

.presented {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.co-presented {
    margin-left: 1em;
}

.tab-header {
    min-width: var(--content-width);
    font-size: 1.25em !important;
}

.auto-project-img {
    max-width: 520px;
    object-fit: contain;
    width: 100%;
}

@media screen and (max-width: 994px) {
    [class*="mobile hidden"] {
        visibility: hidden;
        display: none !important;
    }
}

@media screen and (min-width: 995px) {
    [class*="desktop hidden"] {
        visibility: hidden;
        display: none !important;
    }
}


