body {
    background-color: #1a1b29;
    font-optical-sizing: auto;
    font-family: "Open Sans", sans-serif;
}

.navbar-brand {
    font-family: "Moirai One", system-ui;
    /* font-size: 60px;
    margin: 0px 15px; */
}

.navbar {
    background-color: #17181e !important;
}

.nav-wrapper {
    background-color: #17181e !important;
}

.navbar-brand {
    color: white !important;
}

@media (min-width: 576px) {
    .navbar-brand {
        font-size: 38px;
    }
}

.nav-link {
    color: white !important;

    /* font-weight: 600;
    font-size: 18px; */
}

.nav-link:hover {
    text-decoration: underline;
}

.heading {
    font-family: "Moirai One", system-ui;
    color: white;
}

.heading .heading1 {
    font-size: 8rem;
}

.heading .heading2 {
    font-size: 4rem;
}

.social-img {
    width: 30px;
}

@media (min-width: 576px) {
    .heading .heading2 {
        font-size: 6rem;
    }
}

.story-area {
    background-color: #17181e;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
}

.story-segment {
    background-color: #282935;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
}

.story-image {
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 1/1;
}

.story-heading {
    color: white;
    font-size: 42px;
    font-weight: 600;
}

.strory-paragraph {
    color: white;
    font-size: 18px;
}

.people-worked-with-area {
    padding: 10px;
    margin-top: 15px;
    border-radius: 10px;
    background-color: #17181e;
}

.people-worked-with {
    background-color: #282935;
    margin-bottom: 10px;
}

.pww-image {
    width: 100%;
    border-radius: 10px;
}

.pww-heading {
    color: white;
    font-size: 36px;
    font-weight: 600;
}

.project-wrapper {
    margin-top: 15px;
    background-color: #282935;
    border-radius: 10px 200px 200px 10px;
}

.project-wrapper-alt {
    margin-top: 15px;
    background-color: #282935;
    border-radius: 200px 10px 10px 200px;
}

.pww-image {
    aspect-ratio: 16/9;
}

.worked-with-link {
    text-decoration: none;
    color: white;
}

.worked-with-link:hover {
    text-decoration: underline;
    color: #858585;
}

