@font-face {
	font-family: "Open Sans Extrabold";
	src: url(../fonts/OpenSans-ExtraBold.ttf);
	font-family: "Open Sans Regular"
	src: url(../fonts/OpenSans-Regular.ttf);
}

body.parallax.module{
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover ;
  padding-top: 50px;
}

body{
	font-family: "Open Sans Regular";
	text-align: justify;
}

.container-fluid .jumbotron {
background-color: rgba(255,255,255,0.7); 
}

#heading_playfair{
	font-family: "Open Sans Regular";
	font-weight: bold;
}

.content p{
	font-family: 'open sans';
	font-size: 13px;
}


.content h2{
	font-family: "Playfair Display SC";
	font-weight: bold;

}

.mainjumbo {
	background-color: rgba(255,255,255,0.7); 
	height: auto;
	padding-top: 20px;
}


.founder{
	background-color: white;
	box-shadow: 0 9px 16px -7px black;
	width: auto;
	height: auto;
	position:center;
	padding-top: 20px;
}


.center-block
{
	height: auto;
	width: auto;
	margin-top: 90px;
	margin-bottom: 30px;

}
#desc{
	font-family: "Open Sans Regular";
	font-size: 14px;
	text-align: justify;
}
.img-circle{
	border-radius: 20%;
	width: 140px;
	height: 140px;
}
.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 70%;
      margin: auto;
  }

.history_slider{
  	margin-top: 50px;
  	width: 100%;
  }

hr{
	border: 2px solid black;
}

.blockquote{
	text-align: center;
}

@media only screen and (max-width: 500px) {
    body #desc {
        font-family: "Open Sans Regular";
	text-align: none;
    }
}

@media(max-width: 768px) {
   #heading_playfair{
	font-family: "Playfair Display SC";
	font-weight: bold;
	font-size: 30px;
	text-align : left;
}
}
