@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/*------------------------------------------------*/
/* Variable STYLES */
/*------------------------------------------------*/

:root {
    /* Color Palette */
    --color-h1: #111;  
    --color-h2: #333;  
    --color-h3: #0d3692;
    --color-text: #111;
    
    --color-link: #0d3692; 
    --color-hover:#666;  
    
    --color-hr-border: #0d3692;  
    
    --button-bg-link:#0d3692;  
    --button-bg-hover: #FFF;
    
    /* Typography */
    --font-family-base: "Open Sans", sans-serif;
    --font-family-heading: "Crimson Text", serif;
    --font-size-normal: 1rem;

    /* Top Level Menu */
    --color-topmenu-link: #222;
    --color-topmenu-hover:#666;
    --color-topmenu-border-link: 2px solid transparent;
    --color-topmenu-border-hover: 2px solid #073e65;

    --font-size-topmenu: 20px;
    --background-color-up: transparent;
    --background-color-down: transparent;
    --font-weight-topmenu: 400;



/*------------------------------------------------*/
/* Feature Box – Global Overrides */
/*------------------------------------------------*/

 /* Overlay (hover) */
  --feature-overlay-bg-start: rgba(0, 140, 190, 0.85);
  --feature-overlay-bg-end: rgba(0, 169, 225, 0.95);
  --feature-overlay-opacity: 1;

  /* Overlay Typography */
  --feature-title-color: #ffffff;
  --feature-title-size: clamp(1.3rem, 2.2vw, 1.7rem);
  --feature-text-color: rgba(255,255,255,0.9);
  --feature-text-size: 0.95rem;
  --feature-text-line-height: 1.1;
  --text-align: left;

  /* Pre-hover Label */
  --feature-label-color: #ffffff;
  --feature-label-size: clamp(1.2rem, 2vw, 1.8rem);
  --feature-label-weight: 700;
  --feature-label-letter-spacing: 0.5px;
  --feature-label-bg-start: rgba(0,0,0,0.2);
  --feature-label-bg-end: rgba(0,0,0,0.45);
  --feature-label-border: 2px solid #00a9e1;

  /* CTA */
  --feature-cta-color: #ffffff;
  --feature-cta-hover-color: #ffffff;
  --feature-cta-bg: transparent;
  --feature-cta-bg-hover: transparent;
  --feature-cta-size: 0.95rem;
  --feature-cta-font-weight: 600;
  --feature-cta-padding: 0 1.25rem;
  --feature-arrow-shift: 6px;

  /* Motion */
  --feature-img-scale: 1.08;
  --feature-overlay-translate: 0;
  --feature-transition-speed: 0.45s;
  --feature-transition-ease: cubic-bezier(.2,.8,.2,1);

  /* Shape + Depth */
  --feature-radius: 0;
  --feature-hover-lift: 0;
  --feature-hover-shadow: 0 20px 40px rgba(0,0,0,.2);
}





/*------------------------------------------------*/
/* 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:16px;}

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); }


.page-break-section {box-shadow:none !important;}


/* ==============================================
   CHEVRON (Custom Arrow for Dropdowns)
   ============================================== */


/* Prepare dropdown link for arrow positioning */
#dnnMenu .dropdown-toggle {
    position: relative;
    padding-right: 30px; /* Space for arrow */
}

/* Replace Bootstrap triangle */
#dnnMenu .dropdown-toggle::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
    transition: transform .25s ease;
    border-top: none;
    border-left: none;
}

/* Rotate arrow when open */
#dnnMenu li.show > .dropdown-toggle::after {
    transform: translateY(-50%) rotate(225deg);
}



/* ==============================================
   TOP LEVEL NAVIGATION (DESKTOP BASE)
   ============================================== */

#dnnMenu .topLevel {
    list-style: none;
    padding: 0;
    margin: 0;
}

#dnnMenu .topLevel > li {
    position: relative;
}

