/* 
    The SiNGWeLL
    by Pamela Bynum
    @ mytcreative 
*/

@import url(//fonts.googleapis.com/css?family=Lato:300:400);


/* 
    *********************************
    Wave animation  
    by Daniel Österman | 2019 | Free to use 
    */


h1 {
    font-family: 'Lato', sans-serif;
    font-weight:300;
    letter-spacing: 2px;
    font-size: 3rem; line-height: 1;	

}

h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    line-height: 1.25;	
}


h2 {
    font-size: 2.25rem; 
    line-height: 2.5rem;
}

h3 {
    font-size: 1.875rem; 
    line-height: 2.25rem;
}

h4 {
    font-size: 1.5rem; 
    line-height: 2rem;
}

h5 {
    font-size: 1.25rem; 
    line-height: 1.75rem;
}

h6 {
    font-size: 1rem; 
    line-height: 1.5rem;
}

p {
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    /* font-size:14px; */
    color: #333333;
}

.header {
    position:relative;
    text-align:center;
    background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);
    color:white;
}

footer {
    color:#ffffff;    
    position:relative;
    text-align:center;
    background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);

}

footer p {
    color: #ffffff;
}

.logo {
    width:50px;
    fill:white;
    padding-right:15px;
    display:inline-block;
    vertical-align: middle;
}

.inner-header {
    height:65vh;
    width:100%;
    margin: 0;
    padding: 0;   
}

/*Flexbox for containers*/
/* .flex { 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    } */

.waves {
    position:relative;
    width: 100%;
    height:15vh;
    margin-bottom:-7px; /*Fix for safari gap*/
    min-height:100px;
    max-height:150px;
}

.content {
    position:relative;
    height:20vh;
    text-align:center;
    background-color: white;
}

/* Animation */

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
    transform: translate3d(-90px,0,0);
    }
    100% { 
        transform: translate3d(85px,0,0);
    }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height:40px;
        min-height:40px;
    }
    .content {
        height:30vh;
    }
    h1 {
        font-size:24px;
    }
}
/* 
    *********************************
    end Wave animation  
    */

.tsw-blu {
    background-color: #3E3C51; 
}

.tsw-blu:hover {
    background-color: #1f1e29; 
}

.tsw-green {
    background-color:#048185;
}

.tsw-green:hover {
    background-color:#02969b;
}

.tsw-aqua {
    background-color: #13BCED;
}

.tsw-aqua:hover {
    background-color:#007b9d;
}

