/*

Melba Moore, ©2025

Created By: Allen Hamlette @ The Web Penguin, LLC

Colors:
    font color: #e5e4e2 (platinum)
    font hover: #ffffff (white)
    accent color:
    accent color:
    accent color:

Font-family:
    headings:
    paragraphs:

*/

html, body {
    background-color: black;
    background-image: url("/images/graphics/backgrounds/subtle-dots.png");
    background-repeat: repeat;
    width: 100%;
    height: auto;
    min-width: 280px;
    max-width: 2500px;
    margin: auto;
    text-align: left;
    color: #e5e4e2;
    font-family: Athena, sans-serif;
}

/*

body {
    animation: fadeInAnimation ease .75s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

*/

h1, h2, h3, h4, h5, h6, label, span, button, .button, .btn, input, .nav-link, #pageLinks > .link {
    font-weight: 600;
    font-style: normal;
    text-align: center;
}

p, ul, dl {
    font-size: large;
    font-weight: 400;
}

li {
    padding: .5% 5%;
}
.section > p {
    padding: 0 3%;
}

.section > h3 {
    text-align: left;
    text-decoration: underline;
}


a {
    font-family: inherit;
    text-decoration: none;
    white-space: nowrap;
    color: #e5e4e2;
}

a:hover {
    text-decoration: underline;
    color: #ffffff;
}

nav {
    height: auto;
}

.nav-link {
    color: #e5e4e2;
}

#pageLinks > .link > a {
    color: white;
}

.navbar-collapse.collapse.show {
    height: auto;
    z-index: 1;
    background-color: #eae8e5;
}

button.navbar-toggler:hover {
    color: unset;
}

.nav-link:hover, #pageLinks > .link > a:hover, #pageLinks > .link:hover   {
    color: #ffffff;
    text-decoration: none;
    transform: scale(1.1);
}

:hover {
    transition: .2s ;
}

u {
    font-family: inherit;
    font-weight: bold;
}

span {
    font-size: large;
}

.hide {
    display: none !important;
}

.border {
    padding: 10px;
    width: 98%;
    height: fit-content;
    margin: 0 1%;
    border: 3px solid #e5e4e2 !important;
}

.socialMediaLinks {
    display: inline-block;
}

.socialMediaLinks > .icon {
    float: left;
    width: 20px;
    height: 100%;
    margin: 0 7px;
}

.icon > a > img {
    object-fit: contain;
}

.phoneNumber {
    text-align: right;
    height: 100%;
    width: fit-content;
    float: right;
}

.title, .homepageTitle {
    text-align: center;
}

.title {
    margin: 3% auto;
}

.title > h2 {
    text-decoration: underline;
}

.content > .title {
    height: 50px;
    padding: 0 5px;
}

.navbar {
    font-weight: bold;
    padding: 5px 10px;
    background-color: transparent;
}

.nav-link, .portalButton {
    text-align: center;
}

li.nav-item {
    margin: auto;
}

.introduction > h2 {
    padding-left: 7%;
}

.introduction > p {
    width: 80%;
    margin: auto;
}

.image, .video {
    border: 3px solid #e5e4e2;
    height: 100%;
    width: 100%;
    background-color: darkgray;
}

.mediumImage {
    border: 3px solid #e5e4e2;
    height: 50vw;
    max-height: 500px;
    width: auto;
    background-color: darkgray;
}

.largeImage {
    border: 3px solid #e5e4e2;
    height: 90vh;
    width: 100%;
    background-color: darkgray;
}

#postImage {
    border: 3px solid #e5e4e2;
    height: 50vw;
    max-height: 500px;
    width: fit-content;
    margin: auto;
    background-color: darkgray;
}


img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

iframe, video {
    width: 100%;
    height: 100%;
}

video {
    object-fit: cover;
}

ul {
    list-style-type: circle;
}

li {
    text-align: left;
    padding-left: 15px;
    margin: 5px 0;
}

hr {
    border: #e5e4e2 solid 1px;
    margin: 3% 10% 5%;
}

form {
    width: 50%;
    min-width: 250px;
    max-width: 700px;
    margin: 5% auto;
}

input {
    width: 100%;
    margin: 1% auto;
}

textarea {
    height: 35vw !important;
    max-height: 300px !important;
}

footer {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}

#logo {
    padding: 3%;
}

#logo > .image {
    height: 100%;
}

#contact > p {
    font-size: medium;
}

.twpLogo {
    width: auto;
    height: 60px;
}

.twpLogo > .image {
    border-color: transparent;
    background-color: unset;
}

.twpLogo > .image > a > img {
    object-fit: contain;
}

