@charset "utf-8";
/* CSS Document */
body {
   
    background-color: #FFFFFF;
}
.responsive {
  width: 100%;
	  max-width: 100px;
  height: auto;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
    color: #61723e;
}
.text-primary {
    color: #61723e !important;
}

a {
    color: #61723e;
   
}
.btn-primary {
  color: #fff;
  background-color: #61723e;
  border-color: #61723e;
}

.init {
  text-align: justify;
  text-justify: inter-word;
}

