﻿@font-face {
    font-family: Montserrat;
    src: url(../Public/Fonts/droid/Montserrat-Regular.ttf ) format('truetype')
}

.countdown {
    font-family: Montserrat;
    text-align: center;
    font-size: 1vw;
    /*font-weight: bold;*/
    background: rgba(0,0,0,0.5);
    border: 1px solid #717171;
    margin-bottom: 2px;
    margin-top: 2px;
}

.timer-txt {
    font-family: Montserrat;
    font-size: 1vw;
    padding: 0 4% 0 1%;
}
