@charset "UTF-8";
* {
  box-sizing: border-box;
}
body {
	background-color:#000000 ;
	margin:0;
}

/* CSS Document */

/* LOADING PROGRESS BAR */

#myProgress {
  margin-top: 20%;
  width: 100%;
  background-color: #ddd;
}

#myBar {
  width: 1%;
  height: 30px;
  background-color: #4CAF50;
}

#content {
  display: none;
}



/* MAINBOX */

.wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em; /* 1 em = 16px, 11 divided by 16 (target divided by context) = .6875em */
	color: #000;
/*	background-image:url(images-2019/bkgrnd3.png);
	background-repeat: no-repeat;
	background-size: cover;*/
     background-color:#F6DF4B;
	max-width: 1200px;
	margin-top: .75em;
	box-sizing: border-box;
}

/* INDEX PG HEADER - SEE MEDIA QUERIES */


/* SPACER+Top Brackets */
.section {
	overflow: auto;
	text-align: center;
	padding-top:7px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	box-sizing: border-box;
	clear:both;
}

.section2 {
	width: 100%;
	height:75px;
	text-align: center;
	padding-top:7px;
	padding-bottom:5px;
	clear:both;
	box-sizing: border-box;
}

.sectioncolor {
	width: 100%;
}

.brackets-left {
	float:left;
}
.brackets-right {
	float:right;
}

.hr-red{
    color: #F04C0A;
}
	
/* NAVIGATION and LINKS */

/* PICBOX containing Circles controlled in Media Queries */
nav{
	width:100%;
}

hr{
	width:100%;
/*	color:#F30B0F;*/
	color:#EE6C01;
}

ul{
	width:100%;
}

ul li{
/*	font-size:65%;*/
	display:block;
	list-style: none;
	text-align: center;
}

.submenu-animation {
	visibility:hidden;
	color:#000000;

}
#master:hover ~ p.submenu-animation {
    visibility: visible;
}

.submenu-interactive {
	visibility:hidden;
	color:#000000;

}
#master2:hover ~ p.submenu-interactive {
    visibility: visible;
}

.submenu-collaborative {
	visibility:hidden;
	color:#000000;

}
#master3:hover ~ p.submenu-collaborative {
    visibility: visible;
}

.submenu-about {
	visibility:hidden;
	color:#000000;

}
#master4:hover ~ p.submenu-about {
    visibility: visible;
}

	
.picboxPrevNext {
	/* NAVIGATION CONTAINER INSIDE PGS */
	width: 25%;
	margin-right:auto;
	margin-left:auto;	
	}


/* NAVIGATION CONTAINER for CIRCLE images */
.circleboxes {
	width: 20%;
	display:inline-block;
	border:0;

	-moz-box-sizing: padding-box;
	box-sizing: border-box;
	padding-left:2px;
	}

.circleboxes_selected {
	width: 22%;
	display:inline-block;
	border-bottom:rgba(255,0,0,1) thin solid;
	
	-moz-box-sizing: padding-box;
	box-sizing: border-box;
	padding-left:2px;
	
	}

.circleboxes_view_window {
	width: 20%;
	display:inline-block;
	border:medium solid rgba(242,162,57,1);

	-moz-box-sizing: padding-box;
	box-sizing: border-box;
	padding-left:2px;
/*	background-color: rgba(220,162,84,1.00);*/
	}

 .selected_v2 {
	 text-decoration: underline;
    -moz-text-decoration-color: red; /* Code for Firefox */
    text-decoration-color: red;
 }



/* FOOTER */
footer {
	width:100%;
	font-size:45%;
	text-align:center;
	color:#000000;
	padding-left: 5px;
	padding-right:5px;
	overflow: auto;
	box-sizing: border-box;
}

.reset-floats{
	clear:both;
}


/* LAYOUT ITEMS */
br {
	clear:left;
}

