body {
    /*color: white !important;
    background-color: black;*/
    /*font-family: 'Architects Daughter', cursive;*/
    margin-top: 60px;
    background-image: url("./media/background-edit.jpg");
    background-repeat: repeat;

    font-family: 'Prata', serif;

    padding: 0;
}

div.display {
    background-color: green;
}

div.no-display {
    background-color: red;
}

.display {
    color: green;
}

.no-display {
    color: red;
}

/*
div, table {
    border: solid red 1px;
}
*/

.gallery-option-container {
    color: #ffffff;
    text-decoration: none;
}

.gallery-option {
    background-color: #000000;
    color: #ffffff;
}

.gallery-option:hover {
    background-color: #ffffff;
    color: #000000;
}

.video-container {
    margin: auto;
}

video {
    max-height: 90vh;
}

nav {
    min-height: 60px;
}

#mainDiv, nav {
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
}

/*
input {
    color: white !important;
    color-scheme: dark !important;
    background-color: inherit !important;
    border: none !important;
    border-bottom: #ffffff 2px solid !important;
}
*/
input {
    border-radius: 0 !important;
}

.mainDiv {
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
}

.giftImageContainer {
    height: 100px;
    background-color: black;
}

.modal-content {
    background-color: rgba(0, 0, 0, 0.65);
    color: white;
}

.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
    color: white !important;
}

.invalid-feedback {
    color: white !important;
}

.input-group-text {
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
}

.main-button {
    background-color: rgba(0, 0, 0, 0.6) !important;
    color: white !important;
    padding: 10px;
    border-radius: 0;
    border: solid 1px #ffffff !important;
}

.main-button-disabled {
    background-color: rgba(0, 0, 0, 0.6) !important;
    color: #ffffff !important;
    padding: 10px;
    border-radius: 0;
    border: solid 1px maroon !important;
}

.main-button:hover {
    background-color: rgba(255, 255, 255, 0.4) !important;
    color: white !important;
}

.giftImage {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .mainImage {
        max-height: 90vh;
        width: auto;
    }

    .gallery-image {
        max-height: 30vh;
        width: auto;
    }
}

@media (max-width: 768px) {
    .mainImage {
        max-height: auto;
        width: 100%;
    }

    .gallery-image {
        max-height: auto;
        width: 100%;
    }
}

img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.4);
    left: 0 !important;
    right: 0 !important;
}

.icons {
    color: grey;
}

/*======================== scroll ========================*/
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #000000;
}

::-webkit-scrollbar-thumb:hover {
    background: #999;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}