/*-- page --*/

body {
    padding: 0;
    margin: 0;
   /* background: #f2f6e9;*/
	background-color: Gainsboro;
}
/*-- navigation --*/
.navbar {
    background:#6ab446;
}
.nav-link,
.navbar-brand {
    color: #fff;
    cursor: pointer;
}
.img-fluid {
	margin-left: 10px;
}

.nav-link {
    margin-right: 1em !important;
}
.nav-link:hover {
    color: #000;
}
.navbar-collapse {
    justify-content: flex-end;
}
/*--- header ---*/

.header {
	/*background-image: url('images/header-background3.jpg');*/
	/*background-size: 100% 50%;*//*cover;*/
	background-position: center;
	position: relative;
	background-repeat: no-repeat;
}
/*------------------------------------*/
.overlay {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
}
/*------------------------------------*/
p {
	text-align:justify;
	text-justify: inter-word;
}

.addSymbol:after {
  content: ' \222b';
}

/*-----------------------------------*/
.description {
	left: 10%;
	position: absolute;
	top: 40%;
	transform: translate(-5%,-40%);
	text-align: center;
}

.description h1 {
	color: #6ab446;*/
	/*text-align: center;*/
/*
}

.description h5 {
	color:blue;*/
	/*text-align:center;*/
*/
/*
}

.description p {
	color: #fff;
	font-size: 1.0rem;
	line-height: 1.2;\\*/
	/*width: 80%;*/
/*	order: no-border;/* 5px solid red;*/
/*	adding: 5px;
	text-align: justify;
	text-justify: inter-word;
}*/
/*--- button -----------------------
.description button {
	border: 1px solid #6ab446;
	background: #6ab446;
	border-radius: 0;
	color: #fff;
}

.description button:hover {
	border: 1px solid #fff;
	background: #fff;
	color: #000;
}
*/
/*
p {
*/
	/*font-size: 5rem;*/
	/*font-size = .fs-6;*/
/*
}
*/

/*--- team section ---*/

.background {
	background: #dedec8;
	padding: 4em 0;
}

.team {
	color: #5e5e55;
	padding: 0 180px;
}

.team .card-columns {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}

.team .card {
	background:none;
	border: none;
}

.team .card-title {
	font-size: 1.3rem;
	margin-bottom: 0;
	text-transform: uppercase;
}
/*background-color: #222;*/
/*-- footer --*/

.page-footer {
	
	/*background-color: rgb(0.9, 0.9, 0.9);*/
	background-color: LightCoral;
	padding: 5px;
}
/*
.footer-copyright {
	color: rgb(1.0,0,0);
	padding: 5px;
}*/
/*color: #ccc;*/