.tsw-bg-pray-ov {
    background-color: transparent;
    background-image: linear-gradient(180deg, #3E3C51AD 0%, #3E3C51 100%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}


/* 
Using rgba color gradient you make transparent anything you like, including body background-image:
body{
background-image:linear-gradient(rgba(250, 250 ,250, .5), rgba(250, 250 ,250, .5)),url(”);
} */


.tsw-bg-pray {
   /* background-color: #3E3C51 var( --tw-gradient-stops ); */
   /* --tw-gradient-from: #3e3c51;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, #3e3c514e); */
    /* background-color: #3e3c51a9; */
        background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgb(0, 172, 193) 100%);

    background-image: linear-gradient(180deg, #3e3c5188 100%, #00abc17a 100%), url('https://thesingwell.church/wp-content/uploads/2020/05/ben-white-bEbqpPeHEM4-unsplash.jpg');
    /* transition: background 0.3s, border-radius 0.3s, opacity 0.3s; */
    background-attachment: fixed;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tsw-h1-wh {
    font-family: "Raleway", Sans-serif;
    font-weight: 400;
    text-shadow: 3px 1px 3px rgb(0 0 0 / 30%);
    color: #ffffff; 
        /* margin-block-start: 0.83em;
    margin-block-end: 0.83em; */
}

.tsw-h1 {
    font-family: "Raleway", Sans-serif;
    font-weight: 400;
}

.tsw-h1-blu {
    font-family: "Raleway", Sans-serif;
    font-weight: 400;
    text-shadow: 3px 1px 3px rgb(0 0 0 / 30%);
    color: #13BCED; 
}


.tsw-kit-1813 {
    --e-global-color-primary: #13BCED;
    --e-global-color-secondary: #3E3C51;
    --e-global-color-text: #555555;
    --e-global-color-accent: #FFC004;
    --e-global-color-d3ae19d: #FDFDFD;
    --e-global-color-785b64d: #E5E9EE;
    --e-global-color-b41e63e: #005CFF;
    --e-global-color-4ade329: #EDEDED;
    --e-global-color-ec25634: #FFFFFF;
    --e-global-color-8fa36e4: #999999;
    --e-global-color-a047deb: #000000;
    --e-global-color-07414c8: #FFFFFF00;
    --e-global-color-8213299: #FFFFFF10;
    --e-global-color-5d1f49b: #00000010;
    --e-global-color-2e94d37: #50B4B3;
    --e-global-color-76c45ba: #FFC004;
    --e-global-color-8313dd6: #935E9B;
    --e-global-typography-primary-font-family: "Lato";
    --e-global-typography-primary-font-size: 16px;
    --e-global-typography-primary-font-weight: 400;
    --e-global-typography-primary-font-style: normal;
    --e-global-typography-primary-line-height: 1.5em;
    --e-global-typography-secondary-font-family: "Lato";
    --e-global-typography-secondary-font-size: 11px;
    --e-global-typography-secondary-font-weight: 600;
    --e-global-typography-secondary-text-transform: uppercase;
    --e-global-typography-secondary-line-height: 1.5em;
    --e-global-typography-secondary-letter-spacing: 3px;
    --e-global-typography-text-font-family: "Lato";
    --e-global-typography-text-font-size: 12px;
    --e-global-typography-text-font-weight: 700;
    --e-global-typography-text-text-transform: uppercase;
    --e-global-typography-text-line-height: 1.5em;
    --e-global-typography-text-letter-spacing: 3px;
    --e-global-typography-accent-font-family: "Montserrat Alternates";
    --e-global-typography-accent-font-size: 21px;
    --e-global-typography-accent-font-weight: 300;
    --e-global-typography-accent-font-style: normal;
    --e-global-typography-accent-line-height: 1.4em;
    --e-global-typography-86332c7-font-family: "Montserrat";
    --e-global-typography-86332c7-font-size: 50px;
    --e-global-typography-86332c7-font-weight: 200;
    --e-global-typography-86332c7-line-height: 1.1em;
    --e-global-typography-906ded2-font-family: "Lato";
    --e-global-typography-906ded2-font-size: 15px;
    --e-global-typography-906ded2-font-weight: 500;
    --e-global-typography-906ded2-line-height: 1.5em;
    --e-global-typography-906ded2-letter-spacing: 0px;
    --e-global-typography-5ec7628-font-family: "Chivo";
    --e-global-typography-5ec7628-font-size: 13px;
    --e-global-typography-5ec7628-font-weight: 400;
    --e-global-typography-5ec7628-font-style: normal;
    --e-global-typography-5ec7628-line-height: 1.5em;
    --e-global-typography-cae1a9c-font-family: "Montserrat";
    --e-global-typography-cae1a9c-font-size: 21px;
    --e-global-typography-cae1a9c-font-weight: 300;
    --e-global-typography-cae1a9c-line-height: 1.4em;
    --e-global-typography-a9df466-font-family: "Lato";
    --e-global-typography-a9df466-font-size: 68px;
    --e-global-typography-a9df466-font-weight: 700;
    --e-global-typography-a9df466-text-transform: capitalize;
    --e-global-typography-a9df466-line-height: 1em;
    --e-global-typography-4b4aecd-font-family: "Lato";
    --e-global-typography-4b4aecd-font-size: 50px;
    --e-global-typography-4b4aecd-font-weight: 700;
    --e-global-typography-4b4aecd-text-transform: capitalize;
    --e-global-typography-4b4aecd-line-height: 1.1em;
    --e-global-typography-d9fa867-font-family: "Lato";
    --e-global-typography-d9fa867-font-size: 38px;
    --e-global-typography-d9fa867-font-weight: 700;
    --e-global-typography-d9fa867-text-transform: capitalize;
    --e-global-typography-d9fa867-line-height: 1.2em;
    --e-global-typography-6b970ff-font-family: "Lato";
    --e-global-typography-6b970ff-font-size: 28px;
    --e-global-typography-6b970ff-font-weight: 700;
    --e-global-typography-6b970ff-text-transform: capitalize;
    --e-global-typography-6b970ff-line-height: 1.3em;
    --e-global-typography-d9f56ad-font-family: "Lato";
    --e-global-typography-d9f56ad-font-size: 21px;
    --e-global-typography-d9f56ad-font-weight: 700;
    --e-global-typography-d9f56ad-text-transform: capitalize;
    --e-global-typography-d9f56ad-line-height: 1.4em;
    --e-global-typography-6e340fb-font-family: "Lato";
    --e-global-typography-6e340fb-font-size: 16px;
    --e-global-typography-6e340fb-font-weight: 700;
    --e-global-typography-6e340fb-text-transform: capitalize;
    --e-global-typography-6e340fb-font-style: normal;
    --e-global-typography-6e340fb-line-height: 1.5em;
    --e-global-typography-21c1e1d-font-family: "Raleway";
    --e-global-typography-21c1e1d-font-size: 100px;
    --e-global-typography-21c1e1d-font-weight: 700;
    --e-global-typography-21c1e1d-text-transform: capitalize;
    --e-global-typography-21c1e1d-font-style: normal;
    --e-global-typography-21c1e1d-line-height: 1em;
    color: var( --e-global-color-text );
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-size: var( --e-global-typography-primary-font-size );
    font-weight: var( --e-global-typography-primary-font-weight );
    font-style: var( --e-global-typography-primary-font-style );
    line-height: var( --e-global-typography-primary-line-height );
}