.copyright {
    width: 50%;
    float: left;
    padding: 25px 0;
}

.twpLogo, .addtlLinks {
    width: 25%;
    float: left;
}

.addtlLinks {
    display: inline-block;
    padding: 25px 0;
}

.addtlLinks > .link {
    width: fit-content;
    margin: 0 3px;
    float: left;
}

.topHeader {
    width: 100%;
    height: 40px;
    margin-bottom: 5px;
}

.topHeader > .socialMediaLinks {
    height: 100%;
}

.navbar > .container {
    padding: 0;
    max-width: unset;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand > .image {
    height: 50px;
    width: 125px;
    background-color: unset;
    border: none;
}

.navbar-brand > .image > img {
    object-fit: contain;
}

.navbar-collapse > .portalButton {
    margin-left: 3%;
}

.homepageTitle {
    margin: 10% auto 3%;
    padding: 0 5%;
}

.page {
    min-height: 500px;
}

h1 {
    font-size: xx-large;
}

.adminButtons {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 3% auto;
    text-align: center;
}

.adminButtons > .editButton, .adminButtons > .deleteButton {
    margin: 0;
    width: 50%;
    font-size: x-small;
    float: left;
}

.adminButtons > a > .button {
    font-size: large;
}

a > .editButton, .editButton {
    width: fit-content;
}

.deleteButton {
    float: left;
}

.deleteButton > form {
    margin: 0;
    width: unset;
    min-width: unset;
    max-width: unset;
}

.button, button {
    width: auto;
    border-color: #e5e4e2;
    color: #000000;
    background-color: #e5e4e2;
    font-weight: bold;
    text-transform: uppercase;
}

.button:hover, .btn:hover, button:hover {
    background-color: #000000;
    color: #e5e4e2;
    border-color: #e5e4e2;
    transform: scale(1.10);
}

.btn-danger {
    color: red !important;
    background-color: white;
    border-color: red !important;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-danger:hover {
    color: white !important;
    background-color: red;
    border-color: red !important;
}

.btn-success {
    color: green !important;
    background-color: white;
    border-color: green !important;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-success:hover {
    color: white !important;
    background-color: green;
    border-color: green !important;
}

.btn-warning {
    color: black !important;
    background-color: yellow;
    border-color: black !important;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-warning:hover {
    color: black !important;
    background-color: yellow;
    border-color: black !important;
}

.navbar-nav {
    margin: auto;
    text-align: right;
    width: 100%;
}

.navbar-toggler {
    background-color: #e5e4e2;
}

.navbar-toggler:hover {
    color: #e5e4e2;
}

.section {
    width: 98%;
    min-height: 150px;
    height: auto;
    padding: 1% 5%;
    border: 1px transparent solid;
    margin: 1% auto;
}

#ctaBanner {
    width: 98%;
    padding: 3% 10%;
    border: #e5e4e2 5px solid;
    margin: 0 auto;
}

.date {
    text-align: center;
}

.one {
    background-color: lightcoral;
}

.two {
    background-color: lightyellow;
}

.three {
    background-color: lightgreen;
}

.four {
    background-color: lightblue;
}

.five {
    background-color: lightsalmon;
}

.twoColumnBanner {
    display: inline-block;
    width: 100%;
    height: max-content;
    min-height: 250px;
}

.intro {
    padding: 0 3%;
}

.twoColumnBanner > .left, .twoColumnBanner > .right {
    width: 50%;
    height: 100%;
    border: 1px transparent solid;
}

.left {
    float: left;
    padding: 1%;
}

.twoColumnBanner > .left > .image, .twoColumnBanner > .right > .image, .twoColumnBanner > .left > .content, .twoColumnBanner > .right > .content {
    height: 30vw;
    max-height: 350px;
    border: 1px solid #e5e4e2;
}

.twoColumnBanner > .right > .content {
    border-color: transparent;
}

.content > .callToAction > a > button {
    font-size: medium;
    height: auto;
}

.right {
    float: right;
    padding: 1%;
}

.threeColumnBanner {
    display: inline-block;
    width: 100%;
    height: max-content;
}

.threeColumnBanner > .column > .content {
    margin-top: 3%;
}

.column {
    width: 31.33%;
    height: 100%;
    margin: 1%;
    padding: 1%;
    float: left;
}

.column > .image {
    width: 100%;
    height: 20vw;
    max-height: 300px;
    border: 1px solid #e5e4e2;
}

.column > .image > a > img {
    object-fit: contain;
}

.threeColumnBanner > a > .column, .threeColumnBanner > .column {
    float: left;
    text-align: center;
    padding: 1%;
}

.fourPartBanner {
    display: inline-block;
    width: 100%;
    height: 200px;
}

.fourPartBanner > a > .part, .fourPartBanner > .part {
    width: 25%;
    height: 100%;
    float: left;
    border: 3px solid black;
    text-align: center;
    padding: 1%;
}

.fourPartBanner > .part > h4, .threeColumnBanner > .column > h4 {
    text-decoration: underline;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.confidenceStatement {

}

.confidenceStatement, .callToAction {
    width: 100%;
    padding: 1% 1.5%;
    text-align: center;
}

.callToAction > a > button {
    margin-top: 20px;
    font-size: large;
}

.topFooter > .border {
    background-color: white;
}

.secondaryFooter {
    height: auto;
}

.secondaryFooter > .section > .threeColumnBanner > .column {
    height: 15vw;
    min-height: 150px;
    max-height: 250px;
    padding: 1% 0;
    border: transparent;
}

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

.pagination > nav > .hidden {
    display: none;
}

.pagination > nav {
    width: fit-content;
    margin: auto;
}

.pagination > nav > a {
    font-size: xx-large;
}

.pagination > nav > .flex {
    width: 300px;
}

.pagination > nav > .flex > span {
    font-family: Times New Roman, serif;
}

.pagination > nav > .flex > span,

.disclaimer > p > a {
    text-decoration: underline;
}

#socialMedia > .socialMediaLinks > .icon {
    width: 30%;
    height: 100%;
    margin: 3% 10%;
}

.form-group {
    margin: 5% auto;
}

/* WELCOME */
.marqueeImage {
    background-image: url("/images/photos/melbaMoore02.jpg");
    background-size: cover;
    background-position: top center;
    height: 90vh;
    min-height: 500px;
    max-height: 900px;
}

#star > h2 {
    font-size: xxx-large;
}

.platform  {
    width: 25%;
    height: 10vw;
    float: left;
    margin: 4%;
}

.platform > a > .icon {
    height: 100%;
    width: 100%;
}

.icon > .image {
    background-color: unset;
    border-color: transparent;
}

.platform > a > .icon > .image > img {
    object-fit: contain;
}

#frontAppearances {
    background-image: url("/images/photos/melbaMoore05.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vw;
}

#frontAppearances > .twoColumnBanner {
    height: 80%;
}

#accolades > h2 {
    margin-bottom: 3%;
}