.hr-short {
    width:50%;
    margin-left: auto;
    margin-right:auto;
}

.flush-text-left{
	text-align: left;
}

.subtext2 {
	font-size:60%;
	color:#696969;
}


	
	/* CONTENT BOXES */
	
.content-titlebox {
	/* ID nav selection */
	width: 100%;
	background-color:rgba(242,162,57,1);
	text-align: center;
/*font-size controlled in media queries */
	padding-top:2px;
	padding-bottom:2px;
	clear:left;
	box-sizing: border-box;
}

.contact-titlebox{
	background-color:rgba(242,162,57,1);
}

/* CONTAINER FOR STILLS+TEXT+LINKS */
.contentbox {
/*	width: 90%;*/
	background-color:#FCFAFA;
/*	margin: 5px auto;*/
/*	padding-top: 1%;
	padding-bottom: 1%;*/
	padding:0px 10px 0px 10px;
	text-align:center;
	box-sizing: border-box;
	}

.stills-boxes{
	width:100%;
	text-align:center;
}

.stills-boxes2{
	width:100%;
	text-align:center;
	padding:5px;
}

.text-inside-stills-boxes{
	font-size:65%;
}

/* sense of touch */

.senseoftouch-box{
    width:90%;
    background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;	
	border:0;
}

.list-for-sense-of-touch {
    text-align: left;
}


/* VIEW URL within WEBPAGE */
iframe {
	aspect-ratio: 16 / 9;
	height: 100%;
	width: 100%;
}


/* boxes related to thumbnail images */

.contentbox-videos {
	width: 90%;
	background-color:rgba(255,255,255,0.50);
	margin-top:5px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	box-sizing: border-box;
	}
	
.aboutcontent {
	width: 75%;
	background-color:#FFF;
	color:rgba(80,79,79,1.00);
	padding-right: 1%;
	padding-left: 1%;
	margin-left:auto;
	margin-right:auto;
	border: thin solid rgba(153,153,153,1);
	font-size:65%;
	box-sizing: border-box;
}

.mediacontentbox {
	width: 90%;
	background-color: #FFFF00;
	margin-right: auto;
	margin-left: auto;	
	border:0;
	}
	
.mediacontentbox2 {
	width: 100%;
	background-color: #FFFFFF;
	border:0;
	}

figcaption{
    font-size: 70%;
}

/* IMAGE SIZE CONTROLLER */

.picture {
/* control image sizes within divs */
width: 100%;
/*border:0;*/
}


/* IMAGE VISIBILITY CONTROLLER */
#nosee {
	visibility:hidden;
}
#see {
	visibility:visible;
}



/* LINKS */

a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:rgba(111,110,110,1.00);
	text-decoration: underline;
}
a:active {
	color:rgba(111,110,110,1.00);
	text-decoration: underline;
}

a.foot:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.foot:visited {
	text-decoration: none;
	color: rgba(153,153,153,1);
}
a.foot:hover {
	text-decoration: underline;
	color: #FF0000;
}
a.foot:active {
	text-decoration: underline;
	color: rgba(255,153,0,1);
}

.footer_link_selected { 
color:#FF0000;
}

a.special-internal:link{
	color:rgba(182,80,6,1.00);
}

a.special-internal:active{
	color:rgba(95,149,218,1.00);
}

a.special-internal:visited{
	color:rgba(239,70,13,1.00);
}

a.special-internal:hover{
	color:rgba(44,71,88,1.00);
}
	
a img.picture-link:link {
	border: 2px rgba(229,96,11,1.00) solid;

} 

/*a img.picture-link:hover {
	border: 2px rgba(19,166,217,1.00) solid;
} 

a img.picboxSM:link {
	border: 2px rgba(229,96,11,1.00) solid;

} 

a img.picboxSM:hover {
	/*border: 2px rgba(19,166,217,1.00) solid;
	 box-shadow: 0 0 3px 1px rgba(0, 140, 186, 0.5);
} */







