@charset "utf-8";
/* CSS Document */
/* Master Styles */

body {
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
}


h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-align: center;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	text-align: center;
	
}

h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 0.8em;
}

.container {
	display: grid;
	grid-template-columns: 1fr;
}

.content-wrapper {
	
}

.center {
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  height: auto;
}

.left {
  display: block;
  width: 50%;
  float: left;
  max-width: 300px;
  height: auto;
}

.right {
  display: block;
  max-width: 300px;
  height: auto;
}

.responsive {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  height: auto;
}

.image-container {
	display: block;
	width: auto;
	float: right;
  	max-width: 300px;
	height: auto;
}

.image-container2 {
	display: block;
	width: 100%;
	margin-left: auto;
  	margin-right: auto;
  	max-width: 600px;
	height: auto;
	padding-bottom: 20px;
	padding-top: 20px;
}

.caption-container {
	display: block;
	background-color: rgba(230,230,230,0.5);
	padding: 10px;
	font-size: 0.75em;
	font-weight: 500;
}

/* Nav Styles */

.nav-wrapper {
	display: flex;
	justify-content: space-between;
	padding: 38px;
	background-color: white;
	
}

.left-side {
	display: flex;
	z-index: 2;
}

.right-side {
	display: flex;
}

.nav-wrapper > .left-side > div {
	margin-right: 20px;
	font-size: 0.9em;
	text-transform: uppercase;
	font-family: 'Montserrat';
}

.nav-link-wrapper {
	height: 22px;
	border-bottom: 1px solid transparent;
	transition: border-bottom 0.5s;
}

.nav-link-wrapper a {
	color: #8a8a8a;
	text-decoration: none;
	transition: color 0.5s;
}

.nav-link-wrapper:hover {
	border-bottom: 2px solid #8A573F;
	color: #8A573F;
}

.nav-link-wrapper a:hover {
	color: black;
}

.active-nav-link {
	border-bottom: 2px solid black;
}

.active-nav-link a {
	color: black; !important;
}

.left-fafa {
	visibility: hidden;
	font-size: 36px;
	position: absolute;
	right: 0px;
	z-index: 1;
}

  /* Dropdown Button */
.dropbtn {
  background-color: #8A573F;
  color: white;
  padding: 12px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
	background-color: #5E3B2B;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  float: right;
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	right: 0;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;} 

/* Banner with slogan and images */

.portfolio-banner-wrapper {
	display: grid;
}

.banner-items-wrapper {
	display: grid;
	height: 350px;       
	grid-template-columns: minmax(300px, 450px) 1fr;
	background-color: #A2895D;
	text-align: center;
}


.banner-img-background {
	height: 350px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}



.slogan{
	display: flex;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 2.0em;
	text-align: center;
	padding-top: 50px;
	font-weight: 500;
	padding-left: 15px;
	padding-right: 15px;
}

/* portfolio items */

/*
.portfolio-items-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); 
	background:rgba(138, 87, 63, 1);
}

.portfolio-item-wrapper:hover {
	opacity: 0.6;    
}
*/
.tech-min-wrapper {
	display: grid;
	padding: 20px;
	grid-column-gap: 50px;
	grid-row-gap: 50px;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.tech-min-textbox {
	display: grid;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	padding: 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.portfolio-items-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); 
}

.portfolio-item-wrapper {
	padding-top:20px;
	padding-bottom:30px;
	position: relative;
	background: white;
	text-decoration: none;
	cursor: pointer;
}

.portfolio-item-wrapper a, a:link, a:visited {
	text-decoration: none;
	decoration: none;
	color: black;
	
}


.portfolio-item-wrapper:hover {
	/*filter: invert(100%) !important;*/
	transition: 0.5s;
	filter: brightness(50%)
}