#dnnMenu .topLevel > li > a {
    text-transform: uppercase;
    padding: 8px 14px;
    margin: 0 8px;
    background: var(--background-color-up);
    color: var(--color-topmenu-link);
    border-bottom: var(--color-topmenu-border-link);
    transition: all .3s ease;
    font-size: var(--font-size-topmenu);
    font-weight: var(--font-weight-topmenu);
    font-family:var(--font-family-heading);
    display: inline-block;
    font-weight:800;
}

/* Hover / Active / Open */
#dnnMenu .topLevel > li > a:hover,
#dnnMenu .topLevel > li > a:focus,
#dnnMenu .topLevel > li.active > a,
#dnnMenu .topLevel > li.show > a {
    color: var(--color-topmenu-hover);
    background: var(--background-color-down);
    border-bottom: var(--color-topmenu-border-hover);
}



/* ==============================================
   DESKTOP DROPDOWN STYLING
   ============================================== */

@media (min-width: 993px) {

    #dnnMenu .dropdown-menu {
        border-radius: 0;
        background: #f5f5f5;
        padding: 0;
        margin-top: 0;
        border: none;
        min-width: 220px;
        box-shadow: 0 10px 25px rgba(0,0,0,.08);
    }

    #dnnMenu .dropdown-menu li {
        border-bottom: 1px solid #e1e1e1;
    }

    #dnnMenu .dropdown-menu li:last-child {
        border-bottom: none;
    }

    #dnnMenu .dropdown-menu li > a {
        display: block;
        padding: 10px 16px;
        color: #333;
        font-size: 15px;
        text-align: left;
        transition: background .2s ease, color .2s ease;
    }

    #dnnMenu .dropdown-menu li > a:hover {
        background: #e9e9e9;
        color: #111;
    }

}



/* ==============================================
   NAVBAR TOGGLER (Mobile Button)
   ============================================== */

.navbar-toggler {
    margin-bottom: 3px;
    margin-top: -120px; /* Adjust if needed */
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}



/* ==============================================
   MOBILE NAVIGATION (≤ 992px)
   ============================================== */

@media (max-width: 992px) {

    /* Stack menu vertically */
    #dnnMenu .topLevel {
        width: 100%;
        text-align: center;
    }

    #dnnMenu .topLevel > li {
        width: 100%;
        border-top: 1px solid rgba(0,0,0,.1);
    }

    /* Remove desktop underline styling */
    #dnnMenu .topLevel > li > a,
    #dnnMenu .topLevel > li.show > a,
    #dnnMenu .topLevel > li.active > a {
        border-bottom: none !important;
        background: transparent;
        margin: 0;
        padding: 14px 0;
        width: 100%;
        display: block;
    }

    /* Larger arrow for touch */
    #dnnMenu .dropdown-toggle::after {
        right: 18px;
        width: 10px;
        height: 10px;
    }

    /* Mobile dropdown container */
    #dnnMenu .dropdown-menu {
        position: static;
        box-shadow: none;
        background: #eeeeee;
        border-top: 1px solid rgba(0,0,0,.1);
    }

    /* Center dropdown links */
    #dnnMenu .dropdown-menu li > a {
        text-align: center;
        padding: 12px 0;
        border-bottom: 1px solid rgba(0,0,0,.05);
    }

    #dnnMenu .dropdown-menu li:last-child > a {
        border-bottom: none;
    }

}




/*------------------------------------------------*/
/* Global Button Styles */
/*------------------------------------------------*/


.MoreButton a:link, .MoreButton a:visited {
  padding: 18px 30px;
  text-align: center;
  color: #FFF;
  font-size:20px;
  display: inline-block;  
  border:1px solid #073e65;
  background:#073e65;
  border-radius:30px;
  font-family: var(--font-family-base);
  margin:3px 0 3px 0;
  -webkit-transition:all ease .5s; 
  transition:all ease .5s;
}

