@charset "UTF-8";
@import url("https://use.typekit.net/scc2kvl.css");
/*------------------------------------------------*/
/* Global STYLES */
/*------------------------------------------------*/

a, a:link, a:visited, a:active {
    color:#4168b2;
    text-decoration: none; 
	-webkit-transition:all ease .3s; transition:all ease .3s;
}

a:hover {
    color:#0866ff; 
    text-decoration: none;
	-webkit-transition:all ease .3s; transition:all ease .3s;
}

body {
	
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
    margin: 0 0 10px 0;
}

h1 {
    font-size:34px;
    color:#4168b2;
	font-family: "klavika-web", sans-serif;
	font-weight:600;
}


h2 {
    font-size: 30px;
	color:#222;
	font-weight:600;
	font-family: owners-text, sans-serif;
}

h3 {
    font-size: 24px;
    color: #333;
	font-weight:400;
}

h4 {
    font-size: 20px;
    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: solid #4168b2;
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}

div, p {line-height:24px; font-size:17px; color:#222;font-family: owners-text, sans-serif;}

td {color:#222;padding:5px;line-height:17px; font-size:16px;font-family: owners-text, sans-serif;}

ul li {
    font-size:  16px; 
	color:#222;
	margin-bottom: 8px;
	}

ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
	font-size:  16px; 
}

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%;
}


/* End Main boxes flex column STYLES */

.imglg{ transition: all .2s ease-in-out; }
.imglg:hover { transform: scale(1.02); }


/*------------------------------------------------*/
/* Navigation Styles */
/*------------------------------------------------*/
.nav-link {padding:3px 0}
.navbar-toggler {margin-bottom:3px;}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.navbar-nav.sm-collapsible a.has-submenu {padding-right:0;}

.navbar-nav {width:100%;display:block;margin:0;}

#dnnMenu {width:100%;margin:0 4px;}

#dnnMenu .topLevel > li > a span {
    position: relative; /* Added to provide a positioning context for pseudo-elements */
    display: inline-block; /* Makes span able to contain pseudo-elements */
    font-size: 18px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .2s ease; /* Ensure smooth color transition */
}

#dnnMenu .topLevel > li > a span:before,
#dnnMenu .topLevel > li > a span:after {
    content: '';
    position: absolute;
    bottom: 0; /* Align with the bottom of the span */
    width: 0;
    height: 2px; /* Border thickness */
    background-color: #FFF; /* Border color, adjust as needed */
    transition: all 0.3s ease-out;
}

#dnnMenu .topLevel > li > a span:before {
    left: 50%;
}

#dnnMenu .topLevel > li > a span:after {
    right: 50%;
}

#dnnMenu .topLevel > li > a:hover span:before,
#dnnMenu .topLevel > li > a:focus span:before {
    left: 0; /* Adjust to start from the edge */
    width: 50%; /* Adjust expansion */
}

#dnnMenu .topLevel > li > a:hover span:after,
#dnnMenu .topLevel > li > a:focus span:after {
    right: 0; /* Adjust to start from the edge */
    width: 50%; /* Adjust expansion */
}


#dnnMenu .topLevel li {width:100%;background:transparent;list-style-type:none;float:none;margin:0;border-top:1px solid rgba(0,0,0,.1);}
	
#dnnMenu .topLevel li a {width:100%;text-align:center;font-size:18px;margin:0;display:block;color:#EEE;-webkit-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;transition:all .2s ease 0s;}
#dnnMenu .topLevel li a:focus {width:100%;text-align:center;font-size:18px;margin:0;display:block;color:#FFF;-webkit-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;transition:all .2s ease 0s;}
#dnnMenu .topLevel li a:hover {width:100%;text-align:center;font-size:18px;margin:0;display:block;color:#FFF;-webkit-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;transition:all .2s ease 0s;}
	
#dnnMenu .topLevel li.active a{font-size:18px;color:#FFF;margin:0;}
#dnnMenu .topLevel li.active a:focus{font-size:18px;color:#FFF;margin:0;} 
#dnnMenu .topLevel li.active a:hover{font-size:18px;color:#FFF;margin:0;}

#dnnMenu .topLevel>li>a span {font-size:18px;margin:0;} 
#dnnMenu .topLevel>li>a:focus span{font-size:18px;margin:0;}
#dnnMenu .topLevel>li>a:hover span{font-size:18px;margin:0;}
	
