body{
	
}

#tmlnlogo{
	/* background-image:url("../images/bg.jpg"); */
}
#tmlnlogo img{
		height:150px;
		/*width:100%;*/
		max-width: 100%;
		/*float: left;*/
		
		
}

.clearboth{
	clear:both;
}
.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
	 max-height:500px;
  }
.img-fluid{
		width:100%;
		max-height:500px !important;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .item > img {
  -webkit-animation: zoom 40s;
  animation: zoom 40s;
}
.origin{
	
	 background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(white,lightblue); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white,lightblue); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white,lightblue); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white,lightblue); /* Standard syntax (must be last) */
	color:black;
}
.origin p{
		text-indent:50px;
		
		font-size:16px;
		
}
.governingbody{
		font-weight:normal;
		font-size:16px;
		color:black;
}
}