.border > .list > h3 {
    text-align: left;
}

/* ARTISTRY */
.album {
    width: 31.33%;
    height: auto;
    float: left;
    margin: 1%;
}

.album > .image {
    width: 100%;
    height: 25vw;
}

.album > .information {
    height: 10vw;
    min-height: 75px;
    max-height: 125px;
}

.play {
    width: 31.33%;
    height: auto;
    float: left;
    margin: 1%;
}

.play > .image {
    width: 100%;
    height: 42vw;
}

.play > .information {
    height: 10vw;
    min-height: 75px;
    max-height: 125px;
}

.film {
    width: 31.33%;
    height: auto;
    float: left;
    margin: 1%;
    padding: 1%;
}

.film > .image {
    width: 100%;
    height: 42vw;
}

.film > .information {
    height: 10vw;
    min-height: 75px;
    max-height: 125px;
}


/* MEDIA */
.video {
    width: 46%;
    height: auto;
    margin: 2%;
    float: left;
    background-color: transparent;
    border-color: transparent;
    text-align: center;
}

.video > .image {
    height: 25vw;
}

.video > .caption > p {
    padding: 2% 1%;
    font-size: x-large;
}

.video > .adminButtons > form {
    margin: 1% auto;
    height: 5%;
}

#printMedia > ul > li {
    list-style-type: circle;
}

/* GALLERY */
.photo {
    width: 31.33%;
    height: auto;
    float: left;
    margin: 1%;
}

.photo > a > .image {
    width: 100%;
    height: 25vw;
}

.photo > a  {
   white-space: unset;
}

/* NEWS */
#news > .posts {
    width: 23%;
    height: auto;
    margin: 1%;
    padding: 1%;
    float: left;
    border: 1px solid #e5e4e2;
}

#news > .posts > .image {
    height: 15vw;
}

#news > .posts > .content {
    height: auto;
    padding: 1%;
}

#news > .posts > .content > .callToAction > a > button {
    font-size: medium;
    height: auto;
}

/* APPEARANCES */
#appearanceMarquee {
    background-image: url("/images/photos/melbaMoore05.jpg");
    background-position: unset;
}

#appearances > .appearance {
    border-color: initial;
}

.appearance {
    width: 90%;
    border: 1px solid transparent;
    padding: 0 2%;
    margin: 3% auto;
}

