/*@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}*/

:root {
    --color: #1e1e1e;
}

html {
    font-size: 16px;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@font-face {
    font-family: 'Seasons'; /* Choose a descriptive name */
    src: url('../fonts/TheSeasons-Regular.woff') format('woff'); /* Adjust path and format */
    src: url('../fonts/TheSeasons-Regular.woff2') format('woff2'); /* Adjust path and format */
    /* Add other src declarations for different formats if available (e.g., .woff, .woff2) */
    font-weight: normal;
    font-style: normal;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    width: 100vw;
}

body {
    margin-bottom: 60px;
    background-color: #1e1e1e;
   /* background-color: #f9f9f9;*/
}

    body::-webkit-scrollbar {
        display: none;
    }
.bg-navdark {
    background-color: #1e1e1e;
}
.bg-lite {
    min-height:30vh;
    background-color: #e0dfcd;
}
a.smadj, button.smadj {
    display: inline-block;
    padding: 1em 3.5em;
    background-color: #4f453d;
    color: #eeede9;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3em;
    font-weight: 700;
    letter-spacing: .5px;
    font-size: .875rem;
}
button.smadj {
    border:none;
}
    a.smadj:hover, button.smadj:hover {
        background-color: #eeede9;
        color: #4f453d;
    }
button.smadj:hover {
    border: none;
}

.blank,
.other {
    width: 100%;
    min-height: 60vh;
    background-color: var(--color);
}

.blank {
    min-height: 1vh;
}

.w98 {
    width: 98.7vw;
}
.w99 {
    width: 99.5vw;
}

.pcolor {
    color: #EEEDE9;
}

.psize {
    font-size: 7.5rem;
}

.mtdiv1 {
    margin-top: 0%;
}

.abouth1 {
    font-size: 12.5rem
}

.aboutp {
    font-size: 2.175rem
}

.cistyle {
    /*width: 100vw;*/
    min-width:100vw;
    min-height: 50vh;
    background-color: #EEEDE9
}

.cwide {
/*    width: 98.7vw;
*/    min-height: 50vh;
    background-color: #c8c7c0;
}

.p2rem {
    font-size: 1.167rem;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.p3rem {
    font-size: 2.0rem;
}

.p6rem {
    font-size: 6rem;
    text-align:left;
}
.mt-minus-1 {
    margin-top: -1%;
}

.mt-minus-5 {
    margin-top: -5%;
}

.mt-minus-10 {
    margin-top: -20%;
}

.wsmll {
    height: 40px;
    width: 155px;
}
.footersml{
    margin-top:1%;
    margin-bottom: 2%;
    width:5%;
}
.divcon1 {
    margin-left: -2%;
}
.btnmsg1 {
    background-color: #4f453d;
    color: #eeede9;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3em;
    font-weight: 700;
    letter-spacing: .5px;
    font-size: .9rem;
}

.navbar-brand.abs {
    position: absolute;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.me5 {
    margin-left: -55%
}
.ltmdiv{
   text-align:end;
}

.divcard1 {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.divci {
    margin-top: -5%;
}
/* PARALLAX*/
body {
    margin: 0;
    width: 100vw;
    font-family: 'Seasons', Arial, sans-serif;
}

.parallax-section {
    position: relative;
    height: 100vh; /* Full viewport height for each section */
    overflow: hidden; /* Hide content outside the section boundaries */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #eeede9;
    text-align: center;
    top: 0;
    left: 0;
    /*    width: 100vw;*/
}

.parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

/* background images for each section */
#section1 .parallax-bg {
/*    background-image: url('../img/LandingPageFINAL2000wjpg.jpg');
*/    background-image: url('../img/DC2.jpg')
}

#section2 .parallax-bg {
    background-image: url('../img/About section_image@4x-82000w.png');
    
}

#section3 .parallax-bg {
    background-image: url('../img/Audio player_background_blurred@4x-8.png');
}

.parallax-text-overlay {
    position: absolute; /* Positions relative to the .parallax-container */
    top: 20px; /* Adjust as needed to place text at the top */
    left: 60%;
    transform: translateX(-50%); /* Centers the text horizontally */
    text-align: center;
    min-width: 80ch;
    color: #EEEDE9; /* Or a color that contrasts well with your image */
    z-index: 1; /* Ensures text is above the image */
}

.content {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}
/* END PARALLAX*/
.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

/*HTML Audio Player*/
.player-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    width: 80%;
    max-width: 600px;
}

.controls {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}

#volumeControl {
    width: 100px;
}

.time-display {
    margin-left: auto;
    font-size: 0.9em;
}

.song-list-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    width: 80%;
    max-width: 600px;
}

