body{
	background-image: url("../images/ban5.jpeg");
}

.spacecounter .spacenotify .field {
    width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.logo img.logo {
    position: relative;
    z-index: 1;
    width: 300px;
    margin: auto;
}

.logo{
	text-align: center;
}

.item-counter{
	display: inline-block;
	/*flex: 25%;*/
	margin: 1%;

}

.container-counter{
	margin: auto;
	color: #fff;
	padding: 2%;
	font-size: 30px;
	width: auto;
	/*flex-wrap: wrap;
	display: flex;*/
	text-align: center;
}

.item-counter > .number{
	font-size: 80px;
    font-weight: 500;
    line-height: 80px;
}

.label-item-counter{
	font-size: 16px;
    text-transform: uppercase;
    font-weight: 100;
}

input[type=email]{
	background: rgba(255, 255, 255, 0.13);
    color: #fff;
    font-size: 14px;
    border: solid 3px #fff;
    padding: 0 22% 0 2%;
    width: 10%;
    height: 52px;
    float: none;
}


input[type=submit]{
	background: #fff;
    margin: 0px 0 0 -129px;
    padding: 0px 20px 0px 20px;
    height: 52px;
    border: none;
    font-weight: 900;
    cursor: pointer;
    position: relative;
    float: none;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    backface-visibility: hidden;
    overflow: hidden;
    transition-duration: 0.5s;
    transition-property: color, background-color;
}

ul li{
	color: #fff;
    font-size: 22px;
    border: solid 2px #fff;
    border-radius: 100%;
    padding: 13px 0 0 0;
    text-align: center;
    display: inline-block;
    width: 45px;
    height: 32px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

li a {
	color: #fff !important;
}

.medias{
	margin: 42px 0 0 0;
}

canvas {
	position: absolute !important;
	width: 100% !important;
	top: 0;
	text-align: center;
	height: 100% !important;
	z-index: -1;
}