@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed');

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

.weather {
    display: none;
}

h1, h2, h3, h4 {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

a:visited:hover {
    text-decoration: none;
    color: #000;
}

.Normal {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
}

#dnn_ParallaxPane {
    display: none;
}

.image-shadow {
    border-radius: 10px;
    box-shadow: 2px 4px 6px rgba(0,0,0,.4);
}

.image-border-black {
    border-radius: 50px 0px 50px 0px;
    padding: 3px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.black-border {
    border-radius: 10px;
    border: 3px solid #000;
}

.zoom-button {
    height: auto;
    max-width: 330px;
    width: 100%;
}

.navbar {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.dropdown-menu {
    min-width: 12rem;
}

.top-header a .bi {
    display: inline-block;
    font-size: 2rem;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.top-header a .bi:hover {
    background-color: #fff;
    color: #fa0a09;
}

.navbar-dark .navbar-toggler {
    border-color: rgba(255,255,255,.9);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.home-book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border-radius: 5px;
    border: none;
    background-color: #fff;
    color: #f90a07 !important;
    text-shadow: none;
    -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;
}

.home-book-button:hover {
    background-color: #f90a07;
    color: #fff !important;
    text-decoration: none;
}

.black-text-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border-radius: 5px;
    border: none;
    background-color: #fff;
    color: #000 !important;
    text-shadow: none;
    -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;
}

.black-text-button:hover {
    background-color: #f90a07;
    color: #000 !important;
    text-decoration: none;
}

#dnn_ctr661_HtmlModule_lblContent h1 {
    color: #000;
    font-family: 'Dancing Script', Arial, Helvetica, sans-serif;
}

.red {
    background-color: #F90A07;
    margin: 4% auto;
    padding: 5% 2% 3%;
}

.red p,
.red h1,
.red h2,
.red h3,
.red h4,
.red h5,
.red h6 {
    color: #fff;
    text-shadow: none;
}

.black {
    background-color: #F90A07;
    margin: 4% auto;
    padding: 5% 2% 3%;
}

.black p,
.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.black h6 {
    color: #fff;
    text-shadow: none;
}

@media screen and (max-width: 1199px) {
    .dropdown-menu .px-lg-4 {
        padding: 0 .5rem !important;
    }
}

@media screen and (max-width: 768px) {
    video {
        width: 350px;
    }
}














