
 @font-face { font-family: Silka Light Webfont;
  src: url(silka-light-webfont.woff);
}

@font-face {
  font-family: Silkamono Medium Webfont;
  src:  url(silkamono-medium-webfont.woff2);
 }


body {
	font-family: Inter Tight;
	font-size: 18px;
	line-height: 1.5;
  font-weight: 400;
	
	background-color: #fcfcfc;
	color: #666666;
	margin: 70px auto 40px auto;
	width: 1020px;
}

h1 {
  font-family: Silkamono Medium Webfont;
	font-size: 22px;
	font-weight: 400;
  color: #333333;
}

p.info {
  margin-left: 0px;
  margin-right: 50px;
  max-width: 600px;
  margin-bottom: 20px;
}

header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 100px;
  margin-left: 50px;
  margin-right: 50px;
  
  
}



header a,
nav a {
  text-decoration: none;
  color: #333333;
  
}

nav.menu a {
  margin-left: 20px;
}


.selectedindex  {
  text-decoration: underline;
}

.photos {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.photo {
  padding-bottom: 48px;
  margin-bottom: 50px;
}

.photoabout {
  padding-bottom: 0px;
  margin-bottom: 50px;
}

.photo img{
  margin-bottom: 5px;
}

.imagenes{
  max-width: 750px;
}

footer{
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 20px;
 	margin-left: 50px;
  margin-right: 50px;
  
}




.lightbox-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.lightbox-close {
  position: fixed;
  right: 20px;
  top:20px;
  color: #fff;
  padding: 20px 25px;
  cursor: pointer;
}

.lightbox-content {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 760px;
  width: 90%;
  transform: translate(-50%,-50%);
}

.lightbox {
  display: none;
}

header.info {
  padding-bottom: 60px;
}

p.info {
  padding: 0px 10px 10px 0px;
  
}

p.info a {
  text-decoration: underline;
  color: #a1a1a1;
}





@media (max-width: 1020px) {
  body{ 
    width: 100%;
  }
  footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    bottom: 0;
  }

}









@media (max-width: 700px) {
  body{ 
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
  }
  
  .photos p {
    font-size: 14px;
  }
  h1 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  
  header {
  display: block;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 75px;
}
  nav.menu a {
    margin-top: 7px;
  }
  nav.menu a {
    display: block;
		margin-bottom: 4px;
  }
  
 
  
  nav.menu a {
    margin-left: 0px;
  }
  
  
  p.info {
    padding-left: 16px;
  }
  
  .photos {
    width: 80%;
  }
  
  .photo {
  padding-bottom: 50px;
  margin-bottom: 50px;
}
  
  footer {
    padding-left: 10px;
  	padding-right: 10px;
  
  }
  
}