#dnnMenu .topLevel>.open>a {font-size:18px;color:#FFF;border-radius:0;transition: all .4s ease;}
	
#dnnMenu .topLevel>.open>a:hover{font-size:18px;color:#FFF;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:focus{font-size:18px;color:#FFF;transition: all .4s ease;}

#dnnMenu .topLevel>.active.open>a {font-size:18px;color:#FFF;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:hover {font-size:18px;color:#FFF;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:focus{font-size:18px;color:#FFF;transition: all .4s ease;}	


#dnnMenu .topLevel .dropdown.open a span{font-size:18px;color:#FFF;}
#dnnMenu .topLevel .dropdown-menu.subLevel a span{color:#FFF;}


#dnnMenu .dropdown-menu {background-color:#221b18}

#dnnMenu .dropdown.open .subLevel>li a span{font-size:16px;color:#ad680e;}
#dnnMenu .dropdown.open .subLevel>li a:focus span{font-size:16px;color:#ad680e;}
#dnnMenu .dropdown.open .subLevel>li a:hover span{font-size:16px;color:#ad680e;}
	
/*.navbar-nav.sm-collapsible .caret,.navbar-nav.sm-collapsible ul .caret{color:#afa99f;position:absolute;right:0;padding:0;width:40px;height:40px;text-align:center;border-width:1px;border-style:solid;top:0;border:none;display:block;margin:0;border-radius:0;font-size:1.3em;content:none;}
*/	

#dnnMenu .topLevel > li.dropdown > a::after {
    content: "\25BC"; /* Down arrow */
    display: inline-block;
    transition: transform 0.3s ease; /* Smooth transform transition */
    padding: 10px;
}

#dnnMenu .topLevel > li.dropdown.active > a::after {
    transform: rotate(-180deg); /* Flip the arrow to point up */
}
#dnnMenu .dropdown-menu{padding:0;}
#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:#FFF;background:#56483a;border-bottom:1px solid #CCC;padding:0;border-top:none;}
#dnnMenu .dropdown-menu.subLevel li a {font-size:18px;color:#333;background:#f1f1f1;padding:0;}
#dnnMenu .dropdown-menu.subLevel li a:hover {font-size:18px;color:#333;background:#DDD;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li {font-size:18px;color:#333;background:#f1f1f1;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li a:hover { font-size:18px;color:#333;background:#f1f1f1;padding:0;}

.main-navigation {
		height:auto;
		width:100%;}
	
	nav {display:none;}
	
	a.mobile-nav-btn {
		display:block;
		float:right;z
		width:50px;
		height:46px;
		margin-top:15px;
		text-align:center;
		color:#383838;
	}

a.mobile-nav-btn:hover{text-decoration:none;}




/* Icon 3 */
                  

.menuslide {
    background:#4168b2;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 0; /* Initial state with no width */
    display: block;
    overflow: hidden;
    z-index: 500;
    transition: width 0.5s ease-in-out; /* Add this line */
    backdrop-filter: blur(16px) saturate(180%);
}

.menuslide.open {
    width: 300px; /* Adjust as needed */

}


#nav-icon3 {
  width: 42px;
  height: 35px;
  position:relative;
  margin: 10px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
cursor: pointer;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background:#4168b2;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 15px;
}

#nav-icon3 span:nth-child(4) {
  top: 31px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}



/* Icon on menu */

#nav-icon {
  width: 45px;
  height: 35px;
  position: relative;
  margin: 10px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span{
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background:#FFF;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 18px;
}

#nav-icon span:nth-child(4) {
  top: 31px;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}



/*------------------------------------------------*/
/* Global Button Styles */
/*------------------------------------------------*/



.MoreButton a:link, .MoreButton a:visited {
  padding: 16px;
  text-align: center;
  color: #FFF;
  font-size:20px;
  display: block;
  width: 100%;
  background: #;
  border: 1px solid #ad680e;
  border-radius:25px;
  font-family: 'Montserrat', sans-serif;
  margin:3px 0 3px 0;
  -webkit-transition:all ease .5s; transition:all ease .5s;
  transition: box-shadow .5s ease, transform .5s ease; /* Add transform to your transitions */
  box-shadow: 0 2px 8px 3px rgba(0,0,0,0.4); 
}