#songList {
    list-style: none;
    padding: 0;
}

    #songList li {
        display: flex;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

        #songList li:last-child {
            border-bottom: none;
        }

        #songList li span {
            flex-grow: 1;
        }

.play-song-button, .buy-button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 10px;
}

    .play-song-button:hover, .buy-button:hover {
        background-color: #0056b3;
    }

/*Contact Dallin*/
.g-color-black {
    color: #000 !important;
}

.g-color-black--hover:hover {
    color: #000 !important;
}

.g-color-black--focus:focus {
    color: #000;
}

.g-color-black--active.active {
    color: #000;
}

.g-color-white {
    color: #EEEDE9 !important;
}

.g-color-white--hover:hover {
    color: #EEEDE9 !important;
}

.g-color-white--focus:focus {
    color: #EEEDE9;
}

.g-color-white--active.active {
    color: #EEEDE9;
}

.g-brd-black {
    border-color: #000 !important;
}

.g-brd-black--hover:hover, .g-brd-black--active.active {
    border-color: #000 !important;
}

*:hover > .g-brd-black--hover-parent {
    border-color: #000 !important;
}

.g-brd-black-opacity-0_1 {
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.g-brd-black-opacity-0_4 {
    border-color: rgba(0, 0, 0, 0.4) !important;
}

.g-brd-white {
    border-color: #fff !important;
}

.g-brd-white--hover:hover, .g-brd-white--active.active {
    border-color: #fff !important;
}

*:hover > .g-brd-white--hover-parent {
    border-color: #fff !important;
}

.g-brd-white-opacity-0_1 {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.g-brd-white-opacity-0_1--hover:hover, .g-brd-white-opacity-0_1--active.active {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

*:hover > .g-brd-white-opacity-0_1--hover-parent {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.g-font-weight-700 {
    font-weight: 700 !important;
}

.g-mt-10 {
    margin-top: 0.71429rem !important;
}

.g-mt-minus-10 {
    margin-top: -0.71429rem !important;
}

.g-width-70 {
    width: 70px !important;
}

.g-height-2 {
    height: 2px;
}

.g-mb-10 {
    margin-bottom: 0.71429rem !important;
}

.g-mb-minus-10 {
    margin-bottom: -0.71429rem !important;
}

.g-mb-30 {
    margin-bottom: 2.14286rem !important;
}
.g-rounded-50{
    border-radius:20%;
}
.bg-lissuccess {
    background-color: #827c6f;
    min-height:50vh;
}
.carousel-item {
    /*background-color: #827c6f;*/
    opacity: 1;
    margin-top: 5%;
    min-height: 75vh;
    min-width: 100vw;
    /*border-radius: 5%;*/
}
.mt-6{
    margin-top:6%;
}
/* BACK TO TOP*/
html {
    scroll-behavior: smooth;
}

.back-to-top {
    position: fixed;
    bottom: 4rem;
    right: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #dc143c;
    background-color: #685b68;
    border-radius: 0.5rem;
    padding: 0.5rem;
    text-decoration: none;
    transition: 0.2s ease-out;
}

    .back-to-top span {
        color: #eeede9;
        font-size: 3rem;
        transition: 0.2s ease-out;
    }

    .back-to-top:hover {
        /*background-color: #be1a3b;*/
        background-color: #796b7a;
        font-size: 3rem;
        transition: 0.2s ease-out;
    }

        .back-to-top:hover span {
            transform: translateY(-4px);
        }
.navbar-toggler {
    border: 2px solid #c8c7c0; /* Example: 2px solid red border */
}
.ftcon{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


@media screen and (min-width: 899px) and (max-width: 1200px) {
    .mlnav1 {
        margin-left: 25%;
        margin-right: 30%;
        /*        color:#000; 
*/
    }
    .parallax-text-overlay {
        left: 50%;
        min-width: 70ch;
    }
        #section2 {
        height: 90vh
    }

        #section2 .parallax-bg {
            background-position: left;
        }
}

@media screen and (min-width: 795px) and (max-width: 898px) {
    .psize {
        font-size: 4rem;
        margin-top: 10%;
    }

    .aboutp {
        font-size: 2rem;
    }

    .abouth1 {
        font-size: 10rem;
    }

    .parallax-text-overlay {
        left: 50%;
        min-width: 60ch;
    }

    #section2 {
        height: 85vh
    }

        #section2 .parallax-bg {
            background-position: left;
        }

    .second {
        background-position: left;
    }
}

@media screen and (min-width: 609px) and (max-width: 794px) {
    .psize {
        font-size: 3.5rem;
        margin-top: 0%;
    }

    .aboutp {
        font-size: 1.5rem;
    }

    .abouth1 {
        font-size: 7rem;
    }

    .p6rem {
        font-size: 5rem;
    }

    .p2rem {
        font-size: 1rem;
    }

    .parallax-text-overlay {
        left: 50%;
        min-width: 50ch;
    }

    .back-to-top span {
        color: #eeede9;
        font-size: 1.5rem;
        transition: 0.2s ease-out;
    }

    .back-to-top:hover {
        background-color: #796b7a;
        font-size: 1.5rem;
        transition: 0.2s ease-out;
    }
    .ltmdiv {
        text-align:center;
    }    
    #section2 {
        height: 70vh
    }

        #section2 .parallax-bg {
            background-position: left;
        }

    .second {
        background-position: left;
    }
    /*.smadj {
        display: block;
        width: 50%;*/ /* Adjust as needed */
        /*font-size: 10px;
        margin-top: 5%;
        margin-left: 25%;
        text-align: center;
    }*/
}

