html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #4a4a4a;
  background-color: white;
}

#work {
	padding-top: 30px;
}

/*__________________ NAVBAR */

.nav-link {
	color: #333;
	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(138, 137, 137);
}

.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: #676767; }
  .cta-button {color: #676767;}
}

/*__________________ COVER */


h1 {
	color: #333;
	font-family: 'Montserrat', serif;
	font-size: 90px;
	text-align: left;
	font-weight: 900;
	padding: 0 0 0 40px;
}

.cover {
	background-image: url(../img/humanz_icon.png);
	background-size: cover;
	background-position: center center;
	padding: 200px 0 250px 0;
}

@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: 70px;
	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;
}

/*__________________ PHOTOS HUMANZ */

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

.human_name {
	font-family: 'Montserrat', 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: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: rgb(138, 137, 137);
	text-align: center;
	margin: 0 auto;
}

.human_text {
	font-size: 25px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: rgb(138, 137, 137);
	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;
}

/*__________________ TIDBITS*/

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

/*__________________ FOOTER */

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

h4 {
	color: #eaeaea;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: 70px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.text_footer {
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: 500;
	color: #979797;
	text-align: center;
	padding: 20px;
	padding-bottom: 0;
	margin: 0 80px;
}

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

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