html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-family: 'League Gothic', sans-serif;
  font-weight: 500;
  color: #ffffff;
  background-color: #141414;
}

#work {
	padding-top: 30px;
}

/*__________________ NAVBAR */

.nav-link {
	color: #ffffff;
	font-size: 26px;
	text-decoration: none;
	-webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}
.nav-link:hover {
	color: rgb(137, 138, 138);
}

.cta-button {
	border: 1px solid #333;
	border-bottom: 1px solid #333 !important;	
	color: #333;
	border-radius: 2px;
	padding: 0 10px;
	-webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.cta-button:hover {
	color: #fff;
	background-color: #333;
	border-color: #333;
	border-bottom-color: #333 !important;
}

@media (max-width: 600px) {
  .nav-link {  color: #ffffff; }
  .cta-button {color: #676767;}
}

/*__________________ COVER */

.projects-container {
	margin-top: 100px;
	margin-bottom: 100px;
}

h1 {
	color: #ffffff;
	font-family: 'League Gothic', serif;
	font-size: 90px;
	text-align: left;
	padding: 0 0 0 40px;
}



@media (max-width: 600px) {
  .title-container {  margin: 40px 0 40px 0; }
	h1 { font-size: 50px; 
	text-align: left;
	padding-left: 25px;
	}
	.cover {
		padding: 130px 0 70px 0;
	}
}

/*__________________ DEMO */

.demo-content {
	margin: 0 auto 85px auto;
}

.titulo_seccion {
	text-align: center;
	font-size: 80px;
	padding: 50px 0 30px 0;
}

.video-container {
  margin: 0px auto;
  padding: 0 10px;
}

.default-button {
	color: #212121;
	font-size: 18px;
	border: solid 2px #212121;
	border-radius: 2px;
	padding: 15px;
	margin-top: 65px;
	margin-bottom: 60px;
	-webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.default-button:hover {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

@media (max-width: 600px) {
  .default-button {  margin-top: 25px; }
	.demo-content {margin: 0 auto 35px auto;}
	.titulo_seccion {
		font-size: 40px;
		padding: 50px 0 10px 0;
	}
}

.img_preview {
	padding: 8px;
}

/*__________________ INFO */

.human_photo_container {
	padding-top: 50px;
}

.titulo_info {
	text-align: center;
	font-size: 80px;
	padding: 0 0 30px 0;
}

@media (max-width: 600px) {
	.default-button {  margin-top: 25px; }
	  .demo-content {margin: 0 auto 35px auto;}
	  .titulo_info {
		  font-size: 40px;
		  padding: 0 0 10px 0;
	  }
  }

.human_photo {
	padding: 0 10px 30px 10px;
}

.human_name {
	font-family: 'League Gothic', sans-serif;
	font-weight: 500;
	font-size: 30px;
	color: #333;
	text-align: center;
	padding: 15px 0 5px 0;
	margin: 0 auto;
}

.human_description {
	font-family: 'Outfit', sans-serif;
	font-size: 18px;
	color: rgb(138, 137, 137);
	text-align: center;
	margin: 0 auto;
}

.human_text {
	font-size: 24px;
	font-family: 'Outfit', sans-serif;
	color: #b3b3b3;
	text-align: center;
	padding: 0 0 30px 0;
}

.clients_container .row img {
	max-width: 60%;
	width: 80%;
	margin: 0 auto;
}

@media (max-width: 600px) {
	.human_photo {
		padding: 0 10px 35px 10px;
	}
	.human_text {
		font-size: 22px;
		padding: 20px 30px;
	}
}

.story_wrapper {
	padding: 0 0 70px 0;
}

/*__________________ PROJECTS*/

.hover-overlay h3 {
	color: #fff;
	font-family: 'League Gothic';
	font-size: 34px;
	text-align: center;
	padding-bottom: 10px;
}

.hover-overlay p {
	color: #fff;
	font-family: 'Outfit';
	font-size: 16px;
	text-align: center;
}

.img_preview {
	position: relative;
	overflow: hidden;
  }
  
  .overlay-link {
	display: block;
	position: relative;
  }
  
  .hover-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	color: white;
	opacity: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s ease-in-out;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
  }
  
  .overlay-link:hover .hover-overlay {
	opacity: 1;
  }
  
  .hover-overlay h3, .hover-overlay p {
	margin: 0;
  }
  

.draws-wrapper {
	margin: 60px auto 85px auto;
}

.draws-wrapper img {
	margin: 15px 0px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(192,199,208,1);
	-moz-box-shadow: 0px 1px 2px 0px rgba(192,199,208,1);
	box-shadow: 0px 1px 2px 0px rgba(192,199,208,1);
}

@media (max-width: 600px) {
	.draws-wrapper {
		margin: 25px auto 25px auto;
	}
}

/*__________________ PROJECT DETAIL */

.project_info h1 {
	color: #ffffff;
	font-family: 'League Gothic', sans-serif;
	font-size: 40px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 10px;
}

.project_info p {
	color: #b3b3b3;
	font-family: 'Outfit', sans-serif;
	font-size: 24px;
	text-align: center;
}

.img_detail {
	padding-bottom:80px;
}

.img_detail_small {
	padding-bottom:40px;
}

/*__________________ FOOTER */

footer {
	background-color: #1a1a1a;
	padding: 30px 10px 15px 10px;
}

h4 {
	color: #ffffff;
	font-family: 'League Gothic', sans-serif;
	font-size: 80px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.text_footer {
	font-family: 'Outfit', sans-serif;
	font-size: 24px;
	color: #b3b3b3;
	text-align: center;
	padding: 20px;
	padding-bottom: 0;
	margin: 0 80px;
}

.text_footer a {
	color: #eaeaea;
	text-decoration: underline;
}

.social-icon-list{
	margin-top: 30px;
}

.social-icon {
	display: inline-block;
	width: 45px;
	margin: 0 23px;
	-webkit-transition: all ease-out 0.15s;
    -moz-transition: all ease-out 0.15s;
    -o-transition: all ease-out 0.15s;
    transition: all ease-out 0.15s;
}

.social-icon:hover {
	opacity: 0.7;
}

.copyright {
	color: #555;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: 30px;
}

@media (max-width: 600px) {
  .social-icon {  width: 35px; margin: 0 14px; }
  h4 { font-size: 40px; }
	.text_footer { font-size: 24px; margin: auto; padding: 20px 0;}
	.text_footer a {margin: auto; font-size: 20px;}
  .social-icon-list { margin-top: 20px; }
  .copyright { font-size: 10px; }
}