
* {
  margin: 0;
  padding: 0;
  font-family:"LatoWebLight";
}
body {
	margin: 0;
  	padding: 0;
	background-color: #1C2229;
	/*background-image: url("/images/bkgnd.jpg");
	background-repeat: no-repeat;
  	background-attachment: fixed;
	background-size: 100% auto;*/
	color:#fff;
}
h1 {
	font-family:"LatoWebBold";
	font-size: 3em;
}
h2 {
	font-family:"LatoWebMedium";
	font-size: 2em;
}
h3 {
	font-family:"LatoWebLight";
	font-size: 1em;
}
div.fullBackground {
	background-repeat: no-repeat;
	background-size: 100% auto;
}
div.main_container {
	position: relative;
	margin: auto;
	text-align: center;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	z-index:50;
}
div.image {
	margin: auto;
	text-align: center;
}
div.note {
	position:absolute;
	right: 20;
	text-align: justify;
	width: 364px;
	color:#fff;
	background-color: rgba(0, 0, 0, 0.75);
	border: solid black 1px;
	margin-right: 20px;
}
div.holder {
	position: relative;
	top:-250px;
}
div.galleryContent {
	position: relative;
	margin: auto;
	text-align: center;
	width: 60%;
    height: auto;
	color:#fff;
}
div.spacer {
	height: 50px;
}
div.justify {
	text-align: justify;
}	
div.hero {
    position: relative;
    border-bottom: thick double #656F92;
	width: 100vw;
	max-width:100%;
	height: 50vw;
	max-height: 1600px;
	overflow: hidden;
}
div.homeArrow {
     content:'';
     position: relative;
     top:0px;
     left: 0;
     right: 0;
     margin: 0 auto;
     width: 0;
     height: 0;
     border-top: 25px solid #656F92;
     border-left: 50px solid transparent;
     border-right: 50px solid transparent;
}
div.subHero {
    background-color: #1C2229;
	border-bottom: thick double #656F92;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100vw;
	max-width:100%;
	height: 50vh;
	max-height: 500px;
	
	
}
div.pageTitle {
	position: relative;
	height: 100%;
	width: 100%;
	margin: auto;
	line-height: 500px; /* <-- this is what you must define */
	color: #fff;
	/*font-size: 2.8em;*/
	font-size: 2vw;
	font-family: Marker Felt, fantasy;
	font-variant: small-caps;
	/*Outline*/
	text-shadow: 5px 5px black;
	/*SKEWING TEXT*/
	-moz-transform: rotate(-10deg) skew(-30deg, 0deg);
	-webkit-transform: rotate(-10deg) skew(-30deg, 0deg);
	-o-transform: rotate(-10deg) skew(-30deg, 0deg);
	-ms-transform: rotate(-10deg) skew(-30deg, 0deg);
	transform: rotate(-10deg) skew(-20deg, 0deg);
	/*DROP SHADOW*/
	-webkit-filter: drop-shadow(10px 10px 10px #ccc);
  	filter: drop-shadow(10px 10px 10px #000);
    pointer-events: none;
}
p.galTitle {
	line-height: 0px; /* <-- this is what you must define */
	color: #fff;
	overflow: visible;
	white-space: nowrap;
	font-size: 1.5vw;
	font-family: Verdana, fantasy;
	font-variant: small-caps;
	/*Outline*/
	text-shadow: 5px 5px black;
	/*SKEWING TEXT*/
	-moz-transform: rotate(-10deg) skew(-30deg, 0deg);
	-webkit-transform: rotate(-10deg) skew(-30deg, 0deg);
	-o-transform: rotate(-10deg) skew(-30deg, 0deg);
	-ms-transform: rotate(-10deg) skew(-30deg, 0deg);
	transform: rotate(-10deg) skew(-20deg, 0deg);
	/*DROP SHADOW*/
	-webkit-filter: drop-shadow(10px 10px 10px #ccc);
  	filter: drop-shadow(10px 10px 10px #000);
}
div.pageTitle::first-letter {
	font-size:1.5em;
	color: red;
    font-weight: bold;
    
}
div.footer  {
	position: relative;
	margin: auto;
	text-align: center;
	width: 60vw;
    height: auto;
	color:#fff;
	display: grid;
  	grid-template-columns: auto auto auto;
	background-color: #333;
}
div.marketing {
	height: 500px;
	width: 100%;
	background-color: orange;
}
div.action {
	position: relative;
	height: 500px;
	width: 100%;
	background-color: blue;
}
div.center {
	width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
table.white {
	color: #fff;
}
a.white {
	color: #fff;
}
table.iGallery {
	width: 568px;
	background-color: rgba(0, 0, 0, 0.5);
}
h3.textHeader {
	position:relative;
	top: -10px;
	background-color:#1C2229;
	width:70%;
	margin:auto;
}
div.circleImage {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 10%;
	border: solid #f00 .2em;
	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center;
}
img.round {
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
img.imageD {
	border: solid red 1px;
	padding: 10px;
	width:90%;
	/* height=396 width=528*/
}
div.threeGrid {
  display: grid;
  grid-gap: 50px;  /* Simply adjust this value !*/
  grid-template-columns: repeat(3, 1fr); /* OR grid-template-columns: 1fr 1fr 1fr;*/
  grid-auto-rows: 1fr;
  /*grid-template-columns: 300px 400px auto;*/
}
div.threeGrid2 {
  display: grid;
  grid-gap: 50px;  /* Simply adjust this value !*/
  grid-template-columns: repeat(3, 1fr); /* OR grid-template-columns: 1fr 1fr 1fr;*/
  grid-auto-rows: 1fr;
  /*grid-template-columns: 300px 400px auto;*/
}
div.threeGrid3 {
  display: grid;
  grid-gap: 20px 50px;  /* Simply adjust this value !*/
  grid-template-columns: 40% auto 40%; /* OR grid-template-columns: 1fr 1fr 1fr;*/
  grid-auto-rows: 1fr;
  /*grid-template-columns: 300px 400px auto;*/
}
div.threeGrid>div {
  min-height: 150px;
}
div.twoGrid {
  display: grid;
  grid-gap: 50px;  /* Simply adjust this value !*/
  grid-template-columns: repeat(2, 1fr); /* OR grid-template-columns: 1fr 1fr 1fr;*/
  /*grid-template-columns: 300px 400px auto;*/
}
div.twoGrid>div {
  min-height: 150px;
}
div.centerDetails {
	/*position: absolute;
	top:25vh;
	left:30vw;*/
	width:10vw;
	height:10vh;
	display: grid;
	align-items: center;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
p.callText {
	position:relative;
	font-size:.85em;
	top:-10px;
	background-color:#1C2229;
	width:200px;
	margin: 0 auto;
}
div.callBox {
	position: relative;
	width:250px;
	height:100px;
	border:solid red 1px;
	margin: 0 auto;
}
div.infoBox {
	position: relative;
    width:100%;
	height:320px;
	border:solid red 1px;
	margin: 0 auto;
	padding:10px;
	vertical-align: middle;
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align:justify;
}
p.learnText {
	position:relative;
	font-size:.85em;
	top:5px;
	background-color:#1C2229;
	width:100px;
	margin: 0 auto;
}
p.learnText2 {
	position:relative;
	font-size:.85em;
	top:-5px;
	background-color:#1C2229;
	width:100px;
	margin: 0 auto;
}
p.moreText {
	position:relative;
	font-size:.85em;
	top:-10px;
	background-color:#1C2229;
	width:200px;
	margin: 0 auto;
}
div.learnBox {
	position: relative;
    top:-20px;
	width: max-content;
	height:50px;
	border:solid red 1px;
	margin: 0 auto;
	padding: 5px;
}
img.showImage {
	width:320px;
	border-radius: 25px;
	border: solid #000 2px;
}
.crossed {
     background: 
         linear-gradient(to top left,
             rgba(255,0,0,0) 0%,
             rgba(255,0,0,0) calc(50% - 0.8px),
             rgba(255,0,0,1) 50%,
             rgba(255,0,0,0) calc(50% + 0.8px),
             rgba(255,0,0,0) 100%),
         linear-gradient(to top right,
             rgba(255,0,0,0) 0%,
             rgba(255,0,0,0) calc(50% - 0.8px),
             rgba(255,0,0,1) 50%,
             rgba(255,0,0,0) calc(50% + 0.8px),
             rgba(255,0,0,0) 100%);
}
.aboutImgWidth {
	width:70vw;
}
.aboutImg2Width {
	width:14vw;
}
/*FONTS*/
/* Webfont: Lato-Bold */@font-face {
    font-family: 'LatoWebBold';
    src: url('/includes/fonts/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('/includes/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/includes/fonts/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('/includes/fonts/Lato-Bold.woff') format('woff'), /* Modern Browsers */
         url('/includes/fonts/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Hairline */@font-face {
    font-family: 'LatoWebHairline';
    src: url('/includes/fonts/Lato-Hairline.eot'); /* IE9 Compat Modes */
    src: url('/includes/fonts/Lato-Hairline.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/includes/fonts/Lato-Hairline.woff2') format('woff2'), /* Modern Browsers */
         url('/includes/fonts/Lato-Hairline.woff') format('woff'), /* Modern Browsers */
         url('/includes/fonts/Lato-Hairline.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Light */@font-face {
    font-family: 'LatoWebLight';
    src: url('/includes/fonts/Lato-Light.eot'); /* IE9 Compat Modes */
    src: url('/includes/fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/includes/fonts/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
         url('/includes/fonts/Lato-Light.woff') format('woff'), /* Modern Browsers */
         url('/includes/fonts/Lato-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Medium */@font-face {
    font-family: 'LatoWebMedium';
    src: url('/includes/fonts/Lato-Medium.eot'); /* IE9 Compat Modes */
    src: url('/includes/fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/includes/fonts/Lato-Medium.woff2') format('woff2'), /* Modern Browsers */
         url('/includes/fonts/Lato-Medium.woff') format('woff'), /* Modern Browsers */
         url('/includes/fonts/Lato-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