.MoreButton a:hover, .MoreButton a:active {
  padding: 18px 30px;
  text-align: center;
  color: #073e65;
  border-radius:30px;
  font-size:20px;
  display: inline-block;  
  border:1px solid #073e65;
  background:#FFF;
  font-family: var(--font-family-base);
  margin:3px 0 3px 0;
  -webkit-transition:all ease .5s; 
  transition:all ease .5s;
}


/*------------------------------------------------*/
/* Header STYLES */
/*------------------------------------------------*/

.menuwrap {padding:12px 0;background:#FFF;border-bottom:1px solid #f1f1f1;}
.logo {text-align:center;margin:0 auto;text-align:center;}
.menupad {padding-top:30px;}

/*------------------------------------------------*/
/* Main Content STYLES */
/*------------------------------------------------*/


.showcasewrap {
	background:#FFF;
}

.mainwrap {padding:75px 0;}

.welcomewrap {background:#FFF;padding:50px 0;}
/* ==============================
   CABIN CONTENT BLOCKS
============================== */

.cabin-feature-section {
    background: #fbfaf7;
    color: #263238;
}

.cabin-intro {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.cabin-intro span,
.section-kicker {
    display: inline-block;
    color: #0b486b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.cabin-intro h1,
.cabin-intro h2,
.cabin-copy-card h2 {
    color: #073f63;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 600;
    line-height: 1.15;
}

.cabin-intro h1 {
    font-size: clamp(34px, 5vw, 52px);
}

.cabin-intro h2,
.cabin-copy-card h2 {
    font-size: clamp(28px, 4vw, 40px);
}

.cabin-intro p,
.cabin-copy-card p {
    font-size: 16px;
    line-height: 1.85;
    color: #4f5b60;
}

/* TEXT CARD */

.cabin-copy-card {
    background: #fff;
    border-radius: 18px;
    padding: 40px;
    box-shadow: 0 18px 45px rgba(0,0,0,.08);
    border-left: 5px solid #0b486b;
}

.cabin-btn {
    display: inline-block;
    background: #073f63;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    padding: 13px 24px;
    border-radius: 4px;
    transition: .25s ease;
}

.cabin-btn a {
    background: #0b5d86;
    color: #fff;
    transform: translateY(-2px);
}

.cabin-btn:hover {
    background: #0b5d86;
    color: #fff;
    transform: translateY(-2px);
}

/* IMAGE CARD */

.cabin-image-card {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 22px 55px rgba(0,0,0,.14);
}

.cabin-image-card img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}

/* OVERLAY CARDS */

.image-overlay-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    min-height: 430px;
    box-shadow: 0 20px 50px rgba(0,0,0,.16);
}

.image-overlay-card img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

.image-overlay-card:hover img {
    transform: scale(1.05);
}

.image-overlay-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,.05),
        rgba(0,0,0,.72)
    );
    z-index: 1;
}

.overlay-content {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 2;
    color: #fff;
}

.overlay-content h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    margin-bottom: 12px;
    color:#fefefe;
}

.overlay-content p {
    font-size: 15px;
    line-height: 1.7;
    max-width: 560px;
}

.overlay-content a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 5px;
}

/* MOBILE */

@media (max-width: 768px) {
    .cabin-copy-card {
        padding: 28px;
    }

    .cabin-image-card img {
        height: 340px;
    }

    .image-overlay-card,
    .image-overlay-card img {
        min-height: 340px;
    }

    .overlay-content {
        left: 22px;
        right: 22px;
        bottom: 22px;
    }
}

/* ==============================
   REVIEWS
============================== */

.cabin-review-section{
    background:#ffffff;
    margin-top:50px;
}

.review-header{
    max-width:900px;
    margin:auto;
}

.review-header h2{
    color:#073f63;
    font-family:Georgia, serif;
    font-size:clamp(34px,4vw,52px);
    margin-bottom:15px;
}

.review-header p{
    color:#5f6b70;
    line-height:1.8;
}

