@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Amita:wght@400;700&family=League+Spartan:wght@100..900&display=swap');
/*------------------------------------------------*/
/* Variable STYLES */
/*------------------------------------------------*/

:root {
    /* Color Palette */
    --color-h1: #111;  
    --color-h2:#ed514f;  
    --color-h3: #333;  
    --color-text: #111;
    
    --color-link: #666;  
    --color-hover: #ed514f;  
    
    --color-hr-border: #0c73b1;  
    
    --button-bg-link: #FFF;  
    --button-bg-hover: #ed514f;  
    
    /* Typography */
    --font-family-base: "League Spartan", sans-serif;
    --font-family-heading: "Amita", serif;
    --font-size-normal: 1rem;

    /* Top Level Menu */
    --color-topmenu-link: #EEE;
    --color-topmenu-hover: #FFF;
    --color-topmenu-border-link: 2px solid transparent;
    --color-topmenu-border-hover: 2px solid #ed514f;

    --font-size-topmenu: 20px;
    --background-color-up: transparent;
    --background-color-down: transparent;
    --font-weight-topmenu: 600;
}






/*------------------------------------------------*/
/* Global STYLES */
/*------------------------------------------------*/

a, a:link, a:visited, a:active {
    color:var(--color-link);
    text-decoration: none; 
	-webkit-transition:all ease .3s; 
	transition:all ease .3s;

}

a:hover {
        color:var(--color-hover); 
        text-decoration: none;
		-webkit-transition:all ease .3s; 
		transition:all ease .3s;
}

body {

}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin: 0 0 10px 0;
}

h1 {
    font-size: 34px;
	color:var(--color-h1);
	font-family: var(--font-family-heading);	
	font-weight:800;
}

h2 {
    font-size: 24px;
	color:var(--color-h2);
	font-weight:600;
	font-family: var(--font-family-base);
}

h3 {
    font-size: 20px;
    color:var(--color-h3);
	font-weight:400;
}

h4 {
    font-size: 18px;
    color: #111;
}

h5  {
    font-size: 14px;
    color: #111;
}

h6  {
    font-size: 13px;
    color: #666;
}

p {
    margin: 0 0 25px 0;
}

hr {
    clear: both;
    height: 0;
    border: var(--color-hr-border);
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}

div, p {line-height:24px; font-size:var(--font-size-normal); color:var(--color-text);font-family: var(--font-family-base);}

td {color:var(--color-text);padding:5px;line-height:18px; font-size:var(--font-size-normal);font-family: var(--font-family-base);}

ul li {
    font-size:var(--font-size-normal); 
	color:#222;
	margin-bottom: 8px;
	}

ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
	font-size:var(--font-size-normal); 
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}


/*------------------------------------------------*/
/* Responsive Video and Image STYLE */
/*------------------------------------------------*/

img {
	max-width: 100%;
	height:auto;
}


.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}




.imglg{ transition: all .2s ease-in-out; }
.imglg:hover { transform: scale(1.02); }



/*------------------------------------------------*/
/* Navigation Styles */
/*------------------------------------------------*/

.navbar-toggler {margin-bottom:3px;margin-top:-4px;}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;

}

.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
	position: absolute;
	right: 0;
	margin:0;
	padding: 0;
	width: auto;
	height: 26px;
	line-height: 24px;
	text-align: center;
	border:none;

}




.navbar-nav.sm-collapsible a.has-submenu {
	padding-right:10px;
}

#dnnMenu .topLevel>li>a {text-transform:uppercase;padding-bottom:7px;background:var(--background-color-up);color:var(--color-topmenu-link);transition: all .4s ease; margin: 0 5px 0 5px;border-bottom:var(--color-topmenu-border-link);text-shadow:
     0 0 8px rgba(64, 224, 208, 0.6),
    0 0 16px rgba(64, 224, 208, 0.5),
    0 0 32px rgba(64, 224, 208, 0.4),
    0 0 64px rgba(64, 224, 208, 0.3);}