.people-worked-with-indexpage {
    background-color: #282935;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}

/* Projects page */

.projects-heading {
    font-family: "Moirai One", system-ui;
    color: white;
    font-size: 48px;
    text-align: center;
    margin-top: 20px;     
    padding-bottom: 10px;
    background-color: #1a1b29
}

.project {
    padding: 20px;
}

.project-title {
    font-family: "Moirai One", system-ui;
    color: white;
    font-size: 36px;
    text-decoration: underline;
}

.project-subtitle {
    color: rgb(149, 149, 149);
    font-size: 18px;
    margin-bottom: 15px;
}

.project-description {
    color: white;
    font-size: 18px;
}

.project-video {
    border-radius: 15px;
}

.audio-card-text {
    color: white;
    font-size: 18px;
    margin-bottom: 10px;
}

.music-player {
    width: 100%;
    margin-top: 16px;
}

.form-select {
    background-color: #282935;
    color: white;
    border: 1px solid #444;
    padding: 15px;
    border-radius: 15px;
    margin-top: 15px;
}

.audio-card-text {
    color: white;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    margin: 25px 0px;
}

audio::-webkit-media-controls-panel {
    background-color: #282935;
}

/* Make audio player buttons white */
audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-pause-button,
audio::-webkit-media-controls-mute-button,
audio::-webkit-media-controls-volume-slider-container,
audio::-webkit-media-controls-volume-slider,
audio::-webkit-media-controls-timeline,
audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display,
audio::-webkit-media-controls-more-button {
    filter: invert(1) brightness(2);
}

/* Contact Page */

.contact-card-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.contact-card {
    background-color: #17181e;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}


.social-card-instagram,
.social-card-x,
.social-card-discord,
.social-card-email {
    transition: transform 0.5s;
}

.social-card-instagram:hover,
.social-card-x:hover,
.social-card-discord:hover,
.social-card-email:hover {
    transform: scale(1.05);
}

.social-card-instagram {
    background: linear-gradient(135deg, #f9ce34 0%, #ee2a7b 50%, #6228d7 100%);
    border-radius: 1.5rem;
}

.social-card-x {
    background: linear-gradient(135deg, #1da1f2 0%, #14171a 100%);
    border-radius: 1.5rem;
}

.social-card-discord {
    background: linear-gradient(135deg, #5865f2 0%, #23272a 100%);
    border-radius: 1.5rem;
}

.social-card-email {
    background: linear-gradient(135deg, #ff5858 0%, #f09819 100%);
    border-radius: 1.5rem;
}

footer {
    background-color: #14171a;
    color: white;
    border-radius: 15px 15px 0px 0px;
}

.quick-links li a {
    color: white;
    text-decoration: none;
}

.quick-links li a:hover {
    text-decoration: underline;
}

.social-heading-img {
    border-radius: 1.5rem;
    margin-top: 15px;
    aspect-ratio: 21/9;
}

@media (min-width: 768px) {
    .social-cards {
        position: relative;
        top: -200px;
    }
}

.admin-login-panel {
    background-color: #17181e;
    padding: 15px;
    margin-top: 25px;
    color: white;
    border-radius: 1.5rem;
}

/* Admin Home Page */

.about-text-edit {
    background-color: #282935;
    border-radius: 1.5rem;
    margin-top: 15px;
    padding-bottom: 15px;
}

.edit-title {
    font-family: "Moirai One", system-ui;
    color: white;
    margin-top: 15px;
}

.about-text-area {
    background-color: #14171a !important;
    color: white !important;
}

.manageWorkedWith {
    background-color: #282935;
    border-radius: 1.5rem;
    margin-top: 15px;
    padding-bottom: 15px;
    color: white;
    padding: 25px;
}

.worked-with-form {
    background-color: #14171a !important;
    color: white !important;
    border-radius: 1.5rem;
    padding: 15px;
}

.worked-with-item {
    background-color: #17181e;
    padding: 15px;
    border-radius: 1.5rem;
    margin-bottom: 15px;
}   

.worked-with-image {
    aspect-ratio: 16/9;
    border-radius: 1rem;
}

.worked-with-name {
    color: white;
    text-decoration: none!important;
}

.worked-with-name:hover {
    text-decoration: underline;
    color: #858585;
}

.worked-with-input {
    background-color: #282935;
    color: white;
    border: 1px solid #444;
    padding: 15px;
    border-radius: 15px;
    margin-top: 15px;
}

.workedWithInfoTitle {
    font-family: "Moirai One", system-ui;
    color: white;
    font-size: 36px;
    margin-bottom: 15px;
}

.edit-links-area {
    background-color: #282935;
    border-radius: 1.5rem;
    margin-top: 15px;
    padding-bottom: 15px;
}

.edit-links {
    font-family: "Moirai One", system-ui;
    color: white;
    font-size: 36px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.instagramForm,
.xForm,
.discordForm,
.emailForm {
    background-color: #14171a !important;
    color: white !important;
    border-radius: 1.5rem;
    padding: 15px;
}

.edit-video-area {
    background-color: #282935;
    border-radius: 1.5rem;
    margin-top: 15px;
    padding-bottom: 15px;
}

.edit-video-title {
    font-family: "Moirai One", system-ui;
    color: white;
    font-size: 36px;
    margin-bottom: 15px;
    padding: 2px;
}

.video-project-wrapper {
    background-color: #17181e;
    border-radius: 1.5rem;
    margin-top: 15px;
    padding: 5px;
}

.video-input {
    background-color: #282935;
    color: white;
}

.video-form {
    background-color: #14171a;
    padding: 15px;
    border-radius: 1.5rem;
    margin-top: 15px;
}

.image-guide {
    margin-top: 15px;
}

.videoInfo {
    background-color: #17181e;
}

.edit-images-area {
    background-color: #282935;
    border-radius: 1.5rem;
    margin-top: 15px;
    padding-bottom: 15px;
    padding: 15px;
    color: white;
}

.edit-images-title {
    font-family: "Moirai One", system-ui;
    color: white;
    font-size: 36px;
    margin-bottom: 15px;
}

.image-input {
    background-color: #282935;
    color: white;
}

.no-vid-added {
    color: white;
    font-size: 18px;
    margin-top: 15px;
}

.rw-link:hover {
    color: white!important;
}

/* .open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
} */

/* .moirai-one-regular {
  font-family: "Moirai One", system-ui;
  font-weight: 400;
  font-style: normal;
} */