.review-card{
    background:#fff;
    border-radius:18px;
    padding:35px;
    height:100%;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    position:relative;
    transition:.3s ease;
}

.review-card:hover{
    transform:translateY(-5px);
    box-shadow:0 25px 50px rgba(0,0,0,.12);
}

.review-card::before{
    content:"❝";
    position:absolute;
    top:15px;
    right:20px;
    font-size:70px;
    color:#e8edf1;
    line-height:1;
}

.review-stars{
    color:#d7a442;
    font-size:22px;
    letter-spacing:2px;
    margin-bottom:20px;
}

.review-card blockquote{
    font-size:16px;
    line-height:1.9;
    color:#445056;
    margin-bottom:25px;
    border:none;
    padding:0;
}

.review-author{
    border-top:1px solid #ececec;
    padding-top:20px;
}

.review-author strong{
    display:block;
    color:#073f63;
    font-size:16px;
}

.review-author span{
    color:#777;
    font-size:14px;
}

/* MOBILE */

@media(max-width:768px){

    .review-card{
        padding:28px;
    }

    .review-card blockquote{
        font-size:15px;
    }
}


.lakewrap {background:transparent;padding:25% 0;}


/* ==========================
   ATTRACTIONS SECTION
========================== */

.cabin-attractions-section {
    padding: 90px 0;
}

.section-kicker {
    display: inline-block;
    color: #0b4b74;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.cabin-attractions-section h2 {
    color: #073f63;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-intro {
    max-width: 900px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    color: #555;
}

/* CARD */

.attraction-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    height: 100%;
    transition: .3s ease;
}

.attraction-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 50px rgba(0,0,0,.12);
}

/* IMAGE */

.attraction-image {
    overflow: hidden;
}

.attraction-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: .4s ease;
}

.attraction-card:hover img {
    transform: scale(1.05);
}

/* CONTENT */

.attraction-content {
    padding: 35px;
}

.attraction-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(7,63,99,.08);

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 20px;
}

.attraction-icon i {
    font-size: 28px;
    color: #073f63;
}

.attraction-content h3 {
    color: #073f63;
    font-size: 30px;
    margin-bottom: 15px;
}

.attraction-content p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
}

/* MOBILE */

@media(max-width:768px){

    .cabin-attractions-section h2{
        font-size:34px;
    }

    .section-intro{
        font-size:16px;
    }

    .attraction-image img{
        height:240px;
    }

    .attraction-content{
        padding:25px;
    }
}

.cabins-page {
    background: #f6f7f5;
}

.cabins-intro {
    max-width: 780px;
    margin-inline: auto;
}

