/* ---- reset ---- */

body {
    margin: 0;
    font: normal 75% "roboto", Arial, sans-serif;;
}
canvas {
    display: block;
    vertical-align: bottom;
}
/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffa64c;
    background-image: url("../img/glattspark-bck.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#title {
    color: white;
    font-size: 5em;
    margin: 0 auto;
    width: 100%;
    position: relative;
	text-align:center;
	padding-top:20%;
	
}

#title span, #subtitle span{
	background: rgba(0, 0, 0, 0.2);
	padding:10px;
}
#subtitle {
    color: white;
    font-size: 1.3em;
    margin: 20px auto;
    width: 100%;
    position: relative;
	text-align:center;
	
}
.by-k99 {
    color: white;
    font-size: 1.3em;
    margin: 20px auto;
    width: 100%;
    position: relative;
	text-align:center;
	background: rgba(0, 0, 0, 0.2);
}
.by-k99 a {
    color: white;
	text-decoraion:none;
	background: rgba(0, 0, 0, 0.4);
}
/* ---- stats.js ---- 

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.js-count-particles {
    font-size: 1.1em;
}
#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}
#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}
.count-particles {
    border-radius: 0 0 3px 3px;
}*/


/* ---- simplyCountdown ---- */

.simply-countdown-one {
  /* The countdown */
width:100%;
margin:0px auto;
text-align:center;
}

.simply-countdown {
  /* The countdown */
  margin-top: 3em;
  margin-bottom: 3em;
}

.simply-countdown > .simply-section {
  /* coutndown blocks */
  display: inline-block;
  width: 110px;
  height: 120px;
  background: rgba(0, 0, 0, 0.4);
  border-bottom: 4px solid #FED888;
  margin: 0 7px;
  position: relative;
  animation: pulse 1.01s ease infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.simply-countdown > .simply-section > div {
  /* countdown block inner div */
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  width: 110px;
}

.simply-countdown > .simply-section .simply-amount,
.simply-countdown > .simply-section .simply-word {
  display: block;
  color: white;
  /* amounts and words */
}

.simply-countdown > .simply-section .simply-amount {
  font-size: 40px;
  /* amounts */
}

.simply-countdown > .simply-section .simply-word {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 12px;
  /* words */
}
