@font-face {
    font-family: 'Gabriola';
    font-style: normal;
    font-weight: normal;
    src: local('Gabriola'), url('/assets/gabriola.woff') format('woff');
    }

.index-title{
    color: rgba(0,0,0,.84);
    margin-top:20px;
}
.index-sub{
    color: #129bb6be;

}
.index-text p {
    margin-top:20px;
    margin-left: 20%;
    margin-right: 20%;
    color: rgba(0,0,0);
    font-family: Gabriola;
    font-size: 1.2rem!important;
}
.index-image{
    width: 200px;
}
.social-icon{
    color: rgba(0,0,0,.44);
    font-size:1.5rem;
}
.clock{
    margin-left: 25px;
}
.jumbotron.fortags a {
    background: #129bb6be !important;
    font-family: Gabriola;
    font-size: 1rem;
}
.error{
    text-align: center !important;
}
@media(min-width: 769px){
    .md-nopad-right{
        padding-right: 0px !important;
    }
    .md-nopad-left{
        padding-left: 0px !important;
    }
}

.white-box {
    background-color: white;
    padding: 20px;
    margin-left: 10%;
    margin-right: 10%;
}

.shark {
    font-family: Gabriola;
}

.asset-box {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 1200px;
    gap: 20px;
    flex-direction: row;
}

.asset-image {
    width: 30%;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #e8e9ea, #959595);
}

.asset-image img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
}

.asset-post {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: rgb(195, 236, 236);
    color: rgba(0,0,0);
    font-family: Gabriola;
    font-size: 1.6rem!important;
}


@media (max-width: 1080px) {
    .asset-box {
        flex-direction: column;
    }

    .asset-image {
        width: 100%;
        height: 35vh;
    }

    .asset-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .asset-post {
        width: 100%;
    }
}


.song-image {
    object-fit: cover;
    height: 300px;
}

.song-image img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.song-post {
    margin-top: 5px;
    margin-left: 0px;
    background-color: rgb(195, 236, 236);
    color: rgba(0,0,0);
    font-family: Gabriola;
    font-size: 1.2rem!important;
}

@media(max-width: 1080px){
    .song-line {
        margin: 0;
        padding: 0 0 0 5px;
        font-size: 1.1rem!important;
    }
}


@media(min-width: 1081px){
    .song-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    }

    .song-image {
        width: 30%;
        display: visible;
        object-fit: cover;
        height: 100%;
    }

    .song-post {
        width: 70%;
        margin-top: 0px;
        margin-left: 5px;
        background-color: rgb(195, 236, 236);
        color: rgba(0,0,0);
        font-family: Gabriola;
        font-size: 1.2rem!important;
    }

    .song-line {
        margin: 0;
        padding: 0 0 0 5px;
        font-size: 2rem!important;
    }
}

.song-audio {
    width: 100%;
    height: 50px;
    margin-top: 5px;
}

