﻿.hc {
    margin-top: 18px;
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 20px;
    background-image: url('/images/default-source/default-album/hurricane-clock-background.jpg');
    background-size: cover;
    border-radius: 6px;
    text-shadow: 1px 1px 2px black;
}

    .hc h2 {
        color: white !important;
        width:70% !important;
        font-size: 32px !important;
        font-family: Montserrat;
    }

    .hc h2.weekready{
        font-size:36px !important;
        width:100% !important;
    }

.hc-table{
    width:60%;
    margin-top:32px;
    margin-bottom:50px;
    min-height:92px;
}

.hc-cell {
    text-align: center;
    font-size: 50px;
    padding: 5px;
    background: #487989;
    background:none;

    border-spacing: 3px;
    font-family: Montserrat;
    font-weight: bold;
    color: white;
    line-height: 1em;
}

    .hc-cell:first-child{
        border-radius:6px 0 0 6px;
    }

        .hc-cell:last-child {
            border-radius: 0 6px 6px 0;
        }

.hc h3{
    margin-bottom:0 !important;
    color:white !important;
    padding-bottom:4px !important;
    border-style:none !important;
}

@media(max-width:991px) {
    .hc div[class*="col-lg-"]{
        margin-bottom: 3px !important;
        border-radius:0px;
    }

    .hc-table{
        width:100%;
        margin-right:0;
        margin-left:0;
    }

    .hc h2{
        width:100% !important;
        text-align:center !important;
    }
}