.MoreButton a:hover, .MoreButton a:active {
  padding: 16px;
  text-align: center;
  color: #ad680e;
  font-size:20px;
  display: block;
  width: 100%;
  background:linear-gradient(180deg,#eee,#fff,#eee);
  border: 1px solid #eee;
  border-radius:25px;
  font-family: 'Montserrat', sans-serif;
  margin:3px 0 3px 0; 
  -webkit-transition:all ease .5s; transition:all ease .5s;
  box-shadow: 0 0 4px rgba(0,0,0,0.3); /* Adjust the box-shadow for a raised effect */
  transform: translateY(2px); /* Slightly raise the button on hover */


}




/*------------------------------------------------*/
/* Header STYLES */
/*------------------------------------------------*/

.menuwrap{background:#FFF;}

.logo {
  display: flex;
  flex-direction: row;
  align-items: center; /* horizontally center everything */
  justify-content: center;
}

.logo-image {
  margin-bottom: 1rem; /* space between logo and icons */
}

.logo-icons {
  display: flex;
  justify-content: center;
}

.logo-icons a {
  color: #4168b2;
  font-size: 42px;
  transition: color 0.3s ease;
  padding-top:7px;
}

.logo-icons a:hover,
.logo-icons a:active {
  color: #0866ff;
}

/*------------------------------------------------*/
/* Main Content STYLES */
/*------------------------------------------------*/


.showcasewrap {
	background:linear-gradient(180deg, #4168b2, #dae8e9 );
    padding:85px 0 85px;
}

.showcasetext {text-align:center;}
.showcasetext h2 {color:#EEE;font-size:68px;font-family: "klavika-web", sans-serif;}
.showcasetext h2 span {color:#EEE;font-size:80px;font-family: "klavika-web", sans-serif;}
.showcasetext h3 { color:#EEE; font-family: 'Montserrat', sans-serif;font-size:60px;}

.showcasewrapbk {
	width:100%;
	background-image:url('images/showcase-responsivebk_bg.jpg');
	background-size:cover;
	background-position:top center;
	padding-bottom:24%;
}

.welcometext {text-align:center;}
.welcometext h2 {color:#111;font-size:3rem;font-family: "klavika-web", sans-serif;}
.welcometext h3 { color:#111; font-family: 'Montserrat', sans-serif;font-size:3rem;}
.welcometext p { color:#111; font-family: 'Montserrat', sans-serif;font-size:1rem;}


.shopbox {box-shadow:0 0 20px 1px rgba(0,0,0,0.1);padding:1.5rem;border-radius:25px;margin-top:-55px;background:#FFF;border:1px solid #DDD;}

.shoptext h2 {font-size:52px;font-family: "klavika-web", sans-serif;color:#a9c274;}
.shoptext h3 {font-size:40px;font-family: "klavika-web", sans-serif;color:#a9c274;font-weight:300;}
.shoptext p {color:#222;font-size:20px;line-height:1.3;}

.backbox {box-shadow:0 0 20px 1px rgba(0,0,0,0.1);padding:1.5rem;border-radius:25px;margin-top:0;background:#FFF;border:1px solid #DDD;}


.mainwrap {
	background:#f1f1f1;
    padding:30px 0;
    }


/*------------------------------------------------*/
/* Blog Page STYLES */
/*------------------------------------------------*/


.listingwrap {
	padding: 50px 0 50px 0;
	background:url('images/main-repeat_bg.jpg') repeat top left;
    box-shadow:10px 0 15px 1px rgba(0,0,0,0.5);
    position:relative;
}
.mainarea {background:#f8f7f3;padding:20px;border:1px solid #DDD;box-shadow:0 0 15px 0 rgba(0,0,0,0.1);}

.listingarea h1 {
    color:#56483a;
    font-size:28px;
    margin-bottom:3px;
    
}
.listingarea h3 {
    color: #56483a;
    font-size:18px;
    margin-bottom:3px;
    
}

.listingsocial { background:#EEE;padding:7px;border:1px solid #DDD; border-radius:9px;}

.listingsocial a:link, .listingsocial a:visited {padding:8px 5px 0 5px;}
.listingsocial a:hover, .listingsocial a:active {padding:8px 5px 0 5px;}

.listingarea p {font-size:15px;line-height:18px;}

.listshowcaseimg {
    overflow: hidden;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    max-height: 475px; 
    width: 100%; 
}

.listshowcaseimg img {
    max-height: 100%; 
    max-width: 100%; 
    object-fit: cover;
}

.listinggalleryimg {
    overflow: hidden;
    display: flex; 
    justify-content: center;
    align-items: center; 
    height:125px;
    width: 100%; 
}

.listinggalleryimg img {
    width:auto;
    max-height: 100%;
    max-width: 100%;
}

/*------------------------------------------------*/
/* Footer Content STYLES */
/*------------------------------------------------*/



.footerwrap {
	background:#333;
}

.footerlinks ul {margin:75px 0 0 25px;padding:0;list-style:none;}
.footerlinks ul li {margin:0}
.footerlinks li {padding:8px 0;text-align: left;}
.footerlinks li a:link, .footerlinks li a:visited { color:#afa99f;font-size:20px;}
.footerlinks li a:hover, .footerlinks li a:active { color:#ad680e;font-size:20px;}

.footerlinks p {font-size:16px;color:#ccc;text-align:left;}
.footerlinks img {text-align:center;padding:5px;}
.footerlinks a:link, .footerlinks a:visited { color:#afa99f;font-size:32px;padding:0 5px;}
.footerlinks a:hover, .footerlinks a:active { color:#ad680e;font-size:32px;padding:0 5px;}

.footerlinks .BrownButton a:link, .footerlinks .BrownButton a:visited {
  padding: 16px;
  text-align: center;
  color: #FFF;
  font-size:20px;
  display: block;
  width: 100%;
  background:linear-gradient(180deg,#56483a,#4168b2,#4168b2,#514334);
  border: 1px solid #56483a;
  border-radius:25px;
  font-family: 'Montserrat', sans-serif;
  margin:3px 0 3px 0;
  -webkit-transition:all ease .5s; transition:all ease .5s;
  transition: box-shadow .5s ease, transform .5s ease; /* Add transform to your transitions */
  box-shadow: 0 2px 8px 3px rgba(0,0,0,0.4); 


}

.footerlinks .BrownButton a:hover, .footerlinks .BrownButton a:active {
  padding: 16px;
  text-align: center;
  color: #56483a;
  font-size:20px;
  display: block;
  width: 100%;
  background:linear-gradient(180deg,#eee,#fff,#eee);
  border: 1px solid #eee;
  border-radius:25px;
  font-family: 'Montserrat', sans-serif;
  margin:3px 0 3px 0; 
  -webkit-transition:all ease .5s; transition:all ease .5s;
  box-shadow: 0 0 4px rgba(0,0,0,0.3); /* Adjust the box-shadow for a raised effect */
  transform: translateY(2px); /* Slightly raise the button on hover */


}

.login {color:#EEE;font-size:11px;}
.login li {color:#EEE;font-size:11px;}

a.login:visited {color:#EEE; font-size:11px; text-decoration:none;}
a.login:active {color:#EEE; font-size:11px; text-decoration:none;}
a.login:link {color:#EEE; font-size:11px; text-decoration:none;}
a.login:hover {color:#FFF; font-size:11px; text-decoration:underline;}

.copyright {font-family: 'Montserrat', sans-serif;font-size: 12px;color: #EEE;text-align:center;padding:5px;}

a.copyright:visited {color: #EEE; font-size:12px; text-decoration:none;}
a.copyright:active {color: #EEE; font-size:12px; text-decoration:none;}
a.copyright:link {color: #EEE; font-size:12px; text-decoration:none;}
a.copyright:hover {color: #FFF; font-size:12px; text-decoration:underline;}

.wecontrol {
    text-align: center;
    font-size: 11px;
    padding-top: 10px; 
	color: #EEE;
}

.wecontrol ul { 
  margin:0;

}
.wecontrol ul li { 
  display: inline; 
  color: #EEE;
  margin:0;
  
}

.wecontrol ul li a
{
   text-decoration: none;
   padding: 3px;
   color: #EEE;
}

.wecontrol ul li a:hover {
    color: #FFF;
    text-decoration:underline;
}

.page-break-section {box-shadow:none !important;}



/*------------------------------------------------*/
/* @Timed Lightbox STYLES */
/*------------------------------------------------*/



.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
     z-index:9999;
}

.lightbox-content {
    position: fixed;
    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: 9999;
    max-width: 90vw;
    max-height: 90vh;
    overflow-y: auto;
}

.close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-size: 24px;
    z-index:1600;
    font-weight:800;
    color:#7d8b49;
}


.testimonialbox {padding:15px;text-align:center;}
.testimonialbox h3 {font-size:28px; font-weight:600;color:#EEE;}
.testimonialbox p {font-size:22px;line-height:28px; font-weight:600;color:#111;}

.testimonialtext li p {font-size:18px;line-height:22px;color:#4168b2;text-align:center;font-style:italic;}



@media screen and (max-width: 480px) {
  .lightbox-content {
    width: 90%;
    padding: 15px;
  }

  .lightbox-content h3 {
    font-size: 18px;
  }
}


/*------------------------------------------------*/
/* @media Display STYLES */
/*------------------------------------------------*/


/* XXL devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
                
    .showcasetext h2 {color:#EEE;font-size:3rem;font-family: "klavika-web", sans-serif;}
    .showcasetext h2 span {color:#EEE;font-size:3rem;font-family: "klavika-web", sans-serif;}
    .showcasetext h3 { color:#EEE; font-family: 'Montserrat', sans-serif;font-size:3rem;}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
            
    .showcasetext h2 {color:#EEE;font-size:2rem;font-family: "klavika-web", sans-serif;}
    .showcasetext h2 span {color:#EEE;font-size:2rem;font-family: "klavika-web", sans-serif;}
    .showcasetext h3 { color:#EEE; font-family: 'Montserrat', sans-serif;font-size:2rem;}

    .welcometext {text-align:center;}
    .welcometext h2 {color:#111;font-size:2.2rem;font-family: "klavika-web", sans-serif;}
    .welcometext h3 { color:#111; font-family: 'Montserrat', sans-serif;font-size:2.2rem;}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
            
    .showcasewrap {
	    background:linear-gradient(180deg, #4168b2, #dae8e9 );
        padding:15px 0 85px 0;
    }
    .showcasetext h2 {color:#EEE;font-size:2rem;font-family: "klavika-web", sans-serif;}
    .showcasetext h2 span {color:#EEE;font-size:2rem;font-family: "klavika-web", sans-serif;}
    .showcasetext h3 { color:#EEE; font-family: 'Montserrat', sans-serif;font-size:2rem;}

    .welcometext {text-align:center;}
    .welcometext h2 {color:#111;font-size:2rem;font-family: "klavika-web", sans-serif;}
    .welcometext h3 { color:#111; font-family: 'Montserrat', sans-serif;font-size:2rem;}
    .welcometext p { color:#111; font-family: 'Montserrat', sans-serif;font-size:.8rem;line-height:.9;}


    .shopbox {padding:1.0rem;}



}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
                    
    .showcasewrap {
	    background:linear-gradient(180deg, #4168b2, #dae8e9 );
        padding:15px 0 55px 0;
    }
    .showcasetext h2 {color:#EEE;font-size:1.7rem;font-family: "klavika-web", sans-serif;}
    .showcasetext h2 span {color:#EEE;font-size:1.3rem;font-family: "klavika-web", sans-serif;}
    .showcasetext h3 { color:#EEE; font-family: 'Montserrat', sans-serif;font-size:1.2rem;}
    .showcasetext img {width:90%;height:auto;}

    .welcometext {text-align:center;}
    .welcometext h2 {color:#111;font-size:1.3rem;font-family: "klavika-web", sans-serif;}
    .welcometext h3 { color:#111; font-family: 'Montserrat', sans-serif;font-size:1.3rem;}
    .shopbox {padding:.7rem;}

    .logo-icons a {
      color: #4168b2;
      font-size: 28px;
      padding-top:12px; /* adjust icon padding here */
      transition: color 0.3s ease;
    }

    .logo-icons a:hover,
    .logo-icons a:active {
      color: #0866ff;
    }
  }

/* Custom, smaller than the smallest Bootstrap breakpoint */

@media (max-width: 320px) {
 
}


