
html,body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'forma-djr-banner', sans-serif;
  font-style: normal;
  font-weight: 100;
  opacity: 1;
  transition: 1s opacity;
  cursor: none;
  background-color: #FFF;
  line-height: normal;

}
body.fade-out {
    opacity: 0;
    transition: none;
}

a{text-decoration: none;
}
button{
border:none;
outline: none;
}

section {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
h1 {
font-family: "forma-djr-banner", sans-serif;
font-weight: 900;
font-style: normal;		
font-size: 7vw;
line-height: 1;

}
h2 {
font-family: "forma-djr-banner", sans-serif;
font-weight: 900;
font-style: normal;		
font-size: 6vw;	
line-height: 1;

}
h3 {
font-family: "forma-djr-banner", sans-serif;
font-weight: 900;
font-style: normal;		
font-size: 3rem;
line-height: 1;

}
h4 {
font-family: "forma-djr-banner", sans-serif;
font-weight: 900;
font-style: normal;		
font-size: 2rem;	
line-height: 1;

}
h5 {
font-family: "articulat-cf", sans-serif;
font-weight: 700;
font-style: normal;	
font-size: 1.5rem;	
line-height: 1;

}
p {
font-family: "articulat-cf", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1rem;
margin-top: 0;
}
.link_button {
padding: 10px 10px;
border: 1px;
color: #FFF;
background-color: #375c3b;
text-decoration: none;
margin-bottom: 20px;
}
.link_botton:hover {
background-color: #506653;	
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);	
  border-radius: 10px;
}

.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;
}

  .body_container {
    height: 100%;
    position: relative;
    margin-right: 60px;
    margin-left: 140px;
	z-index: 1;
}
.content{
	width: 100%;
	display: block;
	border: solid 1px #000;
	margin-top:20px;
}
.img_responsive {
	max-height:100%;
	max-width: 100%;
}
.img-padding {
padding: 20px;	
}
.margin_bottom {
	margin-bottom: 20px;
}

.image{
    display: inline-block;
    float: right;
}

.gallery img {
  width: 100%;
  height: auto;
  border-radius: 10px;
 
}
.responsive {
  padding: 0 6px;
  padding-bottom: 10px;
  float: left;
  width: 49.99999%;
}
.clearfix:after {
  display: table;
  clear: both;
}
.footer {
display: block;
position: relative;
width: 100%;
height: 40px;
text-align: center;
color: #000;
bottom: 0;
margin-top: 15px;
}
.main {
  margin-left: 0px;
  margin-right:60px;

  position: relative;
 
  color: #FFF;
}
.project-container{
	position: relative;
	width: 100%;
	height: 100%;
}
.parallax-img-container {
  background-image: url(https://www.koleydesign.com/images/KoleBrandCreative/gray.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}	
.parallax_portfolio_container{
	padding-top: 20px;
	padding-bottom: 20px;
}

.hero_header_container{
width: 100%;
 z-index: 1;
}
.hero_header{
position: relative;
z-index: 1;
left: 0;
bottom: 0%;
text-align: left;
color: #FFF;
height: 100%;
padding: 20px;
box-sizing: unset;
	}
.hero_paragraph_container{
vertical-align: top; 
width: 50%;
}
.hero_paragraph{
background-color: orangered; 
padding: 20px; 
color: #FFF; 
border-radius: 10px; 
border-top-left-radius:0; 
border-bottom-left-radius: 0;
z-index: 2;
font-size: 1.5rem;
}
.hero_silhouette_container{
width: 50%;
vertical-align: bottom;  
}
.kole{
    max-width: 100%;
    max-height: 95%;
    position: absolute;
    float: right;
    bottom: 0;
    right: 0;
	z-index: 2;
}
.project_number {
    font-family: "forma-djr-banner", sans-serif;
    font-weight: 900;
    font-style: normal;		
    border-bottom: 15px solid orangered;
    display: inline-block;
	margin: 0px;
	font-size: 6vw;
	}
.project_name {
	margin-top: 20px;
	line-height: 30px;
}
.project_description_container{
 border-left: 1px solid;
 border-top: 1px solid;
}
.description {
width: 75%;
padding: 20px;
}
.project_image_container_R {
border-left: 1px solid; 
width: 60%;
padding: 20px;
vertical-align: middle;
}
.project_image_container_L {
border-right: 1px solid;
width: 60%;
padding: 20px;
vertical-align: middle;
}

.view_project {
font-size: 2rem;
border: 1px solid;
padding: 10px;
display: inline-block;
margin-top: 20px;
}
.view_project:hover {
color: #FFF;
background-color: orangered;
transition: .5s;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  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: white;
  font-weight: bold;
  font-size: 20px;
  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: #f2f2f2;
  font-size: 12px;
  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;
}

/* Six columns side by side */
.column {
  float: left;
}
.five {
	width: 20%; 
}

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

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

.project {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 92%;
    text-align: center;
    padding-left: 10px;
}
.project-name{
	color: #FFF;
	font-size:2vw;
	text-align: center;
	margin: 0px 0px 40px 0px;;
}
.project-link {
    font-size: 2vw;
    text-decoration: none;
    color: #FFF;
    border: solid 5px #FFF;
    padding: 20px;
}
.project-link:hover {
	transition: 1s;
    color: #4F4F4F;
	background-color: #FFF;
	cursor: none;
}
.mobile {
	display: none;
}
.desktop {
display: block;
}

@media screen and (max-width: 940px) {
.body_container {
    height: 100%;
    position: relative;
	margin-top: 104.02px;
    margin-right: 0px;
    margin-left: 0px;
	z-index: 1;
}
	.page_inidicator {
		display: none;}
	.mobile {
		display: block;
	}
	.project_number {
    font-size:12vw; ;
	}

}



