#dnn_CarouselPane img {
    width: 100%;
}

.navbar-toggler {
    margin: 10px;
}

.button:visited {
    color: #fff;
}

#ContentTwoColumn img {
    border-radius: 0px;
    padding:03px;
    border-bottom: none;
    border-right: none;
}

.color-border {
    border-radius: 50px 0px 50px 0px !important;
    padding: 3px !important;
    border-bottom: 1px solid #C21907 !important;
    border-right: 1px solid #C21907 !important;
}

.book-button,
.book-button-red {
    display: inline-block;
}

.book-button-red {
    padding: 10px 30px;
    border-radius: 5px;
    border: 2px solid #C21907;
    background-color: #C21907;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .book-button-red:hover {
        background-color: #fff;
        color: #C21907;
        text-decoration: none;
    }

    .book-button-red:visited {
        color: #fff;
    }

        .book-button-red:visited:hover {
            color: #C21907;
        }

@media screen and (max-width: 992px)  {
	.yt-vid {
      width: 350px !important;
      height: 197px !important;
    }
}





