body {
	background-color: white; 
	
}

.wrapper {
	width:860px;
	margin:auto;
}

.header {
	padding-top: 25px;
	padding-bottom: 60px;

} 

.logo {
	font-family:'Oswald', sans-serif;
	font-weight: 300;
	font-size: 20px;
	letter-spacing: 1px;
	float: left;
	color: 79a6d2;

	
}

.nav {
	float:right;
	
}

.nav li  {
	list-style: none;
	display: inline-block;
	text-align: right;
	font-family: Verdana;
	font-size: 15px;

	
}

.nav a {
	padding-left: 25px;
	text-decoration: none;
	color:black;
}

a {
	color:black;
}

a:hover {
	color: #ff9999;
}

a.active {
	color:#ff9999;
}
.content {
	clear: both;
	
	
} 
	
.column {
	width:280px;
	float:left;
}

.double {
	width: 565px !important;
}

.column li {
	list-style: none;
	margin-bottom: 5px;
	
}

.column img {
	width:100%;
}

.column.padding {
	margin-left: 5px;
}

.project {
	position: relative;
}

.project:hover .title {
	display:block;
}

.project .title {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
	color:white;
	background-color:rgba(204, 66, 16, 0.6);
	position: absolute;
	top:0;
	bottom:3;
	left:0;
	right:0;
	padding:30px;
	display: none;
	
}

.gallery img {
	width:860px;
	margin-bottom: 12px;	
}

.gallery img.half {
	width:424px;
}

.gallery img.half.left {
	margin-right: 12px;
	width:424px;
}

.gallery li {
	display: inline-block;

}


.information {
	padding-top: 15px;
	padding-bottom: 50px;
}

.title {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	letter-spacing: 2px;
	float: left;
	
}

.title-mexico {
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	letter-spacing: 2px;
	float: left;
	
}

.details {
	float: right;
	width: 550px;
}

.description {
	font-family: Geneva;
	font-size: 18px;
	padding-bottom: 25px;
	letter-spacing: 1px;
	line-height: 30px;
}
.credits {
	font-family: Geneva;
	font-size: 14px;
	line-height: 20px;
}

.home a {
	text-decoration: none;
}

.key {
	font-family: Geneva;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
}

.index {
	color:black;
	text-align: center;
	margin-top:40px;
	text-decoration: none;
}

.home {
	text-decoration: none;
	color: black;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	letter-spacing: 1px;
}

.footer {
	font-family: Geneva;
	font-size: 10px;
	margin:42px auto;
}

.footer p {
	text-align: center;
}

.about img {
	width:400px;
	margin-bottom:12px;
	float:left;
}

.about.landscape  {
	margin-left: 12px;
	width: 440px;
	float:right;
	
}

.about.landscape img  {
	width:440px;
}

.about_1 {
	margin-bottom: 15px;
}

.about_2 {
	margin-bottom: 15px;
	float: left;
}

.about.details {
	float:left;
	width:280px;
	font-family: Geneva;
	font-size: 15px;
	letter-spacing: 1px; 
	line-height: 24px;
	color: gray;
	
}

.about.description {
	float:right;
	width:500px;
	font-family: Geneva;
	font-size: 15px;
	letter-spacing: 1px; 
	line-height: 24px;
	color: gray;
}

.about.description p {
	margin-bottom: 12px;
}

.link {
	color: gray;
	text-decoration: none;
}

.minimasonry {
	margin-bottom:12px;
}

.window img {
	width:400px;
	float:right;
}

.window.landscape img {
	width:440px;
}

.window.landscape  {
	margin-right: 12px;
	width: 440px;
	float:left;
	margin-bottom: 12px;
	
}

.clearfix {
  overflow: auto;
  zoom: 1;
}

/*Slideshow/ Carousel*/

/* Slideshow container */
#slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  padding-bottom: 10px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  top: 50%;
  width:auto;
  margin-top:0px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.5s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px; 
  position: absolute;   

  }

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color:#ffffff;
  opacity: 0.6;
  
}

/* Caption text */
.text {
  color:#ffffff;  
  font-size: 15px;
  padding: 18px 15px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  }

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 15px;
  left:10px;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slide-active, .dot:hover {
  background-color: #ff9999;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}