.cabins-kicker,
.cabin-category {
    display: inline-block;
    color: #8b6f3d;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

.cabins-intro h1,
.cabin-copy h2 {
    color: #073f63;
    font-family: Georgia, serif;
}

.cabins-intro p {
    color: #555;
    font-size: 16px;
    line-height: 1.7;
}

.cabin-feature-card {
    background: #fff;
    margin-bottom: 42px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(0,0,0,.08);
    border: 1px solid rgba(0,0,0,.06);
}

.cabin-copy {
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cabin-copy h2 {
    font-size: clamp(26px, 3vw, 38px);
    margin-bottom: 18px;
}

.cabin-copy p {
    color: #4e4e4e;
    line-height: 1.75;
    margin-bottom: 24px;
}

.cabin-main-image {
    min-height: 390px;
}

.cabin-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Thumbnail strip */
.cabin-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 14px;
    background: #f1f1ee;
}

.cabin-thumbs img {
    width: 100%;
    height: 135px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    transition: .25s ease;
}

.cabin-thumbs img:hover {
    transform: scale(1.025);
    box-shadow: 0 8px 20px rgba(0,0,0,.18);
}

/* Button */
.cabin-btn {
    display: inline-block;
    width: fit-content;
    background: #073f63;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    padding: 13px 22px;
    border-radius: 4px;
    transition: .25s ease;
}

.cabin-btn:hover {
    background: #0b5d86;
    color: #fff !important;
    transform: translateY(-2px);
}

/* Mobile */
@media (max-width: 991px) {
    .cabin-copy {
        padding: 32px 26px;
    }

    .cabin-main-image {
        min-height: 280px;
    }

    .cabin-thumbs {
        grid-template-columns: repeat(2, 1fr);
    }

    .cabin-thumbs img {
        height: 120px;
    }
}

@media (max-width: 575px) {
    .cabin-thumbs {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        padding: 10px;
    }

    .cabin-thumbs img {
        height: 105px;
    }
}



.laketext h3 {color:#FFF;text-shadow:0 2px 1px #111;font-size:46px;text-transform:uppercase;font-family:var(--font-family-heading);}
.laketext p {color:#FFF;text-shadow:0 2px 1px #111;font-size:18px;line-height:1.2;}
/*------------------------------------------------*/
/* Footer Content STYLES */
/*------------------------------------------------*/

.footertopwrap {
	background: #f7f8fa;
	padding:15px 0;

}

.footerwrap {
    padding:15px 0;
	background:#f7f8fa;
}

.footerlinks {
    padding-left: 55px;
}

.footerlinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footerlinks ul li {
    margin-bottom: 24px;
}

.footerlinks li a:link, .footerlinks li a:visited {
    font-size: 1.5rem;
    font-weight: 400;
    color:#073e65;
    text-decoration: none;
    transition: all .25s ease;
    position: relative;
    font-family:var(--font-family-heading);
}

.footerlinks li a:hover, .footerlinks li a:active {
    color: #666;
    font-family:var(--font-family-heading);
}


.login {color:#666;font-size:12px;}
.login li {color:#00a9e1;font-size:12px;}


a.login:link {color:#666; font-size:12px; text-decoration:none;}
a.login:visited {color:#666; font-size:12px; text-decoration:none;}
a.login:active {color:#ad9669; font-size:12px; text-decoration:none;}
a.login:hover {color:#00a9e1; font-size:12px; text-decoration:underline;}

.copyright {font-size: 12px;color: #666;text-align:center;}

a.copyright:visited {color: #666; font-size:12px; text-decoration:none;}
a.copyright:active {color: #666; font-size:12px; text-decoration:none;}
a.copyright:link {color: #666; font-size:12px; text-decoration:none;}
a.copyright:hover {color: #00a9e1; font-size:12px; text-decoration:underline;}

.wecontrol {
    text-align: center;
    font-size: 11px;
    padding-top: 10px; 
	color: #666;

}

.wecontrol ul { 

  margin:0;
  padding:0;
}

.wecontrol ul li { 
  display: inline; 
  color: #666; 
  margin:0;
  padding:0;
}

.wecontrol ul li a
{
   text-decoration: none;
   padding: 3px;
   color: #666;
}

.wecontrol ul li a:hover {
    color:#ad9669;
    text-decoration:underline;
}

/*------------------------------------------------*/
/* @media Display STYLES */
/*------------------------------------------------*/


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

    .footerlinks ul {
	list-style:none;
	margin:0 20px 0 0;
    border-left:none;
}

.footerlinks ul li {
	list-style:none;
	margin:0;
}


.footerlinks li { text-align:center;font-size:18px;padding-bottom:10px;}
}

/* Small Devices, Tablets */

@media only screen and (max-width : 768px) {

    .welcometext h2 {color:#EEE;font-size:48px;font-weight:600;font-family:var(--font-family-heading);}
    .showcasetext h1 {color:#EEE;font-size:50px;font-weight:600;font-family:var(--font-family-heading);line-height:.9; }
.showcasetext h1 span {color:#EEE;font-size:20px;font-weight:400;font-family:var(--font-family-base);display:inline-block;}


}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  
}


/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}

