@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,600;1,100&family=Raleway:wght@200&display=swap');
body,html{
    margin: 0;
    padding: 0;
}
*{
    box-sizing: border-box;
}
#spark-footer{
    width: 100%;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 1.5rem;
    position: relative;
    background-color: #131313;
    padding-bottom: 1rem;
}
#spark-footer >*{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: row wrap;;
}
#spark-footer .logo{
   padding: 2rem;
	width: 100%;
	display:flex;
	justify-content: center;
}
#spark-footer .logo img{
    height: 100%;
	width: 50%;
	max-width: 300px;
    width: auto;
	cursor: pointer;
}
#spark-footer .tagline{
    white-space: pre;
}
#spark-footer .tagline i{
    color: #7158e2;
}
#spark-footer .top, #spark-footer .top svg{
    height: 100%;
    width: 100%;
}
#spark-footer .top{
    min-height: 100%;
    position: absolute;
}
/* #spark-footer::before{
    content: ' ';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-position: left top;
    background-size: auto;
    background-repeat: repeat no-repeat;
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1200  80' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 59L50 55C100 51 200 44 300 30C400 15 500 -6 600 1C700 8 800 44 900 59C1000 73 1100 66 1150 62L1200 59V80H1150C1100 80 1000 80 900 80C800 80 700 80 600 80C500 80 400 80 300 80C200 80 100 80 50 80H0V59Z' fill='%232D3436'/></svg>");
    z-index: -1;
    bottom: 100%;
} */

.footer .logo{
	
}