
/* Project Description Pages */

.joybot-intro {
    width: 90%;
    display: block;
    margin: 0 auto;
}

.project_name {
    text-align: center;
}

.description {
    margin-top: 60px;
    padding-left: 20%;
    padding-right: 20%;
    font-size: 17px;
}

.proj_overview {
    display: grid;
    grid-auto-flow: column;
    gap: 5%;
    padding-bottom: 4vh;
}

.proj_info {
    float: left;
    padding: 10px;
    text-align: left;
    border: 1px solid gray;
    border-radius: 10px;
    box-shadow: 5px 5px 5px 0 rgba(169, 169, 169, 0.2);
}

#tools-list {
    padding: 1vw;
}

.return {
    background-color: #cce6ff;
    /*beau blue*/
    text-decoration: none;
    text-shadow: none;
    padding: 1vw;
    color: black;
    text-align: center;
    display: inline-block;
}

.return:hover {
    background-color: #ADD8FF;
    text-decoration: none;
    color: #0069CC;
}

figcaption {
    font-size: 1em;
    font-style: italic;
    padding: 5px 0 0 0;
    text-align: center;
}

.view_project {
    text-align: center;
}

.link {
    color: blue;
    font-weight: bold;
    text-decoration: underline;
}

.headings {
    font-weight: 500;
    font-size: 20px;
}

.details .headings {
    border-bottom: 1px solid gray;
    padding-top: 2vh;
}

.indent {
    margin-left: 1em;
}

.bold {
    font-weight: 600;
}

li:not(:last-child) {
    margin: 0 0 15px 0;
}

.details img {
    display: block;
    margin: 0 auto;
}

.subheadings {
    text-decoration: underline;
    font-size: 18px;
}

.chart {
    text-align: center;
}

.chart:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 50%;
    padding: 10px;
}

.slideshow-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 85%;
}

.slideshow-btn {
    height: 20%;
    background-color: white;
    z-index: 100;
}

.slideshow-caption {
    text-align: center;
    background-color: blue;
    margin: 0 auto;
}



@media only screen and (max-width: 800px) {

    .joybot-intro {
        width: 100%;
    }

    .description {
        padding-left: 15%;
        padding-right: 15%;
    }

    .proj_overview {
        display: block;
    }

    .proj_info {
        width: 100%;
        margin-bottom: 5vh;
    }

    .column {
        width: 100%;
    }

}