.appearance > .title > h3 {
    text-decoration: underline;
}

/* APPEARANCES.SHOW */
#appearancePostMarquee {
    background-image: url("/images/photos/melbaMoore12.jpg");
    background-size: cover;
    background-position: center;
    height: 90vh;
    min-height: 500px;

}

/* CONTACT */
.contactForm > .twoColumnBanner > .left > .image {
    max-height: unset;
    height: 100%;
}

/* DASHBOARD */
#dashboardAdmin > a > button {
    width: 60%;
    min-width: 275px;
    max-width: 450px;
    margin: 1%;
}

/*
    *
    *
    *
    *
    *
    *
    *
    *
    */

@media (max-width: 599px)  {
    /* COMMON */
    .nav-link {
        color: initial;
    }

    ul {
        padding: 0;
    }

    li {
        margin: 15px 0;
    }

    .information > .title {
        padding: 1%;
        height: 60px;
    }

    .information > .title > h5, .title > a > h5 {
        font-size: small;
    }

    .callToAction > a > button {
        font-size: small;
    }

    .twoColumnBanner > .left, .twoColumnBanner > .right {
        width: 100%;
        height: auto;
        float: none;
    }

    .twoColumnBanner > .left > .image, .twoColumnBanner > .right > .image, .twoColumnBanner > .left > .content, .twoColumnBanner > .right > .content {
        height: unset;
        max-height: unset;
    }

    .threeColumnBanner > .column {
        width: 100%;
    }

    .threeColumnBanner > .column > .image {
        width: 100%;
        height: 60vw;
    }

    .secondaryFooter > .section > .threeColumnBanner > .column {
        max-height: unset;
        height: auto;
    }

    #socialMedia > .socialMediaLinks {
        height: 125px;
    }

    .left > .image > iframe, .right > .image > iframe {
        height: 45vw;
    }

    /* WELCOME */
    #star > h2 {
        font-size: xx-large;
    }

    #frontAppearances {
        height: auto;
    }


    /* BIO */
    #about > .left, #about > .right {
        width: 100%;
    }

    #accolades > .border > h2 {
        font-size: x-large;
    }

    #accolades > .border  {
        padding: 5%;
    }

    .award > h4 > ul {
        padding: 3%;
    }

    /* ARTISTRY */
    .album {
        width: 46%;
        margin: 2%
    }

    .album > .image {
        height: 40vw;
    }

    .album > .information > .title > h5 {
        font-size: small;
    }

    .album > .information {
        font-size: smaller;
    }

    /* MEDIA */
    .video {
        width: 46%;
        margin: 2%
    }

    .video > .caption {
        height: 45px;
    }

    .video > .caption > p {
        font-size: x-small;
    }

    .video > .image {
        height: 25vw;
    }

    #printMedia > ul > li {
        font-size: small;
    }

    /* NEWS */
    #news > .posts {
        width: 46%;
        margin: 2%;
    }

    #news > .posts > .image {
        height: 40vw;
    }

    #news > .posts > .content {
        height: auto;
        padding: 1%;
    }

    #news > .posts > .content > .callToAction > a > button {
        font-size: medium;
        height: auto;
    }

    /* APPEARANCES */


    /* GALLERY */
    .photo {
        width: 46%;
        margin: 2%
    }

    .photo > a > .image {
        height: 30vw;
    }

    .photo > a > .image > img {
        object-position: top;
    }

    .photo > a > .caption {
        height: 45px;
    }

    .photo > a > .caption > p {
        font-size: small;
        margin-bottom: 0;
    }

    /* CONTACT */


    /* PRIVACY-POLICY */

    /* DASHBOARD */
    #dashboardAdmin > a > button {
        width: 60%;
        min-width: 275px;
        max-width: 450px;
        margin: 3%;
    }

    /*
    *
    *
    *
    *
    *
    *
    *
    *
    */
}

