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

/*hero*/
body, html {
    height: 100%;
}

/* The hero image */
.hero-image {
  background-image:url("aboutb-02.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;
}



.profilepic {
	padding-top: 30px;
	padding-bottom: 30px;
}

.container {
	padding-top: 20px;
}

h2 { font-family: "Playfair Display SemiBold"; 
	color:  rgba(96,56,19,1.00);
	
}
.content {
	font-family: "Open Sans Condensed Light";
	font-size: 25px;
}

.content2 {
	font-family: "Open Sans Condensed Light";
	font-size: 25px;
}
.quote {
  padding-top: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;

}
.container-md {
  position: relative;
  text-align: center;
  color: black;
	padding-top: 60px;
}
.centered {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family:"Playfair Display Medium";
  font-size: 25px;
  
}

/*footer*/

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