a {
    color: #393939;
    transition: 0.5s;
    text-decoration: none;
}
a:hover {
    color: #edb23a ;
}
.site-img img {
    height: 200px;
}

.site-identity img {
    height: 120px;
}

.site-identity {
    margin-top: 30px;
}

.site-description p {
    font-size: 21px;
    text-transform: uppercase;
    margin: 20px auto 30px;
    width: 100%;
    max-width: 730px;
    font-weight: 500;
    line-height: 27px;
    color: #393939;
    position: relative;
}
#mobi .site-description p a,
#mobi .site-description p {
    color: #f16666;
}

.flip-clock-divider.days,
.flip-clock-divider.hours,
.flip-clock-divider.minutes,
.flip-clock-divider.seconds,
.clock ul:nth-child(1),
.clock ul:nth-child(2),
.clock ul:nth-child(3),
.clock ul:nth-child(4),
.clock ul:nth-child(5),
.clock ul:nth-child(6),
.clock ul:nth-child(7),
.clock ul:nth-child(8),
.clock ul:nth-child(9)
{
    display: none;
}
.flip-clock-wrapper {
    margin: 1rem auto  ;
    display: flex;
    justify-content: center;
}



.secthird p{
    font-size: 21px;
    text-transform: uppercase;
    margin: 20px auto 30px;
    width: 100%;
    max-width: 730px;
    font-weight: 500;
    line-height: 27px;
    color: #393939;
    position: relative;
}
.number p {
    font-size: 7rem;
    margin: 0px;
    margin-top: -45px;
    font-family: 'Lora', serif;
}

.number {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.third p {
    font-size: 24px;
    text-transform: uppercase;
    margin: 20px auto 0px;
    width: 100%;
    max-width: 730px;
    font-weight: 100;
    color: #393939;
    font-family: none;
    position: relative;
}

span.speak {
    font-weight: 900;
}

a.media {
    font-weight: 900;
    font-style: italic;
}

img.logo {
    width: 250px;
}


@media (min-width: 250px) and (max-width: 768px) {
    .site-img img {
        width: 100%;
    }
  }
