
@font-face {
  font-family: 'Shonar';
    src:  url('../fonts/Shonar.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  }


.container{

width: 100%;
/*background-image:url("../img/Project.jpg") ;*/

	background-size: 100% auto;

}

.rowbackground{
 background:  url('../img/entitiesBackground.jpg') no-repeat  center /cover ;
 	margin-right: 0px;
	margin-left: 0px;
/*	margin-top : 3%;*/
 margin-top : 1px;
 }

 
.containerbackground{
 background:  url('../img/Back2.jpg') no-repeat  center /cover ;
 	margin-right: 0px;
	margin-left: 0px;
/*	margin-top : 3%;*/
 margin-top : 1px;
 min-height : 645px;
 }
 
 
 /* for entities individual pages */

.entityDivHeading{

	
	font-size: 24px;
	color : brown;
	text-align: center;
	color : yellow;
	
}

.img-gap-right{
	margin-right : 20px;
}


.entitiesListItems {
	font-family : sans-serif;
}

.entitiesListItems > li{

	padding-bottom : 1%;
	text-align : justify;
	
}
.entitiesButtons.active{
	/*background: transparent url('../img/Mission1.png'); */
	background-color : gray;
	
	
	
	margin-bottom : 10px;
	
	
}
.entitiesButtons{
	/*background: transparent url('../img/Mission1.png'); */
	background-color : #24325D;
	
	
	margin-bottom : 10px;
	
	
}

.entityULList{
	color : black;
	
	font-family: 'Shonar';
    
	font-weight : normal;
	font-size : 24px;
	
	
	
	

}

.downloadLinks {
	
	color : blue;
	font-style : normal;
}



a:hover{
	
	color : blue;
	
	
	
}

