﻿
body {
    background-color: #E7E7E7;
    color: rgba(21,16,16,1);
}

footer {
    padding: 60px 0px;
}

.hero {
    width: 100%;
    text-align: center;
    background-image: url(/imgs/backgrounds/red-background.jpg);
    background-position: bottom;
    background-size: cover;
}

    .hero img {
        width: 50%;
        aspect-ratio: 1;
        padding: 10%;
    }

.bg-grey {
    background-color: #151010;
    color: white;
}

.section_root {
    padding: 60px 0px;
}

.section_title {
    padding: 14px 8px;
    text-align: center;
}

.section_subtitle {
    padding: 14px 8px;
    text-align: center;
}

.social-links {
    text-align: center;
}

    .social-links > a > img {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        margin: 9px;
        display: inline-block;
        background-color: white;
    }

.crew_img {
    width: 100%;
    display: inline-block;
}

    .crew_img > img {
        aspect-ratio: 1;
        width: 100%;
    }