.hero-wrapper {
    position: relative;
    text-align: center;
    color: white;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.hero-title {
    position: absolute;
    color: #6c7a8f;
    font-family: olicana-smooth;
    font-weight: 400;
}

.hero-newsletter-title {
    position: absolute;
    color: white;
    font-family: olicana-smooth;
    font-weight: 400;
}

@media(max-width: 1080px){
    .hero-title {
        display: none;
        }
    .hero-newsletter-title {
        display: none;
        }
    }

@media(min-width: 1081px){
    .hero-title {
        display: visible;
        bottom: 28%;
        left: 11%;
        font-size: 3rem!important;
        }
    .hero-newsletter-title {
        display: visible;
        bottom: 28%;
        left: 11%;
        font-size: 3rem!important;
        }
}

@media(min-width: 1000px){
    .hero-title {
        display: visible;
        bottom: 30%;
        left: 12%;
        font-size: 3.5rem!important;
        }
    .hero-newsletter-title {
        display: visible;
        bottom: 30%;
        left: 12%;
        font-size: 3.5rem!important;
        }
}

@media(min-width: 1450px){
    .hero-title {
        display: visible;
        bottom: 33%;
        left: 12%;
        font-size: 5rem!important;
    }
    .hero-title-top {
        display: none;
    }
    .hero-newsletter-title {
        display: visible;
        bottom: 33%;
        left: 12%;
        font-size: 5rem!important;
    }
}


.hero-title-top {
    position: absolute;
    color: rgb(252, 239, 209);
    font-family: olicana-smooth;
    font-weight: 400;
    width: 100%
}

@media(min-width: 70px){
    .hero-title-top {
        display: visible;
        width: 100vw;
        top: 11%;
        font-size: 2rem!important;
        line-height: 0.9;
        padding-top: 15px;
        backdrop-filter: blur(10px);
        background: rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    
        }
}

@media(min-width: 1081px){
    .hero-title-top {
        display: none;
        }
}

.hero-title-top-container {
    position: relative;
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    color: white;
    text-align: center;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  }

.hero {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    color: white;
    text-align: center;
    padding: 50px 0;
    font-family: Gabriola;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.herolanding {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    color: white;
    text-align: center;
    padding: 50px 0;
    font-family: Gabriola;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    display: flex;
    align-items: center;
}
.background {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    color: #129bb6;
    text-align: center;
    padding: 50px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.features, .testimonials, .giveaway, .contact {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 50px 0;
    background-color: #fff;
}

.features {
    position: relative; /* Ensure the .features section is the positioning context */
    padding-bottom: 100px; /* Add padding to make space for the overlapping image */
}

.feature-bottom {
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 20%;
    max-width: 20%;
    height: auto;
    z-index: 1; /* Ensure the image overlaps other elements */
}

.giveaway .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media(max-width: 1080px) {
    .feature-bottom {
        width: 50%;
        right: 15px;
    }
}

.testimonials .container {
    max-width: 1200px;
    padding: 0 20px;
}

.testimonials .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}    

.testimonials .testimonials-grid {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.testimonials blockquote {
    padding: 20px;
    background-color: #f9f9f9;
    border-left: 5px solid #129bb6;
    border-right: 5px solid #129bb6;
    border-radius: 7%;
    box-shadow: #959595 0px 0px 15px;
    margin: 0;
    display: flex
    justify-content: center;
    align-items: center;
}

.testimonials blockquote p {
    margin: 0 0 10px;
    font-size: 2rem;
    font-family: gabriola;
}

.testimonials blockquote cite {
    display: block;
    font-style: normal;
    font-size: 2rem;
    font-family: gabriola;
    font-style: bold;
    color: #666;
}

.container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.cta_button {
    display: inline-block;
    background-color: #0f7a8f;
    padding: 12px 24px;
    font-family: olicana-smooth;
    color: white;
    font-weight: 500;
    text-decoration: none;
    text-shadow: #0f7a8f;
    border-radius: 14px;
    transition: background-color 0.3s;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.cta_button:hover {
    background-color: #41b9d1;
    color: white;
    font-family: olicana-smooth;
    font-weight: 500;
    text-decoration: none;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.5); /* Inset box shadow */
}

.button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #129bb6;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.button:hover {
    background-color: #0f7a8f;
    color: white;
    text-decoration: none;
}

@media(max-width: 1080px){
    .hero {
        margin-top: 0px;
        padding: 30px 0;
        min-height: 400px;
    }
    
    .herolanding {
        margin-top: 0px;
        padding: 30px 0;
    }

    .background {
        min-height: 300px;
        background-color:  #129bb6;
    }

    .background .image-content {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 50px;
        margin-top: 30px;
    }

    .background .image-content img {
        height: 250px;
        object-fit: cover;
        border: 15px solid white;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
        transform: rotate(5deg) translateY(-100px);;
    }

    .background .text-content {
        width: 100%;
        color: white;
    }

    .background .container {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
    }

    .features .container h2 {
        font-size: 3rem;
        margin-bottom: 25px;
    }

    .features .container li {
        font-size: 1.6rem;
        line-height: 150%;
        font-family: gabriola;
    }
    .features .container ul {
        margin-bottom: 30px;
    }

    .container .text-content h2 {
        margin-top: -30px;

        font-size: 3rem;
    }

    .container .text-content p {
        font-size: 1.6rem;
        line-height: 150%;
        font-family: gabriola;
    }

    .testimonials .testimonials-grid {
        flex-direction: column;
    }
    
    .testimonials .container h2 {
        font-size: 3rem;
        margin-bottom: 25px;
    }

    .giveaway .container img{
        margin-top: -15px;  
        width: 150px;
        margin-bottom: 5px;
    } 

    .giveaway .container h2{
        margin-top: 25px;  
        text-align:center;
        font-size: 3rem;
        margin-bottom: 25px;
    } 


    .giveaway .container p{
        font-size: 1.7rem;
        font-weight: 600;
        text-align: center;
        font-family: gabriola;
    } 

    .giveaway .container ul{
        list-style-image: url('/images/smallflower.png');
        margin-bottom: 25px;  
        font-size: 1.7rem;
        font-family: gabriola;
    } 

    .giveaway .container li{
        margin-bottom: 5px;  
    } 
  
    .cta_button, .cta_button:hover {
        font-size: 1.7rem;
    }
    .herolanding .container, .features .container, .background .container, .testimonials .container, .giveaway .container, .contact .container {
        padding: 0 20px;
    }
    .hero-title-top {
        top: 16%;
        padding-top: 20px;
    }

}

@media(min-width: 768px){
    .herolanding .container, .features .container, .background .container, .testimonials .container, .giveaway .container, .contact .container {
        padding: 0 60px;
    }
    .hero-title-top {
        top: 80px;
        padding-top: 20px;
    }

}

@media(min-width: 1081px){
    .background .container {
        display: flex;
        align-items: center;
        flex-direction: row;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        color:  #129bb6;
    }

    .background {
        background-color:  #129bb6;
    }

    .background .text-content {
        width: 66%;
        padding: 20px;
        color: white;
        margin-right: 30px;
    }

    .background .image-content {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 30px;
    }

    .background .image-content img {
        height: 500px;
        object-fit: cover;
        border: 15px solid white;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
        transform: rotate(5deg) translateY(-100px);;
    }

    .features .container h2 {
        font-size: 5rem;
        margin-top: 40px;
        margin-bottom: 25px;
    }

    .features .container li {
        font-size: 2.2rem;
        line-height: 150%;
        font-family: gabriola;
    }
    .features .container ul {
        margin-bottom: 30px;
    }

    .container .text-content h2 {
        font-size: 5rem;
    }

    .container .text-content p {
        font-size: 2.2rem;
        line-height: 150%;
        font-family: gabriola;
    }

    .testimonials .container h2 {
        font-size: 5rem;
        margin-bottom: 25px;
    }

    .testimonials .testimonials-grid {
        flex-direction: row;
    }

    .giveaway .container img{
        margin-top: -15px;  
        width: 200px;
        margin-bottom: 5px;
    } 

    .giveaway .container h2{
        margin-top: 25px;  
        text-align:center;
        font-size: 5rem;
        margin-bottom: 25px;
    } 


    .giveaway .container p{
        font-size: 3rem;
        font-weight: 600;
        text-align: center;
        font-family: gabriola;
    } 

    .giveaway .container ul{
        list-style-image: url('/images/smallflower.png');
        margin-bottom: 25px;  
        font-size: 2rem;
        font-family: gabriola;
    } 

    .giveaway .container li{
        margin-bottom: 5px;  
    } 
  

    .cta_button, .cta_button:hover {
        margin-top: 20px;
        font-size: 3rem;
    }
    .herolanding .container, .features .container, .background .container, .testimonials .container, .giveaway .container, .contact .container {
        padding: 0 60px;    
    }
}

@media(max-width: 510px) {
    .hero {
        background-size: cover;
        background-position: center;
        min-height: 300px; /* Adjust the height as needed */
    }

    .hero-title-top {
        font-size: 1.5rem!important;
        top: 20%;
        padding-top: 12px;

    }


}

.hero .container, .features .container, .background .container, .testimonials .container, .giveaway .container, .contact .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.herolanding .container, .features .container, .background .container, .testimonials .container, .giveaway .container, .contact .container {
    max-width: 1200px;
    margin: 0 auto;
}

.herolanding {
    height: 100vh;
    width: 100vw;
    background-attachment: scroll;
}

.my-newsletter {
    background-image:  url('/images/tile2.png');
    background-repeat: repeat;
}

.contact .container p, .contact .container li {
    font-family: gabriola;
    font-size: 1.4rem;
}
