@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');

p,h1,h2,h3,h4,h5,h6,a{
	font-family: 'Noto Sans', sans-serif;
}

.top_bg
{
	background: url('../img/banner.jpg');
  	background-size: cover;
  	background-position: center;
  	background-repeat: no-repeat;
  	padding-top: 100px;
  	padding-bottom: 100px;
}

.rogerTrasperntBackground{
	 background: #000000ab ;
	padding: 30px;
}
.rown
{
	padding-top: 30px;
	padding-bottom: 30px;
}
.out-vc {
    display: table;
}
.white{
	color: white;
}
.orgbutton
{
  padding: 15px 55px;
  background: #f7931e ;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.grayDiv{
	background-color: #f2f2f2;
}
.blueDiv{
	background-color: #0071bc;
	padding-top: 20px;
	padding-bottom: 20px;
}
hr { 
	background-color: #000; 
	height: 2px; 
	border: 0; 
}

.middle_bg
{
	background: url('../img/bg1.jpg');
  	background-size: cover;
  	background-position: center;
  	background-repeat: no-repeat;
  	padding-top: 20px;
  	padding-bottom: 20px;
}

.bottom_bg
{
	background: url('../img/bg2.jpg');
  	background-size: cover;
  	background-position: center;
  	background-repeat: no-repeat;
  	padding-top: 100px;
  	padding-bottom: 100px;
}