@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	box-sizing: inherit;
	-webkit-tap-highlight-color: transparent;
	font-weight: 300;
	font-size: 0.8125rem;
	line-height: 1.375rem;
	letter-spacing: 0.08rem;
	color: rgba(62,62,62,1.00);
}

/* LAYOUT SETUp */
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 1% 1% 1%;
	
}
.col:first-child {
	margin-left: 0%;
	text-align: right;
	
}

/*  HEADER  */
.header:before,
.header:after { content:""; display:table; }
.header:after { clear:both;}
.header { 
	zoom:1; /* For IE 6/7 */ 
	
}

/*  CONTENT  */
.content:before,
.content:after { content:""; display:table; }
.content:after { clear:both;}
.content {
	zoom:1; /* For IE 6/7 */ 
	align-items: center;
	justify-content: center;
	align-content: center;
}

/*  FOOTER */
.footer:before,
.footer:after { content:""; display:table; }
.footer:after { clear:both;}
.footer {
	zoom:1; /* For IE 6/7 */
	text-align: center;
	align-items: center;
	justify-content: center;
	align-content: flex-end;
	background-color: #282828;
	color: #FFF;
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 60%; }
.span_1_of_3 { width: 20%; }

/*#strow {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}*/


.aboutImg {
	border-radius: 5px;
	padding: 5px 15px 5px 0;
}
.respImg {
  max-width: 100%;
  height: auto;
}


/* POPUP */
.popup_content {
	padding: 5px;
	width: 40%;
	max-width: 100%;
}
.embed-container1 {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	box-sizing: border-box;
	overflow: hidden;
	max-width: 100%;
}
.embed-iframe1 {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
.popup1_open {
	border: none;
	background-color: white;
	box-sizing: border-box;
}

.popup2_open {
	border: none;
	box-sizing: border-box;
}
.embed-container2 {
	position: relative;
	padding-bottom: 55%;
	height: 0;
	box-sizing: border-box;
	overflow: hidden;
	max-width: 100%;
}
.embed-iframe2 {
	position: absolute;
	top: 0;
	box-sizing: border-box;
	left: 0;
	width: 100%;
	height: 100%;
}



/* IMAGE GALLERY */
/*div.brdImg-tile {
  background-color: #FFFFFF;
  width: 10px;
  height: 10px;
  text-align: center;
  /*border-collapse: collapse;
}
/*.brdImg-tile {
  border: 2px solid #0000;
  padding: 2px 2px;
}
.divTableCell {
  font-size: 14px;
  font-weight: bold;
  color: #282828; 
}*/
/*.bi_tile-sh {
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
}
.bi_tile-sh:before, .bi_tile-sh:after {
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:20px / 10px;
    border-radius:20px / 10px;
}
.bi_tile-sh:hover {
	-webkit-box-shadow:0 0 20px rgba(0,172,255,1.00);
	-moz-box-shadow:0 0 20px rgba(0,172,255,1.00);
	box-shadow:0 0 20px rgba(0,172,255,1.00);
}
.bi_tile-sh:after {
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}*/



.masonry-wrapper {
  padding: 1.5em;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
.masonry {
  columns: 1;
  column-gap: 5px;
}
.masonry-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {  .masonry {
    columns: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .masonry {
    columns: 3;
  }
}
.masonry-item, .masonry-content {
  border-radius: 2px;
  overflow: hidden;
}
.masonry-item {
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, .3));
  transition: filter .25s ease-in-out;
}
.masonry-item:hover {
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, .3));
}