@media screen and (min-width: 518px) and (max-width: 608px) {
    .psize {
        font-size: 3rem;
        margin-top: 0%;
    }

    .aboutp {
        font-size: 1.25rem;
    }

    .abouth1 {
        font-size: 7rem;
    }

    .p6rem {
        font-size: 5rem;
    }

    .p2rem {
        font-size: 1rem;
    }

    .parallax-text-overlay {
        left: 50%;
        min-width: 40ch;
    }

    .back-to-top span {
        color: #eeede9;
        font-size: 1.5rem;
        transition: 0.2s ease-out;
    }

    .back-to-top:hover {
        background-color: #796b7a;
        font-size: 1.5rem;
        transition: 0.2s ease-out;
    }

    .latimg img {
        width: 80%;
    }
    .abs{
        left:0;
    }
    .lft0{
        left:0;
    }
    .ltmdiv {
        text-align: center;
    }

    #section2 {
        height: 70vh
    }

        #section2 .parallax-bg {
            background-position: left;
        }

    .second {
        background-position: left;
    }

    .smadj {
        display: block;
        width: 100%; /* Adjust as needed */
        font-size: 10px;
        margin-top: 5%;
        margin-left: 0%;
        text-align: center;
    }
}

@media screen and (min-width: 255px) and (max-width: 517px) {
    .psize {
        font-size: 3rem;
        margin-top: 0%;
    }

    .aboutp {
        font-size: 1.25rem;
    }

    .abouth1 {
        font-size: 7rem;
    }

    .p6rem {
        font-size: 5rem;
    }

    .p2rem {
        font-size: 1rem;
    }

    .parallax-text-overlay {
        left: 50%;
        min-width:35ch;
    }

    .back-to-top span {
        color: #eeede9;
        font-size: 1.5rem;
        transition: 0.2s ease-out;
    }

    .back-to-top:hover {
        background-color: #796b7a;
        font-size: 1.5rem;
        transition: 0.2s ease-out;
    }

    .latimg img {
        width: 25%;
    }
    .abs {
        left: 0;
    }
    .lft0 {
        left: 0;
    }
    .ltmdiv {
        text-align: center;
    }
    #section2 {
        height: 75vh
    }

        #section2 .parallax-bg {
            background-position: left;
        }

    .second {
        background-position: left;
    }

    .smadj {
        display: block;
        width: 98%; /* Adjust as needed */
        font-size: 12px;
        margin-top: 2%;
        margin-left: 0%;
        text-align: center;
    }
}
@media (min-width: 1801px) { /* Adjust breakpoint as needed */
    .carousel-caption {
        min-height: 50vh;

    }    .latimg img {
        margin-top: 30%;
        width: 80%;
    }
    .divwsm {
        width: 50%;
    }
}
@media (max-width: 1800px) { /* Adjust breakpoint as needed */

    .carousel-caption {
        /*height: auto;*/ /* Allow height to adjust based on content */
        /*position: relative;*/ /* Change position to allow content to flow naturally */
        /*top: 0;*/ /* Remove default positioning if present */
        /*left: 0;*/
        /* Add any other desired styling for smaller viewports, e.g., padding */
        /*padding-top: 20px;
        padding-bottom: 20px;
        width: 100vw;
        min-height: 60vh;*/
        /*        margin-top: -38%;
            
*/
        left: 10%;
        width: 80vw;
        min-height: 60vh;
        /*background-color: darksalmon;*/
    }

    .latimg img {
        margin-top:10%;
        width: 80%;
    }
    .divwsm {
        width: 50%;
    }

/*    .p6rem {
        font-size: 3.77rem;
    }*/
}
@media (max-width: 1400px) { /* Adjust breakpoint as needed */

    .carousel-caption {
        /*height: auto;*/ /* Allow height to adjust based on content */
        /*position: relative;*/ /* Change position to allow content to flow naturally */
        /*top: 0;*/ /* Remove default positioning if present */
        /*left: 0;*/
        /* Add any other desired styling for smaller viewports, e.g., padding */
        /*padding-top: 20px;
        padding-bottom: 20px;
        width: 100vw;
        min-height: 60vh;*/
        /*        margin-top: -38%;
            
*/
        left: 10%;
        width: 80vw;
        min-height: 60vh;
        /*background-color: darksalmon;*/
    }
    .latimg img {
        margin-top: 31%;
        width: 80%;
    }
    .p6rem {
        font-size: 3.97rem;
    }
    .divwsm {
        width: 50%;
    }
}
@media (max-width: 1200px) { /* Adjust breakpoint as needed */

    .carousel-caption {
        /*height: auto;*/ /* Allow height to adjust based on content */
        /*position: relative;*/ /* Change position to allow content to flow naturally */
        /*top: 0;*/ /* Remove default positioning if present */
        /*left: 0;*/
        /* Add any other desired styling for smaller viewports, e.g., padding */
        /*padding-top: 20px;
        padding-bottom: 20px;
        width: 100vw;
        min-height: 60vh;*/
        /*        margin-top: -38%;
            
*/
        min-height: 60vh;
        /*background-color: darksalmon;*/
    }
    .latimg img {
        margin-top: 40%;
        width: 75%;
    }
    .p6rem {
        font-size: 3.77rem;
    }
    .divwsm {
        width: 50%;
    }


}
@media (max-width: 990px) { /* Adjust breakpoint as needed */
    .carousel-caption {
        height: auto; /* Allow height to adjust based on content */
        position: relative; /* Change position to allow content to flow naturally */
        top: 0; /* Remove default positioning if present */
        left: 0;
        /* Add any other desired styling for smaller viewports, e.g., padding */
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100vw;
        /*margin-top: -38%;*/
        /*background-color: coral;*/
    }

    .latimg img {
        margin-top: 40%;
        width: 75%;
    }

    .p2rem {
        font-size: 1rem;
    }

    .p3rem {
        font-size: 1.35rem;
    }

    .p6rem {
        font-size: 3rem;
    }

    .divwsm {
        width: 100%;
    }
}
@media (max-width: 790px) { /* Adjust breakpoint as needed */
    .carousel-caption {
        height: auto; /* Allow height to adjust based on content */
        position: relative; /* Change position to allow content to flow naturally */
        top: 0; /* Remove default positioning if present */
        left: 0;
        /* Add any other desired styling for smaller viewports, e.g., padding */
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100vw;
        /* margin-top: -38%;*/
        /*background-color: chartreuse;*/
    }

    .p2rem {
        font-size: 1rem;
    }

    .p3rem {
        font-size: 1.35rem;
    }

    .p6rem {
        font-size: 3rem;
    }

    .footersml {
        margin-top: 1%;
        margin-bottom: 3%;
        width: .5%;
    }

    .divwsm {
        width: 100%;
    }
}
@media (max-width: 767.98px) { /* Adjust breakpoint as needed */
    .carousel-caption {
        height: auto; /* Allow height to adjust based on content */
        position: relative; /* Change position to allow content to flow naturally */
        top: 0; /* Remove default positioning if present */
        left:0;
        /* Add any other desired styling for smaller viewports, e.g., padding */
        /*        padding-top: 20px;
        padding-bottom: 20px;*/
        width: 100vw;
        /*margin-top: -38%;*/
        /*background-color: aqua;*/
    }
    .divcc1 {
/*        margin-left: -12%;
*/    } 
    .p2rem {
        font-size: 1rem;
    }
    .p3rem {
        font-size: 1.35rem;
    }
    .p6rem{
        font-size:2.75rem;
    }
    .footersml {
        margin-top: 1%;
        margin-bottom: 3%;
        width: 5%;
    }
    .divwsm {
        width: 100%;
    }
}
@media (max-width: 576px) { /* Styles for tablets and larger */

    .carousel-caption {
        height: auto; /* Allow height to adjust based on content */
        position: relative; /* Change position to allow content to flow naturally */
        top: 0; /* Remove default positioning if present */
        /*background-color: bisque;*/
        left: 7%;
        width: 85%;
    }
    .divcc1 {
        margin-left: 0%;
    }
    .p2rem{
        font-size: 1rem;
        
    }
    .p3rem {
        font-size: 1.35rem;
    }
    .p6rem {
        font-size: 2.75rem;
        text-align: left;
    }
    .footersml {
        margin-top: 1%;
        margin-bottom: 3%;
        width: 6%;
    }
    .divwsm{
        width:100%;
    }
}
.grecaptcha-badge {
        z-index: 9999 !important;
        bottom: 25% !important; /* Adjust as needed */
        /* Add other styles if needed */
    }
