﻿body::before {
    display: block;
    content: '';
    height: 60px;
}

#map {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .news-input {
        width: 50%;
    }
}
div.clearer{
    clear:both;
}
.second-navbar{
    margin-top:25px;
}
.plant-diagram {
    position: relative;
    background-image: url('/img/Plant Diagram.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity here */
}

.cardcolor {
    background-color: #6c757d; /* Gray background for the card */
}
.list-group-item {
    background-color: #1f1f1f;
    border-color: #333;
    color: #f8f9fa;
}

.list-group-item + .list-group-item {
        border-top: 1px solid #333;
 }