@charset "UTF-8";
/* CSS Document */

/*hero*/
body, html {
    height: 100%;
}
/* The hero image */
.hero-image {
  background-image:url("memobg-09.png");
  height: 100%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:black;

}

/*navbar*/
.navbar a {
	font-family:'Playfair Display Medium';
	color: black;
	display: inline;	
}
.navbar-nav > li{
  padding-left:20px;
  padding-right:20px;
}
.zoom {
  padding: 0px;
  
  transition: transform .2s;
  width: 350px;
  height: 250px;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}

.row {
	padding-top: 100px;
	padding-bottom: 100px;
}

h1 {
	padding-top: 135px;
	font-family:"Playfair Display ExtraBold";
	text-align: center;
	color: rgba(96,56,19,1.00);
	
}

.title {
	font-family: "Open Sans Condensed Light";
	font-size: 23px;
	font-variant:small-caps 
}
.caption {
	font-family: "Open Sans Condensed Light";
	font-style: oblique;
}

.footer{
	justify-content: center;
	font-family: "Open Sans Condensed Light";
	margin-top: 250px;
	text-align: center;
}
