.bg-dark {
	background-color: #0C2340 !important;
}

.bg-success {
	background-color: #378A41 !important;
}

.btn-success {
	background-color: #378A41 !important;
}
.btn-success:hover {
	background-color: darkgreen !important;
}


.btn-primary {
	background-color: #0C2340 !important;
	border-color: #cccccc !important;

}
.btn-primary:hover {
	background-color: #378A41 !important;
	/*background-color: #0FCAF0 !important;*/
	/*color: #0C2340 !important;*/
	color: #ffffff !important;
	border-color: darkgreen !important;

}




.btn-outline-primary {
	background-color: #ffffff !important;
	border-color: #0C2340 !important;
	color: #0C2340 !important;
}
.btn-outline-primary:hover {
	background-color: #0C2340 !important;
	border-color: #0C2340 !important;
	color: #ffffff !important;

}












.link-success {
	color: #378A41 !important;
	text-decoration: none !important;
}
.link-success:hover {
	color: #0C2340 !important;
	text-decoration: none !important;
}




.link-primary {
	color: #0C2340 !important;
	text-decoration: none !important;
}
.link-primary:hover {
	color: #378A41 !important;
	text-decoration: none !important;
}







.text-primary {
	color: #0C2340 !important;
}















      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
