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

body { background-color: white; color:black;}


h1{font-family:  "Montserrat", "Univers", Arial, "Arial Narrow", Times, "Times New Roman"; font-size: x-large; color:#164578;}

h2{font-family:  "Montserrat", "Univers", Arial, "Arial Narrow", Times, "Times New Roman"; font-size:18px; color:#164578; text-transform: uppercase;}

h3{font-family:  "Montserrat", "Univers", Arial, "Arial Narrow", Times, "Times New Roman"; font-size:25px; letter-spacing: 1px; color:#FFFFFF;}

h4{font-family:  "Montserrat", "Univers", Arial, "Arial Narrow", Times, "Times New Roman"; font-size:32px; letter-spacing: 1px; color:#FFFFFF; font-weight: bold;}

.container {
	background-color: #FFFFFF;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


.maincontent {	display: flex;
	flex-wrap: wrap; margin-top: 0px; margin-left: 3%;  margin-right: 2%;  }
	
.leftcontent {

	 flex: 55%; height: inherit; color: #3E3854; font-size: 14px; line-height:18px; font-family: Lato, Arial, "Arial Narrow"; text-align:left; border: 0px solid yellow; margin-right: 2%; background-color:#F7F7F7;padding: 2% 2% 2% 2%;}


.rightcontent {
	
	flex: 35%; height: auto; border: 0px solid black; text-align: center;}

@media screen and (max-width: 750px) {
	.column {flex: 50%; max-width: 50%;} }
	

@media screen and (max-width: 600px) {
	.column {flex: 100%; max-width: 100%;}
}

.footer {margin-top: 20px; width: 100%; height: 35px; 
	background-color: #164578;
	box-shadow: 0 0 0px red;
	text-transform: uppercase;
	font-family: montserrat, Arial, "Arial Narrow";
	font-size:10px;
	color: #FFFFFF;	
}

.center {text-align: center; border: 0px solid green; padding: 10px 0; }


/* All below codes are for slideshow */

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.imgcontainer {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: black;
  font-weight: bold;
  font-size: 25px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* 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);
}

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

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* ten columns side by side */
.column {
  float: left;
  width: 9.7%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.4;
}

.active,
.demo:hover {
  opacity: 1;
}

/* The below is for 3D model */
model-viewer {
	width: 100%;
    height: 500px;
	background-color: #ffffff;
  }
  
  
  .progress-bar {
	display: block;
	width: 33%;
	height: 10%;
	max-height: 2%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	border-radius: 25px;
	box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.5), 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
	border: 1px solid rgba(255, 255, 255, 0.9);
	background-color: rgba(0, 0, 0, 0.5);
  }
  
  .progress-bar.hide {
	visibility: hidden;
	transition: visibility 0.3s;
  }
  
  .update-bar {
	background-color: rgba(255, 255, 255, 0.9);
	width: 0%;
	height: 100%;
	border-radius: 25px;
	float: left;
	transition: width 0.3s;
  }
  
  #ar-button {
	background-image: url(./threed/ar_icon.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 12px 50%;
	background-color: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	bottom: 16px;
	padding: 0px 16px 0px 40px;
	font-family: Roboto Regular, Helvetica Neue, sans-serif;
	font-size: 14px;
	color:#4285f4;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	border: 1px solid #DADCE0;
  }
  
  #ar-button:active {
	background-color: #E8EAED;
  }
  
  #ar-button:focus {
	outline: none;
  }
  
  #ar-button:focus-visible {
	outline: 1px solid #4285f4;
  }
  
  @keyframes circle {
	from { transform: translateX(-50%) rotate(0deg) translateX(50px) rotate(0deg); }
	to   { transform: translateX(-50%) rotate(360deg) translateX(50px) rotate(-360deg); }
  }
  
  @keyframes elongate {
	from { transform: translateX(100px); }
	to   { transform: translateX(-100px); }
  }
  
  model-viewer > #ar-prompt {
	position: absolute;
	left: 50%;
	bottom: 60px;
	animation: elongate 2s infinite ease-in-out alternate;
	display: none;
  }
  
  model-viewer[ar-status="session-started"] > #ar-prompt {
	display: block;
  }
  
  model-viewer > #ar-prompt > img {
	animation: circle 4s linear infinite;
  }

/*The above is all for 3D model */
