@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Vujahday+Script&display=swap');

/*------------------------------------------------*/
/* Global STYLES */
/*------------------------------------------------*/

a, a:link, a:visited, a:active {
    color:#0a78bd;
    text-decoration: none; 
	-webkit-transition:all ease .3s; transition:all ease .3s;
}

a:hover {
    color:#666; 
    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:52px;
    color:#222;
	font-family: "Oswald", sans-serif;
	font-weight:600;
}


h2 {
    font-size: 30px;
	color:#0a78bd;
	font-weight:600;
	font-family: "Oswald", 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 #0a78bd;
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}

div, p {line-height:24px; font-size:17px; color:#222;font-family: "Oswald", sans-serif;}

td {color:#222;padding:5px;line-height:18px; font-size:16px;font-family: "Oswald", 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:#0a78bd;-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:#0a78bd;-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:#0a78bd;margin:0;}
#dnnMenu .topLevel li.active a:focus{font-size:18px;color:#0a78bd;margin:0;} 
#dnnMenu .topLevel li.active a:hover{font-size:18px;color:#0a78bd;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:#0a78bd;border-radius:0;transition: all .4s ease;}
	
#dnnMenu .topLevel>.open>a:hover{font-size:18px;color:#0a78bd;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:focus{font-size:18px;color:#0a78bd;transition: all .4s ease;}

#dnnMenu .topLevel>.active.open>a {font-size:18px;color:#0a78bd;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:hover {font-size:18px;color:#0a78bd;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:focus{font-size:18px;color:#0a78bd;transition: all .4s ease;}	


#dnnMenu .topLevel .dropdown.open a span{font-size:18px;color:#EEE;font-weight:400;}
#dnnMenu .topLevel .dropdown.open a:hover span{font-size:18px;color:#0a78bd;font-weight:400;}
#dnnMenu .topLevel .dropdown-menu.subLevel a span{color:#0a78bd;}


#dnnMenu .dropdown-menu {background-color:#221b18}

#dnnMenu .dropdown.open .subLevel>li a span{font-size:18px;color:#EEE;}
#dnnMenu .dropdown.open .subLevel>li a:focus span{font-size:18px;color:#0a78bd;}
#dnnMenu .dropdown.open .subLevel>li a:hover span{font-size:18px;color:#0a78bd;}
	
/*.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 {margin-left:7px;}


#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:#0a78bd;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:#041224;
    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: 20px auto 0 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:#0a78bd;
  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:#0a78bd;
  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%;
}



/*------------------------------------------------*/
/* Header STYLES */
/*------------------------------------------------*/

.headerwrap{background:#1e2024;}
.menuwrap{background:#101010;padding:7px 0;}

.logo {text-align:center;padding-top:3px;}

.contacttext {text-align:right;padding:10px 0;}
.contacttext a:link, .contacttext  a:visited {color:#DDD;font-size:22px;padding:0 6px 0 6px;}
.contacttext a:hover, .contacttext a:active {color:#FFF;font-size:22px;padding:0 6px 0 6px;}

.headertext {text-align:center;}
.headertext h1 {font-size:22px;font-weight:400;color:#0a78bd;padding-top:20px;}
.headertext h1 span {font-size:16px;font-weight:400;color:#DDD;}
.headertext a:link, .headertext  a:visited {color:#DDD;font-size:18px;padding:0 6px 0 6px;}
.headertext a:hover, .headertext a:active {color:#FFF;font-size:18px;padding:0 6px 0 6px;}

/*------------------------------------------------*/
/* Main Content STYLES */
/*------------------------------------------------*/


.showcasewrap {
	background:transparent;

}

.showcasewrapbk {
	width:100%;
	background-image:url('images/showcase-responsivebk_bg.jpg');
	background-size:cover;
	background-position:top center;
	padding-bottom:24%;
}

.showcasetext {text-align:center;padding:115px 0 50px 0;}
.showcasetext h2 {font-size:5rem;color:#EEE;font-weight:600;}
.showcasetext h2  span {font-size:5rem;color:#0a78bd;font-weight:400;}

.showcasetext h4 {font-size:2rem;color:#0a78bd;font-weight:600;}
.showcasetext h4 span {font-size:2rem;color:#EEE;font-weight:400;}

.teartoprepeat {background:url('images/rip-repeat-top_bg.png') repeat-x left bottom;height:75px;margin-top:-70px;}
.tearmainwrap {background:url('images/tear-body-repeat_bg.jpg') repeat top left;}
.tearbottomrepeat {background:url('images/rip-repeat-bottom_bg.png') repeat-x left top;height:75px;position:relative;z-index:1;margin-top:-3px;}

.contactwrap {
	padding: 50px 0 50px 0;
	background:url('images/main-repeat_bg.jpg') repeat top left;
}

.welcometext {text-align:center}
.welcometext h2 {font-size:58px;text-align:center;color:#EEE;font-family: "Vujahday Script", cursive;padding:15px 0 25px 0;}

.welcometext p {font-size:22px;text-align:center;color:#EEE;line-height:28px;}
.welcometext p a:link, .welcometext p a:visited{font-size:22px;text-align:center;color:#0a78bd;line-height:28px;}
.welcometext p a:hover, .welcometext p a:active{font-size:22px;text-align:center;color:#EEE;line-height:28px;}

.link-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.rotated-block {
  transition: transform 0.3s ease;
}

.rotate-left {
  transform: rotate(-4deg);
}

.rotate-right {
  transform: rotate(2deg);
}

.rotated-block:hover {
  transform: rotate(0deg);
}

.link-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

/* ✅ h3 must be inside link-wrapper with absolute positioning */
.link-wrapper h3 {
  position: absolute;
  font-family: "Vujahday Script", cursive;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 2rem;
  text-align: center;
  pointer-events: none;
  z-index: 1;
}

.productwrap {background:#041224;margin-top:-75px;position:relative;z-index:0;padding-top:105px;}

.producttext {text-align:center;}
.producttext h3 {color:#EEE;font-size:52px;padding:20px 0;}

.pill-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;                 /* Horizontal layout */
  flex-wrap: wrap;              /* Allow wrapping if needed */
  gap: 10px;                    /* Space between pills */
  justify-content: flex-start;  /* Or center if desired */
}

ul.pill-list { border-top:1px solid #0a78bd;border-bottom:1px solid #0a78bd;padding:25px 0;}

.pill-list li a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #eee;
  border-radius: 50px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s;
  border: 1px solid #ccc;
}

.pill-list li a:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.testimonialwrap {
	width:100%;
	background-image:url('images/testimonial-responsive_bg.jpg');
	background-size:cover;
	background-position:top center;
	padding-bottom:24%;
}

.testimonialtext {text-align:center;padding-top:25px;}
.testimonialtext h4 {font-weight:600; font-size:30px;color:#0a78bd;}

.mapwrap {background:#000201;}


.mainwrap {
	background:#f1f1f1;
    position:relative;
    padding:75px 0;
}
.mainarea {background:#FFF;padding:1.2rem;}
.backwrap {
	padding: 50px 0 120px 0;
	background:#FFF;
}

.backbox {padding:25px;background:#f3f2ed;}




/*------------------------------------------------*/
/* Footer Content STYLES */
/*------------------------------------------------*/

.footertopwrap {
	background:#0d0d0d;
    padding:25px 0 25px 0;
}

.footerwrap {
	background:#1b1b1b;
}
.footerlinks {text-align:center;}
.footerlinks h3 {font-size:26px;color:#0a78bd;}

.footerlinks p {font-size:20px;color:#ccc;text-align:center;}

.footerlinks img {text-align:center;padding:5px;}

.footerlinks a:link, .footerlinks a:visited { color:#EEE;font-size:32px;padding:0 5px;}
.footerlinks a:hover, .footerlinks a:active { color:#0a78bd;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,#0a78bd,#654f39,#654f39,#514334);
  border: 1px solid #0a78bd;
  border-radius:25px;
  font-family: "Oswald", 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: #0a78bd;
  font-size:20px;
  display: block;
  width: 100%;
  background:linear-gradient(180deg,#eee,#fff,#eee);
  border: 1px solid #eee;
  border-radius:25px;
  font-family: "Oswald", 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: "Oswald", 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;
}



/*------------------------------------------------*/
/* @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) {

.contacttext {text-align:center;padding:10px 0;}
  .producttext h3 {color:#EEE;font-size:46px;padding:20px 0;}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
.contacttext {text-align:center;padding:10px 0;}
.showcasetext {text-align:center;padding:115px 0 50px 0;}
.showcasetext h2 {font-size:3.5rem;color:#EEE;font-weight:600;}
.producttext h3 {color:#EEE;font-size:42px;padding:20px 0;}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .contacttext {text-align:center;padding:10px 0;}
    .showcasetext {text-align:center;padding:115px 0 50px 0;}
.showcasetext h2 {font-size:2.5rem;color:#EEE;font-weight:600;}
.welcometext h2 {font-size:38px;text-align:center;color:#EEE;font-family: "Vujahday Script", cursive;padding:15px 0 25px 0;}
.producttext h3 {color:#EEE;font-size:32px;padding:20px 0;}

.welcometext p {font-size:16px;text-align:center;color:#EEE;line-height:28px;}
.welcometext p a:link, .welcometext p a:visited{font-size:16px;text-align:center;color:#0a78bd;line-height:28px;}
.welcometext p a:hover, .welcometext p a:active{font-size:16px;text-align:center;color:#EEE;line-height:28px;}
}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    .contacttext {text-align:center;padding:10px 0;}
    .showcasetext {text-align:center;padding:115px 0 50px 0;}
.showcasetext h2 {font-size:2.2rem;color:#EEE;font-weight:600;}
.welcometext h2 {font-size:30px;text-align:center;color:#EEE;font-family: "Vujahday Script", cursive;padding:15px 0 25px 0;}
.producttext h3 {color:#EEE;font-size:28px;padding:20px 0;}
.welcometext p {font-size:16px;text-align:center;color:#EEE;line-height:28px;}
.welcometext p a:link, .welcometext p a:visited{font-size:16px;text-align:center;color:#0a78bd;line-height:28px;}
.welcometext p a:hover, .welcometext p a:active{font-size:16px;text-align:center;color:#EEE;line-height:28px;}

  }

/* Custom, smaller than the smallest Bootstrap breakpoint */

@media (max-width: 320px) {
 .contacttext {text-align:center;padding:10px 0;}
 .showcasetext {text-align:center;padding:115px 0 50px 0;}
.showcasetext h2 {font-size:2rem;color:#EEE;font-weight:600;}
.welcometext h2 {font-size:30px;text-align:center;color:#EEE;font-family: "Vujahday Script", cursive;padding:15px 0 25px 0;}
.producttext h3 {color:#EEE;font-size:28px;padding:20px 0;}

}