#dnnMenu .topLevel>li>a:focus{ font-weight:400;padding-bottom:7px;color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;margin: 0 5px 0 5px;border-bottom:var(--color-topmenu-border-hover);text-shadow:
     0 0 8px rgba(64, 224, 208, 0.6),
    0 0 16px rgba(64, 224, 208, 0.5),
    0 0 32px rgba(64, 224, 208, 0.4),
    0 0 64px rgba(64, 224, 208, 0.3);}
#dnnMenu .topLevel>li>a:hover{font-weight:400;padding-bottom:7px;color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;margin: 0 5px 0 5px;border-bottom:var(--color-topmenu-border-hover);text-shadow:
     0 0 8px rgba(64, 224, 208, 0.6),
    0 0 16px rgba(64, 224, 208, 0.5),
    0 0 32px rgba(64, 224, 208, 0.4),
    0 0 64px rgba(64, 224, 208, 0.3);}

#dnnMenu .topLevel>li.active>a {background:var(--background-color-down);color:var(--color-topmenu-hover);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover); }
#dnnMenu .topLevel>li.active>a:focus {color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover); }
#dnnMenu .topLevel>li.active>a:hover {color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover); }

#dnnMenu .topLevel>.open>a {background:var(--background-color-down);color:var(--color-topmenu-hover);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover);}
#dnnMenu .topLevel>.open>a:hover{color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover);}
#dnnMenu .topLevel>.open>a:focus{color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover);}

#dnnMenu .topLevel>.active.open>a {background:var(--background-color-down);color:var(--color-topmenu-hover);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover);}
#dnnMenu .topLevel>.active.open>a:hover {color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover);}
#dnnMenu .topLevel>.active.open>a:focus{color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover);}

#dnnMenu .topLevel>li>a span {font-size:var(--font-size-topmenu);transition: all .4s ease;font-weight:var(--font-weight-topmenu);} 
#dnnMenu .topLevel>li>a:focus span{font-size:var(--font-size-topmenu);transition: all .4s ease;font-weight:var(--font-weight-topmenu);}
#dnnMenu .topLevel>li>a:hover span{font-size:var(--font-size-topmenu);transition: all .4s ease;font-weight:var(--font-weight-topmenu);}

.navbar-default .topLevel>li>a{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}

#dnnMenu .dropdown-menu::after{bottom:100%;left:30%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(241,241,241,0);border-bottom-color:#f1f1f1;border-width:10px;margin-left:-30px;}

#dnnMenu .dropdown-menu{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background:#f1f1f1;padding:0;top:49px;}

#dnnMenu .dropdown-menu li{margin-bottom:0px;background:none;float:none;clear:both;width:auto;padding:5px 5px;border-bottom:1px solid #e1e1e1;-o-transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;}

#dnnMenu .dropdown-menu li:hover{color:#3f3f3f;background:#CCC;margin-bottom:0px;} 
#dnnMenu .dropdown-menu li:last-child{margin-bottom:0px;color:#3f3f3f;} 
#dnnMenu .dropdown-menu li>a {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li>a:focus {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li>a:hover {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li.active>a,
#dnnMenu .dropdown-menu li.active a:hover {margin-bottom:0px;color:#3f3f3f;} 
#dnnMenu .dropdown-menu li.active a:focus{color:#3f3f3f;margin-bottom:0px;}

#dnnMenu .dropdown-menu a:hover{color:#3f3f3f;margin-bottom:0px;}

.subLevelRight::after{}


@media only screen and (max-width:768px) {
	
.main-navigation {
		height:auto;
		width:100%;}
	
	nav{display:none;}
	
	a.mobile-nav-btn{
		display:block;
		float:right;
		width:50px;
		height:46px;
		margin-top:15px;
		text-align:center;
		color:#383838;
	}
	a.mobile-nav-btn:hover{text-decoration:none;}

#navbar-top-wrapper{clear:both;position:relative;}
	
#navbar{float:none!important;}

}

@media only screen and (max-width : 992px) {
	#dnnMenu .nav li {font-size:15px;}
	#dnnMenu .navbar-nav > li > a {}
	#dnnMenu .navbar-nav > li > a:focus {}
	#dnnMenu .navbar-nav > li > a:hover {}	
}

