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

/*hero*/
body, html {
    height: 100%;
}
/* The hero image */
.hero-image {
  background-image:url("workbg-08.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;
}
h1 { font-family: "Playfair Display SemiBold";
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	color: rgba(96,56,19,1.00);
	
}

.title {
	padding-top: 10px;
	font-family: 'Open Sans Condensed Light';
	font-size: 21px;
}

.caption {
	font-family: "Open Sans Condensed Light";
	font-size: 16px;
	font-style: oblique;
}

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