.mob {
	position: absolute;
	left: 55px;
	top: 18px;
	max-width: 100%;
	width: 436px;
   z-index: 10;
}
.igrow {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.igcol {
	flex: 45%;
	max-width: 10%;
	padding: 0 4px;
}

.igcol img {
  margin-top: 9px;
  vertical-align: middle;
  width: 100%;
}



/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}
/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
/* Hide the slides by default */
.mySlides {
  display: none;
}
/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
img.demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@keyframes animate {
	0% {
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	95% {
		opacity: 0.25;
	}
	100% {
		opacity: 1;
	}
 }




/* page colors */
body {
	background-color: #FFFFFF;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	letter-spacing: .05rem;
	font-size: 1rem; 
	line-height: 1.5rem; 
}
a {
	transition:color .2s ease-out;
	color: #00ACFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00ACFF;
}
a:hover {
	text-shadow: 2px 1px 5px #2e0207, -1px -2px 10px #7f0000;
	color: #000;
}
a:active {
	text-decoration: none;
}
h1 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	letter-spacing: .2rem;
	font-size: 1.5rem; 
	line-height: 2rem; 
}
h2 {
	/*position: absolute;*/
	bottom: 63px;
	right: 2%;
	color: #000;
	letter-spacing: .3rem; 
	font-size: 30px;
	text-align: right;
	text-emphasis: italic;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}

h3 {
	position: absolute;
	bottom: 15px;
	right: 2%;
	color: #000; 
	letter-spacing: .1rem; 
	font-size: 18px; 
	text-align: right;
}
#bT {
  	text-align: center;
	box-sizing: inherit; 
	-webkit-tap-highlight-color: transparent; 
	font-weight: 300; 
	font-size: 0.8125rem; 
	line-height: 1.375rem; 
	letter-spacing: 0.08rem; 
	color: rgba(62,62,62,1.00); 
	margin: auto auto 50px; 
	width: 800px;
}
.blBG {
	background-color: #282828;
	color: #FFF;
	text-align: center;
	box-sizing: inherit; 
	-webkit-tap-highlight-color: transparent;
	font-family: Oswald;
	font-weight: 400; 
	font-size: 1rem; 
	line-height: 1.025rem; 
	letter-spacing: .05rem; 
	margin: auto auto 50px;
	width: 90%;
}
#tFooter {
	background: #000;
  	text-align: center;
	box-sizing: inherit; 
	-webkit-tap-highlight-color: transparent;
	font-weight: 400; 
	font-size: 1rem; 
	line-height: 1.125rem; 
	letter-spacing: .1rem; 
	margin: auto auto 50px;
	width: 500px;
}


/* mobile/tablet/desktop response */
@media screen and (max-width: 401px){
	
	.col {  
		margin: 1% 0% 1% 0%;
	}

	div.logo1 { 
		position: absolute !important;
		top: -9999px !important;
		left: -9999px !important; 
	}	
	
	div.blBG {
		font-weight: 300; 
		font-size: .8rem; 
		line-height: 1rem; 
		letter-spacing: .05rem; 
		margin: auto auto 0px;
		width: 90%;
	}
	.igcol {
		flex: 100%;
		max-width: 100%;
	}
	.glowAttn {
		/*filter: blur(5px);*/
		
		animation: animate 7s linear infinite;
	}
	
}



@media screen and (max-width: 768px){
	
	.col {  
		margin: 1% 0% 1% 1%;
	}

	div.logo1 { 
		position: absolute !important;
		top: -9999px !important;
		left: -9999px !important; 
	}	
	div.logo0 {
		float: left;
		position: relative;
		left: 18%;
	}
	
	/*  GRID OF THREE  */
	.span_3_of_3 { width: 100%; }
	.span_2_of_3 { width: 100%; }
	.span_1_of_3 { width: 0%; }
	
	div.span_3_of_3 {
		position: absolute !important;
		top: -9999px !important;
		left: -9999px !important; 
	}
	div.blBG {
		font-weight: 400; 
		font-size: .75rem; 
		line-height: 1rem; 
		letter-spacing: .02rem; 
		margin: auto auto 25px;
		width: 90%;
	}
	.igcol {
		flex: 50%;
		max-width: 50%;
	}

}


@media screen and (max-width: 1024px){
	
	img.logo0 {
		padding: 26px;
	}
	div.logo1 { 
		position: absolute !important;
		top: -9999px !important;
		left: -9999px !important; 
	}	
	.igcol {
		flex: 100%;
		max-width: 25%;
	}

}

@media screen and (max-width: 1920px){
		
	img.logo0 {
		padding: 26px;
	}
	.igcol {
		flex: 100%;
		max-width: 25%;
	}
}