@media only screen and (min-width:768px) and (max-width:995px){
	#dnnMenu .nav li{font-size:15px;}
	#dnnMenu .navbar-nav > li > a {}
	#dnnMenu .navbar-nav > li > a:focus {}
	#dnnMenu .navbar-nav > li > a:hover {}

}

@media only screen and (max-width : 992px){
	
	

#dnnMenu .topLevel {text-align:center;width:100%;margin:0;padding:0;}
	
#dnnMenu .topLevel li {width:100%;position:relative;background:transparent;list-style-type:none;float:none;margin:0;border-top:1px solid rgba(0,0,0,.1);border-bottom:none;}
	
#dnnMenu .topLevel li a {border-bottom:none;width:100%;text-align:center;padding-top:1px;padding-bottom:6px;color:#EEE;margin:0;background:transparent;}	
#dnnMenu .topLevel li a:focus{border-bottom:none;width:100%;text-align:center;padding-top:1px;padding-bottom:6px;color:#FFF;margin:0;}	
#dnnMenu .topLevel li a:hover{border-bottom:none;width:100%;text-align:center;padding-top:1px;padding-bottom:6px;color:#FFF;margin:0;}
	
#dnnMenu .topLevel li.active a{border-bottom:none;color:#FFF;margin:0;}
#dnnMenu .topLevel li.active a:focus{border-bottom:none;color:#FFF;margin:0;} 
#dnnMenu .topLevel li.active a:hover{border-bottom:none;color:#FFF;margin:0;}
	
#dnnMenu .topLevel li a span{font-size:15px;line-height:42px;margin:0;}	
#dnnMenu .topLevel li a:focus span{font-size:15px;} 
#dnnMenu .topLevel li a:hover span{font-size:15px;}

#dnnMenu .topLevel .dropdown.open a span{font-size:15px;color:#FFF;}
#dnnMenu .topLevel .dropdown-menu.subLevel a span{font-size:15px;color:#FFF;}

#dnnMenu .topLevel>.open>a {border-bottom:none;background:transparent;color:#FFF;border-radius:0;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:hover{border-bottom:none;color:#FFF;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:focus{border-bottom:none;color:#FFF;transition: all .4s ease;}

#dnnMenu .topLevel>.active.open>a {border-bottom:none;color:#FFF;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:hover {border-bottom:none;color:#FFF;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:focus{border-bottom:none;color:#FFF;transition: all .4s ease;}	
	
#dnnMenu .dropdown.open .subLevel>li a span{font-size:15px;text-align:center;}
#dnnMenu .dropdown.open .subLevel>li a:focus span{font-size:15px;text-align:center;}
#dnnMenu .dropdown.open .subLevel>li a:hover span{font-size:15px;text-align:center;}
	
.navbar-nav.sm-collapsible .caret,.navbar-nav.sm-collapsible ul .caret{color:#333;position:absolute;right:0;padding:5px;width:65px;height:50px;line-height:50px;text-align:center;border-width:1px;border-style:solid;top:0;background-color:#DDD;display:block;margin:0;border-radius:0;font-size:1.3em;}
	


#dnnMenu .dropdown-menu{padding:0;z-index:1000;background:transparent;}
#dnnMenu .dropdown-menu::after{pointer-events:none;border-color:none;border-width:0;}
#dnnMenu .dropdown-menu.subLevel{padding:0;}
#dnnMenu .dropdown-menu.subLevel li.active a span{color:#FFF;}
#dnnMenu .dropdown-menu.subLevel li{color:#DDD;background:#4a4f54;border-bottom:1px solid #4a4b4c;padding:0;text-align:center;}
#dnnMenu .dropdown-menu.subLevel li a {font-size:18px;color:#DDD;background:#4a4f54;padding:0;}
#dnnMenu .dropdown-menu.subLevel li a:hover {font-size:18px;color:#DDD;background:#5e5e5e;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li {font-size:18px;color:#DDD;background:#5d6062;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li a:hover { font-size:18px;color:#DDD;background:#CCC;padding:0;}

}



/*------------------------------------------------*/
/* Global Button Styles */
/*------------------------------------------------*/



.MoreButton a:link, .MoreButton a:visited {
  padding: 8px;
  text-align: center;
  color: #FFF;
  font-size:20px;
  display: block;
  width: 100%;
  background:#ed514f;
  font-family: var(--font-family-base);
  margin:3px 0 3px 0;
  border:1px solid #ed514f;
  border-radius:22px;
  -webkit-transition:all ease .5s; transition:all ease .5s;
}

.MoreButton a:hover, .MoreButton a:active {
  padding: 8px;
  text-align: center;
  color: #ed514f;
  font-size:20px;
  display: block;
  width: 100%;
  background:#FFF;
  font-family: var(--font-family-base);
  margin:3px 0 3px 0;
  border:1px solid #ed514f;
  border-radius:22px;
  -webkit-transition:all ease .5s; transition:all ease .5s;
}



.page-break-section {box-shadow:none !important;background:#f1f1f1;}

/*------------------------------------------------*/
/* Header STYLES */
/*------------------------------------------------*/

.menuwrap {background:url('images/menu-repeat_bg.jpg') top left;}
.headerwrap {background:#FFF;}


.logo {text-align:center;margin:0 auto;text-align:center;}


.menupad {padding-top:20px;}

.contacttext {text-align:center;padding:12px 0;font-size:16px;}
.contacttext h3 {color:#ed514f;font-weight:600;font-size:22px;}

.contacttext a:link, .contacttext a:visited {font-size:18px;color:#111;}
.contacttext a:hover, .contacttext a:active {font-size:18px;color:#ed514f;}





/*------------------------------------------------*/
/* Main Content STYLES */
/*------------------------------------------------*/

.showcasewrap {
	background:transparent;
    position:relative;
    z-index:0;
}
.showcasewrap h2 {font-family: "Amita", serif;}

.showcasebottomwrap{
	background:url('images/showcase-bottom-responsive_bg.png');
	width:100%;
	background-size:cover;
	margin-top:-118px;
	height:125px;
	background-position: center top;
    position:relative;
    z-index:1;
}

.showcasetext {padding:275px 0;text-align:center;}
.showcasetext h1 {text-shadow:0 1px 1px #111;color:#ed514f;font-size:3rem;font-weight:600;text-shadow:1px -1px 1px #000,0 0 2px #000,0 0 2px #000,0 0 3px #000, 0 0 1px #000;}

.welcomewrap {padding-top:75px;background:url('images/welcome-repeat_bg.jpg') top left repeat-x #FFF;}
.welcomebox {text-align:center;padding: 20px 5%;background:url('images/menu-repeat_bg.jpg');}
.welcomebox h2 {color:#ed514f;font-size:30px;line-height:38px;font-weight:600;margin-bottom:0;}
.welcomeboxt h2 span {color:#FFF;font-size:52px;line-height:60px;font-weight:400;margin-bottom:0;}
.welcomebox p {color:#FFF;font-size:20px;line-height:26px;font-weight:400;}
.welcomeimg{margin-top:-105px;}

.caterwrap {background:#FFF; padding:50px 0;}
.catertext {text-align:left;}
.catertext h3 {font-size:3rem;color:#111;font-weight:600;}
.catertext h3 span {font-size:3rem;color:#ed514f;font-weight:600;}
.caterform {background:#f1f1f1;padding:12px;}

.specialswrap {background:transparent;}
.specialstext {margin-bottom:-70px;text-align:center;padding-top:50px;}
.specialstext h3 {font-size:30px;color:#ed514f;font-weight:600;}
.specialstext h4 {font-size:60px;color:#FFF;font-weight:600;padding-bottom:20px;}

.specialscard img {border-radius:32px;}


.storywrap {
	width:100%;
	background:url('images/story-responsive_bg.jpg');
	background-size:cover;
	background-position:top center;
	padding-bottom:10%;
}

.storytext{padding:225px 0;text-align:center;}

.storytext h4 {font-size:3.5rem; font-family: "Amita", serif;}
.storytext h4 span {font-size:4rem; font-family: "Amita", serif;}


.mapwrap {margin:0;padding:0;}

.mainwrap {
	padding: 50px 0 50px 0;
	background:#f1f1f1;
}


.backbox {background:#FFF;padding:1.6rem;border-radius:22px;}

.menuborder {
  border: 3px double #ed514f;
}
/*------------------------------------------------*/
/* Footer Content STYLES */
/*------------------------------------------------*/


.footertopwrap {
	background:#121212;
}

.footerwrap {
	background:#ed514f;
}

.footerlinks {padding:20px 0;font-size:18px;color:#FFF;text-align:center;}
.footerlinks p {font-size:18px;color:#FFF;text-align:center;}

.footerlinks a:link, .footerlinks a:visited {color:#EEE;font-size:26px;padding:0 3px;-webkit-transition:all ease .5s; transition:all ease .5s;}
.footerlinks a:hover, .footerlinks a:active{color:#ed514f;font-size:26px;padding:0 3px;-webkit-transition:all ease .5s; transition:all ease .5s;}

.footerbox {border:1px solid #de1c8c;padding:15px;}


.login {color:#111;font-size:11px;}
.login li {color:#333;font-size:11px;}

a.login:visited {color:#111; font-size:11px; text-decoration:none;}
a.login:active {color:#111; font-size:11px; text-decoration:none;}
a.login:link {color:#111; font-size:11px; text-decoration:none;}
a.login:hover {color:#333; font-size:11px; text-decoration:underline;}

.copyright {font-size: 12px;color: #111;text-align:center;padding:5px;}

a.copyright:visited {color: #111; font-size:11px; text-decoration:none;}
a.copyright:active {color: #111; font-size:11px; text-decoration:none;}
a.copyright:link {color: #111; font-size:11px; text-decoration:none;}
a.copyright:hover {color: #333; font-size:11px; text-decoration:underline;}

.wecontrol {
    text-align: center;
    font-size: 11px;
    padding-top: 0; 
	color: #111;
}
.wecontrol ul { 
  padding:0;
  margin:0;
  list-style:none;
}

.wecontrol ul li { 
  display: inline; 
  color: #111; 
  margin:0;

}

.wecontrol ul li a
{
   text-decoration: none;
   padding: 3px;
   color: #111;
}

.wecontrol ul li a:hover {
    color: #333;
    text-decoration:underline;
}




/*------------------------------------------------*/
/* @Timed Lightbox STYLES */
/*------------------------------------------------*/



.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.lightbox-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index:1500;
}

.close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-size: 24px;
    z-index:1600;
    font-weight:800;
    color:#7d8b49;
}




/*------------------------------------------------*/
/* @media Display STYLES */
/*------------------------------------------------*/


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {


}

/* Small Devices, Tablets */

@media only screen and (max-width : 768px) {
    .welcomebox h2 {color:#ed514f;font-size:24px;line-height:30px;font-weight:600;margin-bottom:0;}
    .welcomebox p {color:#FFF;font-size:16px;line-height:22px;font-weight:400;}
    .catertext h3 {font-size:2rem;color:#111;font-weight:600;}
    .catertext h3 span {font-size:2rem;color:#ed514f;font-weight:600;}
    .storytext h4 {font-size:2.5rem; font-family: "Amita", serif;}
    .storytext h4 span {font-size:3rem; font-family: "Amita", serif;}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .welcomebox h2 {color:#ed514f;font-size:24px;line-height:30px;font-weight:600;margin-bottom:0;}
    .welcomebox p {color:#FFF;font-size:16px;line-height:22px;font-weight:400;}
    .catertext h3 {font-size:2rem;color:#111;font-weight:600;}
    .catertext h3 span {font-size:2rem;color:#ed514f;font-weight:600;}
     .storytext h4 {font-size:2.2rem; font-family: "Amita", serif;}
    .storytext h4 span {font-size:2.8rem; font-family: "Amita", serif;}
}


/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}

