@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Open+Sans:wght@400;700&display=swap');

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif
}

h1,
h2,
h3,
h4 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    color: #f90a07;
    text-shadow: 2px 2px 4px rgba(0,0,0,.2);
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: 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;
    color: #f90a07;
    font-weight: 700;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:visited {
    color: #f90a07;
}

.Normal {
    font-size: 16px;
    line-height: 1.7em;
    color: #000;
}

.bi {
    font-size: 1.5rem;
    margin: 0 4px;
}

.SkinLink {
    margin-top: 15px;
    text-align: center;
}

.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

.carousel-inner > .active.left {
    float: none;
}

.carousel-caption h1 {
    color: #fff;
}

.navbar-brand {
    padding: 0 !important;
}

a.btn-info, a.btn-info:visited, a.btn-primary, a.btn-primary:visited {
    color: #fff;
}

.searchBox {
    padding: 15px 15px 0 15px;
    width: 240px;
}

    .searchBox .searchText {
        color: #000;
        float: right;
    }

.searchSkinObjectPreview_group {
    display: none;
}

ul.dnnAdminTabNav {
    height: 40px;
    border-radius: 0 !important;
}

/* Addition to bootstrap menu styles */
/* Displace second and deeper level menus right from their parent.  */
.dropdown-menu .dropdown-menu
{
  margin-left:160px;
}


/* ADMIN */

#ControlBar, #ControlBar:before, #ControlBar:after, #ControlBar *:before, #ControlBar *:after,
#ControlBar li, #ControlBar li:before, #ControlBar li:after,
#ControlBar a, #ControlBar a:before, #ControlBar a:after,
.dnn_mact, .dnn_mact:before, .dnn_mact:after, .dnn_mact *:before, .dnn_mact *:after,
.dnn_mact li, .dnn_mact li:before, .dnn_mact li:after {
    -webkit-box-sizing: content-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box !important; /* Firefox, other Gecko */
    box-sizing: content-box !important; /* Opera/IE 8+ */
}


.navbar-default .navbar-nav > li > div > ul > li > a, .navbar-default .LoginLink {
    color: #777;
}

    .navbar-default .navbar-nav > li > div > a:hover,
    .navbar-default .navbar-nav > li > div > a:focus,
    .navbar-default .navbar-nav > li > div > ul > li > a:hover,
    .navbar-default .navbar-nav > li > div > ul > li > a:focus {
        color: #ffffff;
        background-color: #178acc;
    }

/*------------------------------------------------*/
/* TOP HEADER */
/*------------------------------------------------*/

.top-header {
    background-color: #000;
}

.top-header p,
.top-header h1,
.top-header h2,
.top-header h3,
.top-header h4 {
    color: #fff;
}

.top-header a {
    color: #fff;
}

.top-header a:hover {
    color: #F90A07;
}

.top-header a .bi:hover {
    color: #F90A07 !important;
}

.top-header a:visited {
    color: #fff;
}

.weather {
    max-width: 300px;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid #f90a07;
    background-color: #000;
    color: #f90a07 !important;
    -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:hover {
    background-color: #f90a07;
    color: #000 !important;
    text-decoration: none;
}

.book-button:visited {
    color: #fff;
}

.book-button:visited:hover {
    color: #f90a07;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    background-color: #F90A07;
    letter-spacing: 1px;
}

.px-lg-4 {
    padding: 0 .5rem !important;
}

.nav-link {
    -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;
    color: #fff !important;
    font-weight: 400;
}

.nav-link:hover {
    /*background-color: #fff;*/
    color: #000 !important;
}

.nav-link a:hover {
    color: #000 !important;
}

.nav-link {
    font-size: 14px;
}

.navbar-toggler {
    margin: 2%;
}

.dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #000;
}

.dropdown-menu .px-lg-4 {
    padding: 0 !important;
}

.dropdown-menu .nav-link:hover {
    color: #F90A07 !important;
}


/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#TopContent {
    margin-top: 20px;
}

.carousel img {
    width: 100%;
}

.image-border {
    border-radius: 50px 0px 50px 0px;
    padding: 3px;
    border-bottom: 1px solid #f90a07;
    border-right: 1px solid #f90a07;
}

.image-shadow {
    border-radius: 10px;
    box-shadow: 2px 4px 6px rgba(0,0,0,.4);
}

/* home page buttons */

.zoom-button {
    cursor: pointer;
    margin: 5% auto;
    width: 330px;
    height: 220px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 10px;
}

.zoom-button img {
    width: 100%;
    max-width: 330px;
    transition: transform .5s ease;
}

.zoom-button:hover img {
    transform: scale(1.3);
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.text-overlay h3 {
    text-shadow: 2px 2px 4px rgba(0,0,0,.5);
    color: #fff;
}

.text-overlay a {
    color: #fff !important;
    text-decoration: none;
}

.parallax {
    margin-top: 20px;
    padding: 3%;
    background-image: url('/portals/5/back.jpeg');
    /*min-height: 500px;*/
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

.parallax .ContainerPane {
    background-color: rgba(0,0,0,.5);
    padding: 2%;
    border-radius: 25px;
}

.parallax h1,
.parallax p {
    color: #fff;
}

.parallax p {
    font-size: .9rem;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #000;
    color: #fff;
}

#FooterRow {
    padding: 20px 0;
}

#FooterRow p {
    color: #fff !important;
    margin-top: 1rem;
}

#FooterRow p a {
    color: #f90a07;
    text-decoration: none;
}

#FooterRow p a:hover {
    color: #fff;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (max-width: 1199px) {
    .weather {
        margin: 0 auto;
    }

    .zoom-button {
        margin: 2% auto;
    }
}