@import url('https://fonts.googleapis.com/css?family=Song+Myung&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200&display=swap');

body.home .vc_custom_1546828365324 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#great-of-month {
    margin-top: 6px;
    margin-bottom: 12px;
    font-size: 14px;
    padding: 0 0 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 10px;
}
#great-of-month h3 {
    text-align: center;
    font-size: 1.4em;
    font-weight: 700;
    background-color: #b00000;
    color: white;
    border-radius: 10px 10px 0 0;
    padding:6px 0;
}
#great-of-month h4 {
    margin-top:1em;
    text-align:center;
    line-height:1.3rem;
    font-family: 'Song Myung', serif !important;
}
#great-of-month h4 b {
    color:#9c1e1e;
    font-size:24px;
    font-weight:bold;
}
#great-of-month h4 small {
    font-family: 'Martel Sans', sans-serif;
    font-size:12px;
    line-height:1.3;
    margin-top: 10px;
    display: block;
}

#great-of-month img {
    display:block;
    max-width:180px;
    margin-bottom:1em;
    margin-left:auto;
    margin-right:auto;
    border-radius:8px;
    width:100%;
}

#great-of-month a {
    padding: .4rem 1.2rem;
    background-color: #DFCA8C;
    color: black;
    text-decoration: none;
    transition: all 300ms ease-in-out;
    border-radius: 30px;
    font-size:12px;
}
#great-of-month a:hover { background-color: #726647;color:white;text-decoration:none; }

#great-of-month p {
    font-size:12px;
    line-height:1.4;
    padding-left:26px;
    padding-right:26px;
    text-align:center;
}
