html {
    background-color: #242850;
}

.page-title h2{
	color: #242850;
	-webkit-text-stroke: 0.3px #99ca3b;
}

a{
	color: #242850;
}

a:hover{
	color: #2438ff;
}

.btn-outline-custom{
	color: #99ca3b;
	border-color: #99ca3b;
	background: #242850;
}

.btn-outline-custom:hover{
	color: #9cd927;
	border-color: #99ca3b;
	background: #2438ff;
}

.post-title a{
	color: #242850;
}

.post-title a:hover{
	color: #2438ff;
}
.post-meta a:hover{
	color: #2438ff;
}
.blog-detail-description a {
	text-decoration: underline !important;
}

input[type=submit] {
	color: #99ca3b;
    background-color: #242850!important;
}

input[type=submit]:hover {
	color: #9cd927;
    background-color: #2438ff!important;
}

.btn-secondary {
	color: #99ca3b;
	border-color: #99ca3b;
	background: #242850;
}

.btn-secondary:hover {
	color: #9cd927;
	border-color: #99ca3b;
	background: #2438ff;
}

.card{
	border: 1px solid #99ca3b;
}

.card-header{
	background-color: #242850;
    border-bottom: #99ca3b;
    color: #fff;
}

