.bgColor {
    background-color: var(--rojo) !important;
}

::-moz-selection {
    color: white;
    background: black;
    -webkit-text-stroke-width: 0px;
}

::selection {
    color: white;
    background: black;
    -webkit-text-stroke-width: 0px;
}

.dark ::-moz-selection {
    color: black;
    background: white;
    -webkit-text-stroke-width: 0px;
}

.dark ::selection {
    color: black;
    background: white;
    -webkit-text-stroke-width: 0px;
}

.crewText {
    width: 100%;
    height: 80%;
    height: 80vh;
    height: calc(var(--vh, 1vh) * 80);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    font-family: 'kanit_r', sans-serif;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.dark .crewText {
    color: black;
}

.crewText a {
    color: white;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.dark .crewText a {
    color: black;
}

.crewTitle {
    text-align: center;
    font-size: 3.5rem;
    line-height: 4rem;
    margin-top: 25vh;
    width: 700px;
}

.crewTitle span {
    font-style: italic;
}

.crewText img {
    margin-top: 8vh;
    width: 200px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.dark .crewText img {
    -webkit-filter: invert();
    filter: invert();
}

.crewDescription {
    width: 55%;
    font-size: 1.2rem;
}

.names {
    width: 55%;
    margin: 0 auto;
    font-size: 1.2rem;
    margin-top: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.names a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    text-align: center;
    margin-bottom: 30px;
}

.names a:hover {
    color: black;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.dark .names a:hover {
    color: white;
}

#ISOselector {
    color: white;
}

.dark #ISOselector {
    color: black;
}

#iso100.selected,
#iso1600.selected {
    color: black;
}

.dark #iso100.selected,
.dark #iso1600.selected {
    color: white;
}

.menu li {
    color: white;
}

.dark .menu li {
    color: black;
}

.menu li a {
    color: white;
}

.dark .menu li a {
    color: black;
}

.dark .menu.foot li a {
    color: white !important;
}

.menu li.active {
    color: black;
}

.menu li.active a {
    color: black;
}

.menu.foot li.active {
    color: black !important;
}

.dark .menu.foot li.active {
    color: white !important;
}

.dark .menu li.active a {
    color: white;
}

.dark .menu li.active {
    color: white;
}

#item5.active {
    color: var(--rojo) !important;
}

footer {
    background: white;
}

.dark footer {
    background: black;
    color: white;
}

.dark footer a {
    color: white;
}

.social div:hover a {
    color: var(--rojo);
}

.dark .moto,
.dark .copyright {
    color: white;
}

.RedDot,
.WhiteDot {
    display: none;
}

.BlackDot {
    display: block;
}

.dark .WhiteDot {
    display: block;
}

.dark .BlackDot {
    display: none;
}

@media (max-width: 1068px) {

    .crewTitle {
        margin-top: 14vh;
    }

    .crewDescription {
        width: 75%;
        font-size: 1.3rem;
    }

    .names {
        width: 75%;
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {

    .crewTitle {
        margin-top: 25vh;
        font-size: 3rem;
        width: 600px;
    }

    .crewDescription {
        width: 80%;
        font-size: 1.2rem;
    }

    .names {
        width: 80%;
        font-size: 1.2rem;
    }
}

@media (max-width: 650px) {
    .content {
        height: 80%;
        height: 80vh;
        height: calc(var(--vh, 1vh) * 80);
    }

    .crewText {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        margin-top: 30px;
    }

    .crewTitle {
        margin-top: 25vh;
        font-size: 2rem;
        line-height: 2.5rem;
        width: 300px;
    }

    .crewDescription {
        font-size: 1rem;
        margin-top: 180px;
    }

    .crewText img {
        width: 150px;
        pointer-events: none;
    }

    .names {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        margin-bottom: 20px;
    }

    .names a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 50px;
        font-size: 1.4rem;
    }

    .bottomBar.active {
        background-color: white;
    }

    .dark .bottomBar #item6 {
        color: black;
    }

    .bottomBar.active #item6 {
        color: var(--rojo);
    }

    .bottomBar .menu li.active a {
        -webkit-text-decoration-color: var(--rojo);
        text-decoration-color: var(--rojo);
    }

    .bottomBar .menu li.active {
        -webkit-text-decoration-color: var(--rojo);
        text-decoration-color: var(--rojo);
    }

    .dark .bottomBar.active {
        background-color: black;
    }

    .dark #arrowFooter {
        -webkit-filter: none;
        filter: none;
    }

    .dark .closeFooter {
        -webkit-filter: invert();
        filter: invert();
    }

    .dark .bottomBar li a {
        color: white;
    }

    .dark .bottomBar .menu li.active a {
        -webkit-text-decoration-color: var(--rojo);
        text-decoration-color: var(--rojo);
    }

    .dark .bottomBar .menu li.active {
        -webkit-text-decoration-color: var(--rojo);
        text-decoration-color: var(--rojo);
    }

    .dark .mobileFooter .social div a {
        color: white;
    }

    .dark .moto,
    .dark .copyright {
        color: white;
    }

    #arrowFooter {
        -webkit-filter: invert();
        filter: invert();
    }

    .closeFooter {
        -webkit-filter: none !important;
        filter: none !important;
    }
}


@media (max-width: 400px) {
    .names a {
        font-size: 1.3rem;
    }

    .crewTitle {
        width: 90%;
        font-size: 1.6rem;
        line-height: 2rem;
        margin-top: 0;
    }

    .crewText {
        margin-top: 80px;
    }
}
