body {
    margin: 0;
    padding: 0;
    /*background: url('img/comingsoon_bg_v3.jpg') no-repeat bottom center fixed;*/
    background-size: cover;
    font-family: Arial, sans-serif;
    color: #fff;
    text-align: center;
     /* top, transparent black, faked with gradient */ 
    background: linear-gradient(
        rgba(0, 0, 0, 0.3), 
        rgba(0, 0, 0, 0.5)
      ),
      /* bottom, image */
      url('img/Lyrasonix_BG_Clean.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-attachment: fixed;
    background-size: cover;
}

#particles {
    position: absolute;
    width: 100%;
    height: 90%;
    margin: 0;
    padding: 0;
}

#content {
    position: absolute;
    top: calc(50% + 60px);
    left: 50%;
    width: calc(100%);
    transform: translate(-50%, -50%);
    /* background-color: rgba(0,0,0,0.6); */
    padding: 20px 0;
}

h1 {
    font-size: 46px;
    margin: 0;
}

.timelabel {
    font-size: 10px;
}

p {
    font-size: 18px;
}

#countdown {
    font-size: 36px;
    font-weight: bold;
    margin: 20px;
}

#logo {
    width: calc(100%);
    padding-bottom: 30px;
    padding-top: 30px;
    /* background-color: rgba(0,0,0,0.7); */
    /* background: linear-gradient(to bottom right, rgba(87, 166, 143, 0.7), rgba(2, 51, 69, 0.7)); */
    position: absolute;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

#logo{
    min-width: 300px;
    color: #FFF;
}
.big-logo {
    width: 100%;
    position: fixed;
}

.big-logo img {
    width: 100%;
    position: relative;
}



svg .cls-1{
    fill: #57a68f;
    color: #57a68f
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #logo h1 {
        font-size: 2em;
        margin-top: -40px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #logo h1 {
        font-size: 2em;
        margin-top: -80px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #logo h1 {
        margin-top: -100px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #logo h1 {
        margin-top: -140px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #logo h1 {
        margin-top: -170px;
    }
}

@media only screen and (min-width: 1600px) {
    #logo h1 {
        margin-top: -220px;
    }
}