/*
 Theme Name:   Sparkelek
 Theme URI:    http://clubelek.fr/
 Description:  A Sparkling child theme adaptated for the Clubelek
 Author:       Benoit Renault aka. Forgeling
 Author URI:   http://forgeling.com/
 Template:     sparkling
 Version:      1.0.0
*/

/* @import url("../sparkling/style.css"); */
@import url("./style.css");

#colophon {
    border: none;
}

html .post-inner-content:first-child {
    border-top: none;
}

.post-inner-content {
    background-color: rgba(255, 255, 255, 0.7);;
    border: none;
}

.flex-caption h2 {
    background: rgba(25, 174, 194, 0.7);
}

.entry-title a:hover {
  color: #19aec2;
}

canvas
{
	display: block;
	vertical-align: bottom;
    height:100%;
    width: 100%;
}
#particles-js
{
	background-color: inherit;
	/* background-image: url(""); */
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: absolute;
	width: 100%;
}

/* Adding support for social media */

#menu-social li a[href*="thingiverse.com"] .fa:before{content:"\f1b2"}
#menu-social li a[href*="diaspora.clubelek.fr"] .fa:before{content:"\f069"}
