x* {
  border: 1px solid red;
}


.body {
  -webkit-font-smoothing: antialiased;
}

.home  {
    background-color: #000;
    width: 100%;
}

.content {
  width: 80%;
  margin: auto;
}

/* MENU MENU */

.menu {
	height: 16vh;
	text-align: right;
	position: fixed;
	z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  padding-right: 5%;
}

.menu_item {
	font-family: "Roboto-Regular";
	font-size: 1.5rem;
	line-height: 2.5rem;
	color: #fff;
	display: inline-block;
	margin-right: 5.5%;
	cursor: pointer;
	position:relative;
  top:48%;
  transform: translateY(-50%);
  text-shadow: 1px 1px #111;
  text-decoration: none;
}

.about .menu_item {
  color: #111;
  text-shadow: none;
}

.menu_item:hover {
	text-decoration: underline;
}

.select {
	text-decoration: underline;
}


/* FOLD 1 FOLD 1 */

.fold1 {
	height: 100vh;
  margin: auto;
}

.top_text {
	position:relative;
  top:48%;
  transform: translateY(-50%);
  z-index: 10;
  display: block;
}


.h1 {
	font-family: "Montserrat-Bold", Helvetica, Arial;
	font-size: 7.4vw;
	line-height: 1.1;
	color: #fff;
  letter-spacing: 0;
}

.about .h1 {
color: #111;
}

.translate {
  font-family: "Montserrat-Regular";
  text-align: right;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #fff;
  right: 0;
  bottom: 7%;
  position: absolute;
}

.about .translate {
color: #111;
bottom: 13%;
}


/* FOLD 2 FOLD 2 */


.fold2 {
  margin: auto;
  padding-bottom: 40vh;
}

.about .fold2 {
  padding-top: 16vh;
}




.about .h2:last-child {
  margin-bottom:0;
}


/* FOLD 3 FOLD 3 */

.fold3 {
  padding-bottom: 40vh;
}

.h3 {
  font-family: "Roboto-Light";
  color: #111;
  line-height: 1.5;
  padding-bottom: 6vh;
  font-size: 2.6vw;
}

.h3:last-child {
  padding-bottom:0;
}

.mont {
  font-family: "Montserrat-Bold";
  font-size: 2.6vw;
  letter-spacing: -.02em;
}


/* FOLD 4 FOLD 4 */

.fold4 {
  padding-bottom: 24vh;
}

/* WORKS WORKS WORKS*/


.work_list {
  overflow: hidden;
  background-color: #000;
  width: 100%;
  margin: auto;
}


.project {
    margin: auto;
    margin-bottom: 20vh;
    width: 80%;
    max-width: 1600px;
}
 
.project_title {
  font-family: "Roboto-Regular";   
  color: white;
  font-size: 1.5rem;
  padding-top: 1.25rem;
  margin-left: 1rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: .5s ease;
}

a {
  text-decoration: none;
}

.thumb {
    background-position: center;
    background-size: cover;
    height: 76vh;
    margin: auto;
    cursor: pointer;
    
}


.showcase {
    background-image: url("../img/showcase/thumb_showcase.jpg");
} 

.backbase-cases {
    background-image: url("../img/thumb_backbase_case.jpg");
} 

.framework {
    background-image: url("../img/thumb_framework.jpg");
} 

.valor {
    background-image: url("../img/thumb_valor.jpg");
}  

.skate {
    background-image: url("../img/thumb_skateplace.jpg");
}    

/* HOVERS */

.project:hover .overlay {
  opacity: 1;

}

.overlay {
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  z-index: 20;
  background-position: center;
  background-size: cover;
}

.pelicula {
  height: 100%;
  width: 100%;
  background: rgba(24, 24, 24, 0.5);
}

.showcase .overlay {
  background-image: url("../img/showcase/thumb_showcase.gif");
}

.backbase-cases .overlay {
    background-image: url("../img/thumb_backbase_case.gif");
}

.framework .overlay {
  background-image: url("../img/thumb_framework.gif");
}

.valor .overlay {
  background-image: url("../img/thumb_valor.gif");
}

.skate .overlay {
  background-image: url("../img/thumb_skateplace.gif");
}

.novelas .overlay {
  background-image: url("../img/thumb_novelas.gif");
}

.recipes .overlay {
  background-image: url("../img/thumb_recipes.gif");
}

.installations .overlay {
  background-image: url("../img/thumb_installations.gif");
}


/* FACTS FACTS FACTS */


.fact_wrapper {
  margin-bottom: 24vh;
}

.fact {
    max-width: 540px;    
    position: relative;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.fact_title {
  font-family: "Montserrat-Bold";
  font-size: 6.5rem;
  letter-spacing: -0.03em;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.black {
  color: #111;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.fact_list .text {
  text-align: center;
  font-family: "Roboto-Regular";   
  color: #333;
  font-size: 1.25rem;
  margin: auto;
  max-width: 540px;
  line-height: 1.25;
}

.fact_list a {
  color: #333;
  text-decoration: underline;
}

.fact img {
   width: 100%;
   z-index: 15;
   margin-bottom: -4px;
}

.fact video {
  width: 100%;
  z-index: 15;
}

.fact_overlay {
  width: 100%;
  height: 99%;
  background-color: #000000;
  opacity: 0.1;
  position: absolute;
}



/* MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE */



@media only screen and (max-width: 768px) {



.content {
  width: 85%;
}

/* MENU */

.menu {
    height: 80px;
    padding-right: 3%;
  } 


/* FOLD 1 */

.h1 {
  font-size: 12vw;
}

.translate {
  display: none;
  font-size: 1rem;
  position: relative;
  text-align: left;
  top: 1rem;
}

/* FOLD 2 */

.fold2 {
  padding-top: 0;
  padding-bottom: 16vh;
}

.about .fold2 {
  padding-top: 0;
  padding-bottom: 20vh;
}



/* FOLD 3 */

.fold3 {
  padding-bottom: 20vh;
} 

.h3 {
  font-size: 1.5rem;
  padding-bottom: 4vh;
  }   

.mont {
  font-size: 1.5rem;
  } 


/* FOLD 4 FOLD 4 */

.fold4 {
  padding-bottom: 20vh;
}  


/* WORKS */

.project {
    width: 100%;
}

.project_title {
  font-size: 1rem;
  width: 85%;
  margin: auto;
}

.thumb {
    height: 56vh;
}


/* FACTS */

.fact_wrapper {
  margin: auto;
  margin-bottom: 20vh;
}

.fact {
  width: 100%;
}

.fact_title {
  font-size: 16vw;
  }


.footer {
  padding-top: 4vh;
  padding-bottom: 16vh;
}

}






