.btn-primary.custom-btn {
	background-color: rgb(71,120,180);
	border-color: rgb(71,120,180);
	margin-left: 1.5em
	
}
.btn-primary.custom-btn:hover {
	background-color: rgb(113,161,62);
	border-color: rgb(113,161,62);
}

.btn-primary.custom-btn-rh {
	background-color: rgb(71,120,180);
	border-color: rgb(71,120,180);
	margin-right: 1.5em
	
}
.btn-primary.custom-btn-rh:hover {
	background-color: rgb(113,161,62);
	border-color: rgb(113,161,62);
}

.sum_tab{
	margin-left: 1.5em;
}

.btn-primary.amber-btn {
	background-color: orange;
	border-color: orange;
	margin-left: 1.5em
	
}

.btn-primary.amber-btn:hover {
	background-color: rgb(113,161,62);
	border-color: rgb(113,161,62);
}

.btn-primary.red-btn:hover {
	background-color: rgb(113,161,62);
	border-color: rgb(113,161,62);
}

.btn-primary.red-btn {
	background-color: #F70D1A;
	border-color: #F70D1A;
	margin-left: 1.5em
	
}

.btn-primary.green-btn {
	background-color: #347C17;
	border-color: #347C17;
	margin-left: 1.5em
	
}

.btn-primary.grey-btn {
	background-color: grey;
	border-color: grey;
	margin-left: 1.5em
	
}

.btn-primary.green-btn:hover {
	background-color: grey;
	border-color: grey;
}

.matrix{

	padding: 15px;
  	text-align: left;
}

.table-head{

	color: white;
  	
}

.blue_cell{
	background-color: rgb(84,141,212);
	color: white
}

.yellow_cell{
	background-color: yellow;
}

.cyan_cell{
	background-color: #21f1d6;
}

.green_cell{
	background-color: #347C17;
}

.red_cell{
	background-color: #F70D1A;
}

.amb_cell{
	background-color: orange;
}

.grey_cell{
	background-color: #afafaf;
}

.purple_cell{
	background-color: #cc99ff;
}

.matrix_head{
	background-color: white;
}

tr td:nth-last-child(1){
	background: white;
	font-weight: bold;
}


button {
	outline: none; 
  }

/*tr:nth-child(even) {
	background-color: #dddddd;
  }*/

#trn{
    color: rgb(90,129,50);
    font-weight: bold;
    font: italic bold 18px Arial;
    padding-right: 50px;
    
    }
    
.nav-link{
    color: rgb(71,120,180);
    }
    
.nav-link:hover{color:rgb(113,161,62)}


    
.img-fluid {
  width: 100%;
}
.carousel-inner{
  width:100%;
  
}

/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .row, .navbar, .nav-item {   
    flex-direction: column;
  }
}

li {
list-style-position: inside;
text-indent: -1em;
text-align:justify;
}


.serv_lab{
    background-color: rgb(113,161,62);
    color:white;
    text-align:center;
}

.serv_lab:hover{color:rgb(84,141,212)}

#news-title{
    color: rgb(113,161,62);
}

#about-t{
    color: rgb(90,129,50);
    font-weight:bold;
    font-style: italic;
}

p{
    text-align:left;
}

#news-event{
    color: rgb(71,120,180);
}

body{
padding-top: 100px;
}

.site-footer .container-fluid{
color: rgb(84,141,212);
height: 100%;

}

.footer {
  
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 140px;
  line-height: 60px; /* Vertically center the text there */
  background-color: rgb(84,141,212);
}

.jumbotron{
    margin-bottom:0px;
   
}

#proj-link{

color: rgb(113,161,62);

}

/* The footer is fixed to the bottom of the page */
 
footer{
	/*position: fixed;*/
	bottom: 0;
}
 
@media (max-height:800px){
	footer { position: static; }
	header { padding-top:40px; }
}
 
 
.footer-distributed{
	background-color: white;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 50px 50px 60px 50px;
	margin-top: 0px;
}
 
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}
 
/* Footer left */
 
.footer-distributed .footer-left{
	width: 30%;
}
 
.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}
 
/* The company logo */
 
.footer-distributed .footer-left img{
	width: 30%;
}
 
.footer-distributed h3 span{
	color:  #e0ac1c;
}
 
/* Footer links */
 
.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
}
 
.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}
 
.footer-distributed .footer-company-name{
	color:  black;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
 
/* Footer Center */


 
.footer-distributed .footer-center{
	width: 35%;
}
 
 
.footer-distributed .footer-center i{
	background-color:  rgb(84,141,212);
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}
 
.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
	text-color: black;
}
 
.footer-distributed .footer-center p{
	display: inline-block;
	color: black;
	vertical-align: middle;
	margin:0;
}
 
.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}
 
.footer-distributed .footer-center p a{
	color:  black;
	text-decoration: none;;
}
 
 
/* Footer Right */
 
.footer-distributed .footer-right{
	width: 30%;
	
}
 
.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  black;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}
 
.footer-distributed .footer-company-about span{
	display: block;
	color:  rgb(71,120,180);
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-company-about span:hover{
	color:rgb(113,161,62);
	text-decoration: none !important;
}

.footer-distributed .footer-company-terms span{
	display: block;
	color:  rgb(71,120,180);
	font-size: 16px;
	margin-bottom: 20px;
}

.footer-distributed .footer-company-terms span:hover{
	color:rgb(113,161,62);
	text-decoration: none !important;
}

.footer-distributed .footer-company-contact{
	display: block;
	color:  rgb(71,120,180);
	font-size: 16px;
	
}

.footer-distributed .footer-company-contact:hover{
	color:rgb(113,161,62);
	text-decoration: none !important;
}
 
.footer-distributed .footer-icons{
	margin-top: 25px;
}
 
.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  rgb(71,120,180);
	border-radius: 2px;
 
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
 
	margin-right: 3px;
	margin-bottom: 5px;
}

.footer-distributed .footer-icons a:hover{
	color:rgb(113,161,62);
	text-decoration: none !important;
}
 
/* Here is the code for Responsive Footer */
/* You can remove below code if you don't want Footer to be responsive */
 
 
@media (max-width: 880px) {
 
	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
 
	.footer-distributed .footer-center i{
		margin-left: 0;
	}
 
}