.portfolio-img-background{
	height: 350px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.img-text-wrapper{
	position: absolute;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding-left: 100px;
	padding-right: 100px;
}

.subtitle-logo {
	align-content: center;
	text-align: center;
}

.subtitle{
	padding-top: 10 px;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2em;
	padding-left: 10px;
	padding-right: 10px;
		text-align: center;
}

.textboxbody{
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	padding-left: 10px;
	padding-right: 10px;
		text-align: center;
}

/* FOOTER STYLES  */
.footer-wrapper{

}

.footer-address-items {
	padding: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	background-color: #8A573F;
	
}

.footer-address-leftside {
	display: grid;
	text-align: right;
	padding-right:30px;
}

.footer-address-rightside {
	display: grid;
}

.footer-subtitle {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 0.9em;
	color: white;
}

.footer-body {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	color: white;
}

.footer-copy {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size: 0.75em;
	background-color: #EEEEEE;
}


/* team */

.team-items-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(250px,1fr)); 
}

.team-item-wrapper {
	position: relative;
	color: rgba(255,255,255,0);
}


.team-item-wrapper:hover {
	transition: 0.5s;
	/*filter: brightness(50%);*/
	background: black;
	color: rgba(255,255,255,1);
}

.team-img-background {
	height: 250px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.team-text-wrapper {
	position:absolute;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:center;
	height: 250px;
	width: 100%;
	text-align:center;
	cursor: pointer;
}

.team-text-wrapper:hover{
	background: rgba(160, 134, 89,0.9)
	
}

.content-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5em;	
	color: #111111
	font-weight: 700;
	text-align: left;
	padding-bottom: 10px;
}

.team-membername {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5em;	
}

.team-membertitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0em;	
}

/* expandable tab */
.containerTab {
  padding: 20px;
  color: black;

}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Closable button inside the image */
.closebtn {
  float: right;
  color: black;
  font-size: 35px;
  cursor: pointer;
}




/* Technology */

.header-subtitle {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.5em;
	padding-bottom: 15px;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

.header-description {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	text-align: center;
	font-size: 0.95em;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 50px;
}

.header-description::after {

}

.header-wrapper {
	background-color: rgba(160, 134, 89, 0.9);
	color: white;
	padding-top: 20px;
	padding-bottom: 50px;
}

.ml-header-wrapper {
	background-color: rgba(192,196,168,0.50);
	color: rgb(20, 20, 20, 0.9);
	padding-top: 20px;
	padding-bottom: 50px;
}

.hd-header-wrapper {
	background-color: rgba(230,201,147,0.50);
	color: rgb(20, 20, 20, 0.9);
	padding-top: 20px;
	padding-bottom: 50px;
}

.ip-header-wrapper {
	background-color: rgba(235,167,137,0.50);
	color: rgb(20, 20, 20, 0.9);
	padding-top: 20px;
	padding-bottom: 50px;
}

.disclosure-text {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.7em;
	background-color: rgba(10,10,10,0.9);
	color: white;
	padding: 10px;
}

.tech-main-text {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.9em;
}

.tech-main-text-em {
	font-weight: 600; !important;
	color: #8A573F;
}

.tech-main-image-container {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.ml-info-main-text {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 0.9em;
}

/* The overlay effect - lays on top of the container and over the image */
.tech-overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: right;
}

.tech-main-image-container:hover .tech-overlay {
  opacity: 1;
}

// slideshow
 /* Slideshow container */
.slideshow-container {
  position: relative;
  background: #ffffff;
}

/* Slides */
.mySlides {
  position: relative;
  padding: 20px;
  text-align: right;
  height: 400px;
  max-width: 900px;
		background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
}

.slide-image {
	text-align: left;
	position: absolute;
	z-index: 1;

}

.slide-text {
	position: absolute;
	color: #000000;
	padding: 20px;
	background-color: rgba(160, 134, 89, 0.3);
	z-index: 2;
	width: 50%;
	margin-left: 40%;
	margin-right: 40px;
	text-align: left;
	font-size: 0.8em;
}



/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
	z-index: 3;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  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);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;} 

/* 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}
}

@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
	.banner-img-background {
		display: none;
	}
	.banner-items-wrapper {
		grid-template-columns: 1fr;
	}
	.slide-text {
		font-size: 0.7em;
	}
	.left-side {
		visibility: hidden;
	}
	.left-fafa {
		visibility: visible;
	}
	
	
}