@media (min-width: 600px) and (max-width: 899px)  {
    /* COMMON */
    .nav-link {
        color: initial;
    }

    ul {
        padding: 0;
    }

    .twoColumnBanner > .left, .twoColumnBanner > .right {
        width: 100%;
        height: auto;
        float: none;
    }

    .twoColumnBanner > .left > .image, .twoColumnBanner > .right > .image, .twoColumnBanner > .left > .content, .twoColumnBanner > .right > .content {
        height: unset;
        max-height: unset;
    }

    .secondaryFooter > .section > .threeColumnBanner > .column {
        max-height: unset;
        height: 100%;
        width: 100%;
    }

    #socialMedia > .socialMediaLinks {
        height: 125px;
    }

    .left > .image > iframe, .right > .image > iframe {
        height: 45vw;
    }

    /* WELCOME */


    /* BIO */

    #accolades > .border  {
        padding: 5%;
    }

    .award > h4 > ul {
        padding: 3%;
    }

    /* ARTISTRY */
    .album {
        width: 46%;
        margin: 2%
    }

    .album > .image {
        height: 40vw;
    }

    .album > .information > .title > h5 {
        font-size: medium;
    }

    .album > .information {
        font-size: small;
    }

    /* MEDIA */
    .video {
        width: 46%;
        margin: 2%
    }

    .video > .caption {
        height: 45px;
    }

    .video > .caption > p {
        font-size: small;
    }

    .video > .image {
        height: 25vw;
    }

    #printMedia > ul > li {
        font-size: small;
    }


    /* NEWS */
    #news > .posts {
        width: 31.33%;
        margin: 1%;
    }

    #news > .posts > .image {
        height: 35vw;
    }



    /* APPEARANCES */


    /* GALLERY */
    .photo {
        width: 46%;
        margin: 1% 2%;
    }
    .photo > a > .image {
        height: 35vw;
        margin: 1% 2%;
    }

    .photo > a > .caption {
        height: 45px;
    }

    .photo > a > .caption > p {
        font-size: medium;
        margin-bottom: 0;
    }


    /* CONTACT */


    /* PRIVACY-POLICY */

    /* DASHBOARD */
    #dashboardAdmin > a > button {
        width: 60%;
        min-width: 275px;
        max-width: 400px;
        margin: 3%;
    }

    /*
    *
    *
    *
    *
    *
    *
    *
    *
    */
}

@media (min-width: 900px) and (max-width: 1199px)  {
    p {
        font-size: medium;
    }

    .nav-link {
        font-size: medium;
        margin: 0 1px;
        padding: 0;
    }

    li.nav-item {
        padding: 0 1%;
    }

    .column {
        min-height: unset;
    }

    .column > .image {
        width: 100%;
        height: 20vw;
    }

    /* WELCOME */


    /* BIO */
    #about {
        height: 20vw;
        min-height: 400px
    }

    #about > .left > .content  {
        padding: 2%;
    }

    #about > .left > .content > p {
        padding: 0 5%;
    }

    #about > .right > .image  {
        height: 100%;
    }


    /* ARTISTRY */


    /* PRESS */
    .video > .caption > p {
        font-size: medium;
    }

    /* NEWS */


    /* APPEARANCES */


    /* GALLERY */


    /* CONTACT */


    /* PRIVACY-POLICY */

    /* DASHBOARD */
    #dashboardAdmin > a > button {
        width: 60%;
        min-width: 275px;
        max-width: 400px;
        margin: 2%;
    }

    /*
    *
    *
    *
    *
    *
    *
    *
    *
    */
}

@media (min-width: 1200px) and (max-width: 1799px)  {
    /* WELCOME */


    /* BIO */


    /* ARTISTRY */


    /* PRESS */
    .video > .caption {
        height: 45px;
    }

    .video > .caption > p {
        font-size: large;
    }

    /* NEWS */


    /* APPEARANCES */


    /* GALLERY */


    /* CONTACT */


    /* PRIVACY-POLICY */

    /*
    *
    *
    *
    *
    *
    *
    *
    *
    */
}

@media (min-width: 1800px) and (max-width: 2499px)  {
    /* WELCOME */


    /* BIO */


    /* ARTISTRY */


    /* PRESS */
    .video {
        width: 29.33%;
        margin: 2%;
        padding: 1%;
    }

    .video > .image {
        height: 15vw;
    }

    .video > .caption {
        height: 45px;
    }

    .video > .caption > p {
        font-size: large;
    }


    /* NEWS */


    /* APPEARANCES */


    /* GALLERY */


    /* CONTACT */


    /* PRIVACY-POLICY */

    /*
    *
    *
    *
    *
    *
    *
    *
    *
    */
}

@media (min-width: 2500px) and (max-width: 4000px)  {
    /* WELCOME */


    /* BIO */


    /* ARTISTRY */


    /* PRESS */
    .video {
        width: 29.33%;
        margin: 2%;
        padding: 1%;
    }

    .video > .image {
        height: 15vw;
        max-height: 400px;
    }

    .video > .caption {
        height: 45px;
    }

    .video > .caption > p {
        font-size: x-large;
    }


    /* NEWS */


    /* APPEARANCES */


    /* GALLERY */


    /* CONTACT */


    /* PRIVACY-POLICY */

    /*
    *
    *
    *
    *
    *
    *
    *
    *
    */
}
