/* CSS Document */

.img {
  display: block;
  width: 100%;
}

.fade-out {
  animation: fadeOut ease 2s;
  -webkit-animation: fadeOut ease 2s;
  -moz-animation: fadeOut ease 2s;
  -o-animation: fadeOut ease 2s;
  -ms-animation: fadeOut ease 2s;
  animation-iteration-count: infinite;
  text-align: center;
  margin-right: 230px;
  color: #000;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.top-container {
  width: 100%;
  top: 0px;
  z-index: 0px;
  position: absolute;
}
.start-container {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  z-index: 3400;
  top: 400px;
}
.main-container {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;

}
.main {
  margin-left: 0px;
  margin-right:60px;
  position: relative;
  color: #FFF;
}

/*----About Section----*/
.about {
	width: 100%;
	height: 100%;
	position: relative;
	
}
.about-text {
	position: absolute;
    font-size: 1.5vw;
    width: 100%;
	height: 100%;
    bottom: 0;
    right: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.4);
}
.about-header {
    font-size: 7vw;
    padding: 0;
    margin: 20px 0px;
    border-bottom: 2px solid;
}
.about-body {
	font-size: 3vw;
}

.about-info {
	position: absolute;
    top: 12%;
    left: 10%;
    right: 8%;
    padding: 30px;
    margin: 20px 0px;

}



/*----End of About Section----*/



/*----Experience Section----*/
.experience {
 position: relative;
}

.parallax-experience {
	 background-image: url("https://www.koleydesign.com/images/KoleBrandCreative/about-wacom.jpg");
	 background-repeat: no-repeat;
     background-attachment: fixed;
     background-size: cover;
     background-color: rgba(0,0,0, 0.5);
}

.experience-btn {
font-size: 2vw;
color: #FFF;
}

.box{
        float:left;
        overflow: hidden;
	    background-color: rgb(0,0,0); /* Black fallback color */
        background-color: rgba(0,0,0, 0.5); /* Black w/opacity */
	    width: 100%;
	    margin-bottom: 20px;
    }
    /* Add padding and border to inner content
    for better animation effect */
    .box-inner{
        padding: 10px;
		font-size: 1.2vw;
		
    }
.list-header-container {
background-color:#2BC8B2; 
width: 25%; 
padding:10px; 
margin: 0px 0px 0px 20px;	
}
.list-header {
padding-bottom: 0px;
margin: 0px; 
color: #FFF;
}
.list-container{
margin: 10px 0px;
margin-top: 10px;
background-color:#EAEAEA; 
}

.experience-list {
  width: 100%;
  margin: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
}
.list-item {
  color: #000;
  margin: 0px;
  display: inline-block;
  padding: 10px;
}
	.quote {
	position: absolute;
    width: 50%;
    top: 10%;
    font-size: 3vw;
    margin-left: 200px;
	
	}
.about-img {	
	overflow: auto;
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
  }	
.experience-text {
    position: relative;
    height: auto;
    padding: 20px 200px;
    background-color: #000;
}

.signature {
    font-size: 3vw;
    padding: 0;
    margin-top: 20px;
}


/*----End of Experience Section----*/


.header {
  font-size: 3vw;
  padding:0;
  margin: 20px 0px;
  border-bottom: 2px solid ;
}


.small {
	font-size: 1.2vw;
	margin: 0;
	margin-bottom: 10px;
}

.mid{
	font-size: 2vw;
	margin:0;
	padding:0;
}

/*----------Font Styling----------*/


.font-header-about {
  font-size: 2.5vw;
  margin: 0;
  padding:0;
}
.font-body-about {
  font-size: 2vw;
  margin: 0;
  padding:0;
}