/* BEGIN SLIDE SHOW STYLES */
	
 /* Slideshow container */
.slideshow-container {
  max-width: 800px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  box-sizing: border-box;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
/*.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}*/

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/* END SLIDE SHOW STYLES */
	
	











/* MEDIA QUERIES */


/* LARGE */

@media only screen and (min-width: 556px) {
	
.wrapper{
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}
	
header {
	width: 100%;	/* background: #FF9900; */
	text-align: center;
	font-size:75%;	
	/* CONTROL FONT-SIZE in Media Queries */
}
	
.subtext {
	font-size:85%;
	color:#000000;
}
.contentbox {
	width: 90%;
	margin:auto;
	}
	
	
.thumbnailbox-text-1 {
	font-size: 65%;
	width: 100%;
	padding-left:20px;
	padding-right:20px;
	box-sizing: border-box;
}	
	
.picbox {
	/* NAVIGATION CONTAINER INDEX PG */
	width: 18%;
	margin-right:auto;
	margin-left:auto;
	font-size:55%;
	text-align:center;
/*	background-color:rgba(255,255,255,1);*/	
	}
	
.picbox p {
		text-align: center;
/*		background-color:rgba(245,8,12,0.76);*/
		background-color:rgba(242,162,57,1.00);
	}
	
.picboxSM {
	/* NAVIGATION CONTAINER INSIDE PGS AND some Thumbnails*/
	width: 20%;
	margin-right:auto;
	margin-left:auto;	
	}

.section{ 
font-size: 70%;
}
	
.contenttitlebox {
	font-size: 65%;
}
	
.content-titlebox{
	font-size:65%;
}
	
.column-text-box{
	width:100%;
	padding:0px 40px 0px 40px;
	box-sizing: border-box;
	text-align: left;
  /* Old Chrome, Safari and Opera */
  -webkit-column-count: 2;
  -webkit-column-gap: 15px;
  -webkit-column-rule-style: solid;
  -webkit-column-rule-width: 1px;
  -webkit-column-rule-color: #333;
  
  /* Old Firefox */  
  -moz-column-count: 2; 
  -moz-column-gap: 15px;
  -moz-column-rule-style: solid;
  -moz-column-rule-width: 1px;
  -moz-column-rule-color: #333;  

  /* Standard syntax */
  column-count: 2;
  column-gap: 15px;
  column-rule-style: solid;
  column-rule-width: 1px;
  column-rule-color: #333;
}

.thumbnailboxes-pictureV2 {
	width: 15%;
	clear:left;
	}
	
.thumbnailboxes-picture {
	text-align: center;
	display: inline-block;
	padding-left: 0.25em;
	-moz-box-sizing: padding-box;
	box-sizing: border-box;
	}
		
.thumbnailbox-text {
	font-size: 65%;
	width: 100%;
	text-align:center;
	box-sizing: border-box;
}	
	
/* THUMBNAIL-ENLARGE ON HOVER */

.zoom {
	transition: transform .3s;
  	width: 125px;
 
 	height: auto;
  	margin: 0;
	vertical-align: top;
}

.zoom:hover {
  -ms-transform: scale(2.5); /* IE 9 */
  -webkit-transform: scale(2.5); /* Safari 3-8 */
  transform: scale(2.5); 	border:thin solid rgba(2,2,2,1.00);
}

.zoom2 {
	transition: transform .3s;
  	width: 125px;
 
 	height: auto;
  	margin: 0;
	vertical-align: top;
}	
	
	.zoom2:hover {
  -ms-transform: scale(2.5); /* IE 9 */
  -webkit-transform: scale(2.5); /* Safari 3-8 */
  transform: scale(2.5); 	border:thin solid rgba(2,2,2,1.00);
}

.aboutcontent {
	font-size:70%;
}

.picboxPrevNext {
	/* NAVIGATION CONTAINER INSIDE PGS */
	width: 18%;
	}
}












/* MEDIUM + SMALL */

@media only screen and (max-width: 700px) {	
	
.wrapper {
	width:100%;
	margin-top: .5em;
}

	
header {
	width: 100%;	/* background: #FF9900; */
	text-align: center;
	font-size:75%;	
	/* CONTROL FONT-SIZE in Media Queries */
}

.subtext {
	font-size:90%;
	color:#000000;
}
	
.contentbox {
	width: 100%;
	margin: 0px 0px 0px 0px
	}
	

.picbox {
	/* NAVIGATION CONTAINER INDEX PG */
	width: 25%;
	margin-right:auto;
	margin-left:auto;
	font-size:40%;
	text-align:center;
	}
	
	
	/* NAVIGATION CONTAINER for CIRCLE images */
	
.picbox p {
		text-align: center;
		background-color:rgba(242,162,57,1.00);
	}
	
.picboxSM {
	/* NAVIGATION CONTAINER INSIDE PGS */
	width: 25%;
	margin-right:auto;
	margin-left:auto;	
	}
	
.circleboxes {
	width: 20%;
	display:inline-block;
	border:0;

	-moz-box-sizing: padding-box;
	box-sizing: border-box;
	padding-left:2px;
	}

.circleboxes_selected {
	width: 22%;
	display:inline-block;
	border-bottom:rgba(255,0,0,1) thin solid;
	
	-moz-box-sizing: padding-box;
	box-sizing: border-box;
	padding-left:2px;
	
	}
	
.section {
	/* empty spacer */
	width: 100%;
	text-align: center;
	padding-top:4px;
	padding-bottom:0px;
	font-size: 70%;
}
	
.contenttitlebox {
	font-size:65%;
}
	
.column-text-box{
	width:100%;
	padding:0px 5px 0px 5px;
	box-sizing: border-box;
	text-align: left;
	
	
  /* Old Chrome, Safari and Opera */
  -webkit-column-count: 1;
  -webkit-column-gap: 0px;

  
  /* Old Firefox */  
  -moz-column-count: 1; 
  -moz-column-gap: 0px;

  /* Standard syntax */
  column-count: 1;
  column-gap: 0px;
}
	
.content-titlebox {
	font-size:65%;
}

.aboutcontent {
	width: 95%;
	background-color:#FFF;
	color:rgba(58,58,58,1.00);
	padding-right: 1%;
	padding-left: 1%;
	border: thin solid rgba(153,153,153,1);
	font-size:65%;
}

	
.thumbnailbox-text-1 {
	font-size: 65%;
	width: 100%;
	padding-left:10px;
	padding-right:10px;
	box-sizing: border-box;
}	
	
.thumbnailbox-text {
	font-size: 65%;
	width: 100%;
	text-align:center;
	box-sizing: border-box;
}	

.thumbnailbox-text2 {
	font-size: 70%;
}

.thumbnailboxes-picture {
	text-align: center;
	display:inline-block;
	padding: 0.25em;
	
	-moz-box-sizing: padding-box;
	box-sizing: border-box;
	}
	
.thumbnailboxes-picture2 {
	width: 30%;
	display:inline-block;
	padding-left: 0.25em;	
}
	
/* THUMBNAIL-ENLARGE ON HOVER */

.zoom {
	transition: transform .2s;
  	width: 100px;
 	height: auto;
  	margin: 0;
	vertical-align: top;
}

.zoom:hover {
  -ms-transform: scale(2); /* IE 9 */
  -webkit-transform: scale(2); /* Safari 3-8 */
  transform: scale(2); 
  border:thin solid rgba(2,2,2,1.00);
}

.picboxPrevNext {
	/* NAVIGATION CONTAINER INSIDE PGS */
	width: 15%;	
	}
	
.mediacontentbox {
	width: 100%;
}

footer {
		font-size:45%;
	}

}