@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
body {
    margin: 0;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size:1rem;
    color: #333;
    line-height: 1.8em;
}
section {
    padding: 40px 0;
}
.xclusive {
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
}
h1 {
    color: rgb(255, 0, 0);
    line-height: 1.2em;
    font-size:3rem;
    text-align: center;
    font-weight: 900;
}
h2 {
    color: rgb(255, 0, 0);
    line-height: 1.2em;
    font-size:2.5rem;
    text-align: center;
    font-weight: 700;
    padding-bottom: 25px;    
}
.text {
    font-family: 'Roboto', sans-serif;
    font-size:21px;
    font-weight: 300;
}
.text p {
    padding-bottom: 25px;
}
.bold {
    font-weight: 700;
}
.star {
    padding-left: 0;
}
.star li {
    background: url(../images/star.jpg) no-repeat left top;
    padding:0px 0px 3px 55px;
    list-style: none;
    margin-bottom:30px;
}
.yes {
    padding-left: 0;
}
.yes li {
    background: url(../images/yes.jpg) no-repeat left top;
    padding:0px 0px 3px 55px;
    list-style: none;
    margin-bottom:30px;
    font-weight: 700;
}
.btn-yellow {
    background: #ffc24d;
    color: #000;
    font-size:24px;
    font-weight: 700;
    transition: all 0.5s;
    border-radius:5px;
    padding:20px;
    border:none;
    text-transform: uppercase;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.24);
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.btn-yellow.focus,
.btn-yellow:active,
.btn-yellow:focus,
.btn-yellow:hover,
.open>.dropdown-toggle.btn-yellow {
    background: #02b6fb;
    color: #fff;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.24);
}
#clockdiv{
    color: #d34e3c;
    display: inline-block;
    text-align: center;
}
#clockdiv > div{
    padding:20px;
    border-radius:5px;
    display: inline-block;
    width: 150px;
    margin: 14px;
    border: solid 1px #d34e3c;
}
#clockdiv div > span{
    padding-top:20px;
    display: inline-block;
    font-size:62px;
    font-weight: 700;
}
.smalltext{
    padding-top: 5px;
    font-size:18px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer {
    border-top: solid 1px #d6d6d6;
    margin-top: 50px;
    padding-top: 30px;
    text-align: center;
}
.footer a{
    font-weight: 700;
    color: #696969;
    margin: 0 5px;
}
@media (max-width:768px) {
h1 {
    font-size:2rem;
}
h2 {
    font-size:1.8rem;  
}
}