

/*------------------------heading-----------------------*/
.header{
	display: grid;
	background: url('../img/tmesAbout-min.jpg');
	background-attachment:;
	background-repeat: no-repeat;
	background-position:top;
	background-size:cover;

	box-shadow: inset 768px 0 0 0 rgba(0,0,0,0.3);
}
.heading{
	display:grid;
	justify-content:center;
	color: rgba(255,255,255);
	text-align: center;
	margin: 20% 10% 20% 10%;
  	padding-top:100px;
}
h1{
	font-size:1.5em;
	border-bottom: solid rgba(255,255,255);
	padding-bottom: 10px;
	margin-bottom: 0px;
}
h2{
	font-size:1.3em;
	font-weight: 400;
	text-align: center;	
}
.header h2{
	border-bottom: solid rgba(255,255,255);
	padding-bottom: 10px;
	margin-bottom: 0px;
}
/*-----------------------------section-one-----------------------*/
.section-one{
	padding: 30px 0;
}
.section-one h2{
	text-align: center;
	padding-bottom: 30px;
	
}
.section-one p{
	margin: 20px 10%;
	padding-bottom:30px ;
}
@media only screen and (min-width:1200px){
	.section-one p{
		margin: 20px 15%;
	}
}
.social{
	display:grid;
	grid-template-columns: repeat(3, 50px);
	grid-gap: 30px;
	justify-content:center;
	margin-bottom: 0.83em;

}
.facebook, .twitter, .youtube{
	width: 40px;
}
/*------------------banner-one--------------------*/

.banner-one img{
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}
.banner-one-text{
	background-color:rgb(128,140,35);
	color: rgb(255,255,255);
	margin:0px;
	padding: 10%;
}
/*--------------------section-two-----------------------------*/

.section-two{
	display: grid;
	background: rgb(81,87,39);
	color: rgb(255,255,255);
	padding:10%;
}
.section-two h2{
	padding-bottom: 5%;
}
.link{
    color: #560f0f;
    text-decoration: none;
    font-weight: 600;
}
/*------------------section-three----------------------------*/

.section-three{
	background: rgb(81,87,39);
	color: rgb(255,255,255);
	padding:10%;
}
.section-three h1{
	text-align: center;
}
.section-three p{
	margin: 0;
	padding-bottom: 30px;
}
.section-three img{
	display: block;
	width: 100%;
	max-width: 100px;
	max-height: 100px;
	margin: auto;
}
.members-img{
	display: grid;
	grid-template-columns: repeat(3, 33%);
	justify-content:space-between;
	text-align: center;

	padding: 0 10%;
}
/*----------------section-four------------------------------------*/

.section-four{
 padding: 10%;
}
.section-four p{
	margin: 10% 0;
}
.section-four img{
	display:block;
	margin: 30px auto;
	width: 50%;
}
.section-four h2{
	padding-bottom: 10%;
}
.mobile{
	width: 100%;
}