.owl-theme .owl-dots .owl-dot {
    outline: none;
}

#updates {
    padding-top: 2%;
}

#updates h1, #updates-content {
    text-align: center;
    line-height: normal;
}

#updates-content {
    display: block;
    font-size: 1.6em;
    margin-top: 60px;
    padding: 0 10%;
    margin-bottom: 60px;
}

#homepage .slider-container {


}

/* 1. Make the span a block so it fills its container's width */
#teaser-happy-hour {
    display: block;
    width: 12%;
    position: absolute;
    z-index: 10;
    top: 10%;
    right: 25%;
    background-color: rgba(255, 255, 255, 0.80);
    border: 4px solid #d22234;
    border-radius: 40px;
    transform: rotate(4deg);/* box-shadow: horizontal vertical blur spread color; */
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
    padding:30px;
}

/* 2. Make the anchor tag a block so it wraps the image perfectly */
#teaser-happy-hour a {
    display: block;
}

/* 3. Scale the image to 100% of the wrapper's width */
#teaser-happy-hour img {
    width: 100%; /* Makes the image stretch or shrink to fit */
    height: auto; /* Keeps the image proportions from distorting */
    display: block; /* Removes the tiny empty gap that naturally appears under inline images */
}

@media screen and (max-width: 620px){
    #updates-content {
        display: block;
        font-size: 1.2em;
        margin-top: 30px;
        padding: 0 10%;
        margin-bottom: 160px;
    }

    /* 1. Make the span a block so it fills its container's width */
    #teaser-happy-hour {        
        width: 25%;
        
    }
}

