img {
    max-width: 100%;
}
.hero-inner h1 {
    font-style: italic;
    text-transform: uppercase;
    font-weight: normal;
    text-shadow: 0 1px 1px #000;
}
h2 {
    color: #419bff;
    font-style: italic;
    text-transform: uppercase;
}
.navbar-brand img {
    max-width: 200px;
}
.hero {
    background-image: url(./pleasants-power-station.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
.hero-inner {
    background-color: #3b507dd1;
    min-height: 60vh;
    padding-top: 15vh;
    color: #fff;
}
#about .col-sm-12 {
    padding: 1rem;
}
#about .col-sm-12 .card {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
}
@media (max-width: 767px) {
    #about .col-sm-12 .card {
        aspect-ratio: 1.5 / 1;
    }
}
@media (min-width: 1079px) {
    #about .col-sm-12 .card {
        aspect-ratio: 1.5 / 1;
    }
}
#about .col-sm-12 .card div {
    background-color: #3335;
}
#about .col-sm-12 .card div:hover {
    background-color: unset;
}
.col-sm-12 img {
    border-radius: 20px;
    padding: 10px;
}
iframe {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
footer {
    background-color: #eee;
}
footer p {
    margin-bottom: 0;
}