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

@import url('https://fonts.googleapis.com/css?family=Playfair+Display+SC');

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

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

}

#desc{
	font-family: "Open Sans Regular";
	text-align: justify;
	font-size: 13px;
}



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

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

#slider{
	padding-top: 0px;
}

.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;

}

.img-circle{
	width: 140px;
	height: 140px;
	box-shadow: 0px 5px 10px #888888;
}

.img-rounded{
	width: 300px;
	height: 440px;
	box-shadow: 0px 5px 10px #888888;

}
.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {

      width: 70%;
      margin: auto;
  }

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

hr{
	border: 2px solid black;
}

#PlayfairBlack{
	font-family: "Playfair Display SC";
	font-weight: 800;
}

@media (max-width:768px) {
    body {
        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;
}
}

