/*
fec22c		>>	#5fa7d9
fb9202		>>	#21408a
*/

footer.wrapper_footer{
    background: #fff;
    z-index: 1;
}




section[data-cattype="246"] {
    background-image: linear-gradient(180deg, #21408a 0%, #21408a 40%, #5fa7d9 100%);
    background-size: 100% 100%;
    background-color: #5fa7d9;
    background-repeat: no-repeat;
    padding: 0 15px;

    overflow: hidden;
    /* animation: gradient 8s ease-in-out infinite; */

    height: 60vh;
    z-index: 1;
}

[data-cattype="246"] canvas.particles-js-canvas-el{
    position: fixed;
    top: 0; 
    left: 0;
    z-index: -999;
    width: 100%;
}

[data-cattype="246"] .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 100%;

    max-width: 100%;
    width: 690px;
}



[data-cattype="246"] h1{
    font-size: 4.5em;
    font-weight: 800;
    /* text-transform: uppercase; */
    width: 100%;
    color: #fff;
    z-index: 1;
    position: relative;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.33); 
}
[data-cattype="246"] h1 .black{
    color: #fec21c;
    text-shadow: none; 
}

[data-cattype="246"] p{
    font-size: 1.2em;
    font-weight: 500;
    margin: 10px 0;
	color: #fff;
}




@keyframes gradient {
    0% {
        background-size: 100% 100%;
    }
    50% {
        background-size: 100% 60%;
    }
    100% {
        background-size: 100% 100%;
    }
}


/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (max-width: 980px) {
	
    [data-cattype="246"] h1{
        font-size: 3.6em;
        line-height: 1.2;
    }
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {

      section[data-cattype="246"] {
		  padding-top: 12vh;
	  }

}

