/* 

    @ mytcreative 
*/


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

h1 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight:300;
    letter-spacing: 2px;
    font-size: 3rem; line-height: 1;	

}

h2, h3, h4, h5, h6 {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, 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 {
    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:80vh;
    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('/IMG/nbcooljc_pillar_logo_feature.webp');
    /* transition: background 0.3s, border-radius 0.3s, opacity 0.3s; */
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nbcooljc_bg {
    background-image: url('/IMG/nbcooljc_pillar_logo_feature.webp');

    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    height: 100%;
}

.tsw-h1-wh {
    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-weight: 400;
}

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


