<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

 /*##################Button CSS########################### */ 

.bg-primary {
  background-image: linear-gradient( to right bottom, rgba(102, 102, 51, 0.8), rgba(51, 51, 51, 0.8)),url(../images/pd-1.jpg);
  background-size: cover;
  background-position: top;
}

.bg-primary2 {
  background-image: linear-gradient( to right bottom, rgba(102, 102, 51, 0.8), rgba(51, 51, 51, 0.8)),url(../images/planning.jpg);
  background-size: cover;
  background-position: top;
}

.bg-primary3 {
  background-image: linear-gradient( to right bottom, rgba(102, 102, 51, 0.8), rgba(51, 51, 51, 0.8)),url(../images/fee.jpg);
  background-size: cover;
  background-position: top;
}

.bg-dark{
	background-color: #415E26 !important;  
}

.btn-primary {
    color: #fff;
    background-color: #415E26;
    border-color: #415E26;
}

 /*##################Footer CSS########################### */ 
footer{
 background-color: #415E26; 
 color: white; 
 padding: 2rem 0 2rem; 
 /* margin-top: 1rem; */ 
}
/* margin top and bottom padding are 1.5 rem and right and left padding is 0 */
footer img{
   height: 3rem; 
   margin: 1.5 rem 0; 
}

footer a{
  color: white; 
}

/* top margin is 1.2 rem, right padding .5 rem. bottom padding is 0 and left padding is 0*/
footer svg.svg-inline--fa{
  font-size: 1.6 rem; 
  margin: 1.2 rem .5 rem 0 0; 
}
footer svg.svg-inline--fa:hover{
  color: white!important; 
}

hr.socket{
  width:100%; 
  border-top: .2rem solid #006633; 
  margin-top: 3rem; 
}

 /*##################Nav CSS########################### */ 
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
</pre></body></html>