/*----Align Images Side by Side----*/
.row {
  margin-bottom: 0px;
}
.column {
  float: left;
  width: 33.33%;
}
.column-right {
  float: right;
  width: 33.33%;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

/*Project Pages*/
.main-project {
    margin: 0;
	padding: 0px 170px 0px 170px;
    position: relative;
    color: #000;
	top: 150px;
}
.healthcommons{
position: relative;
width: 100%;
height: 100%;
}

.project-title {
 font-size: 3vw;
 margin: 0;
 padding: 0; 
}

.project-type {
 font-size: 2vw;	
 margin: 0;
 padding: 0;

}

.project-body {
	font-size: 1.5vw;	
	width: 100%;
	display: inline-block;
	margin: 20px 0px;
}
.project-quote {
 font-size: 2vw;
 margin: 20px 0px;
 font-weight: bold;
}


.images {
	overflow: auto;
	position: relative;
	width: 100%;
	height: 100%;
	
}
/*End of Project Pages*/


/*Slideshow*/

/* Slideshow container */
.slideshow-container {
    position: relative;
	margin-top: 20px;
}


/* Hide the images by default */
.mySlides {
  display: none;
}
.slide{
    padding: 69px 0px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #000;
  font-weight: bold;
  font-size: 7vw;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: #FFF;
}

/* 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(255,255,255,0.3);
}

/* Caption text */
.text a {
  
    font-size: 15px;
    padding: 20px;
    padding-right: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
	
	color: #FFF;
   
}
hr{
    font-size: 15px;
    padding: 20px;
    padding-right: 0;
    position: absolute;
    top: 0px;
    height: 71px;
    width: 100%;
    margin: 0;
    border: none;
}
.caption {
	width:100%;
	overflow: auto;
}

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

/* 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}
}
.avoid-clicks {
  pointer-events:inherit;
}


	

@media screen and (max-width: 940px) {
	.main {
		margin-right: 0px;
	 
	}
.about-header {
    font-size: 4vw;
    padding: 0;
    margin: 20px 0px;
    border-bottom: 2px solid;
}

.about-info {
	position: relative;
    padding: 10px;
    margin: 0;
	bottom:0;
	left: 0%;
}
	.about-text {
    width: 100%;
	height: 100%;
    bottom: 0;
    right: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.5);
}
.about-header {
    font-size: 7vw;
    padding: 0;
    margin: 20px 0px;
    border-bottom: 2px solid;
}
	.about-body {
		font-size: 4.2vw;
	}

  .parallax-experience {
	 background-image: url("https://www.koleydesign.com/images/KoleBrandCreative/about-wacom-mobile.jpg");
  }
	.about-img{
	overflow: auto;
    width: 100%;
    height: 100%;
    margin-top: 94px;

	}
	.leadership {
		position: static;
	}

	.header{
		font-size: 6vw;
		margin-top: 0px;
	}
	.quote {
	position: absolute;
    width: 60%;
    top: 10%;
    font-size: 3.5vw;
    margin-left: 10px;
	}
.experience-text {
    position: relative;
    height: auto;
    padding: 20px;
    margin: 0px;
    top: 0px;
}
.experience-btn {
font-size: 4vw;
color: #000;
padding-left: 10px;

}
 .box-inner{
        padding: 10px;
		font-size: 3vw;
		
    }
.small {
	font-size:3vw ;
}
.mid {
	font-size:4vw;;
}
.signature {
  font-size: 5vw;
  padding:0;
  margin: 20px 0px;
}
	
/*Project Pages*/
.main-project {
    top: 94px;
	padding: 0px 10px 0px 10px ;
}

.project-title {
 font-size: 5vw;
}

.project-type {
 font-size: 4vw;	

}

.project-body {
	font-size: 3vw;	
}
	
.project-quote {
 font-size: 4vw;
 font-weight: bold;
}




.img-50-L {
	width: 100%;
	height: auto;
    float: left;
	margin-bottom: 20px;
}

.img-50-R {
	width: 100%;
	height: auto;
    float: right;
}

/*End of Project Pages*/

.avoid-clicks {
  pointer-events: none;
}
}

.ImgThumbnail {
   cursor: pointer;
   transition: 0.3s;
   padding: 10px;
}

.modal {
   display: none;
   position: fixed;
   z-index: 4;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: auto;
   background-color: rgb(0, 0, 0);
   background-color: rgba(0, 0, 0, 0.9);
}
.modalImage {
    margin: auto;
    display: block;
    padding: 40px;
    width: 75%;
}
#caption {
   margin: auto;
   display: block;
   width: 80%;
   max-width: 700px;
   text-align: center;
   color: #ccc;
   padding: 10px 0;
   height: 150px;
}
.close {
   position: absolute;
   top: 15px;
   right: 35px;
   color: #f1f1f1;
   font-size: 40px;
   font-weight: bold;
   transition: 0.3s;
   z-index: 5;
}
.close:hover,
.close:focus {
   color: #FFF;
   cursor: pointer;
}

@media only screen and (max-width: 940px) {
	.column {
     width: 100%;
	}
	
	
	
}
@media only screen and (max-width: 750px) {
	
	.about-info {
    top: 20%;
}

}

@media only screen and (max-width: 700px) {
   .modalImage {
      width: 100%;
   }
}

