/* Enter Your Custom CSS Here */


 body .section-title h3 { 
    font-size: 100px !important;
    font-weight: 500 !important;
		text-transform: capitalize !important;
}

.testing {
	color: green!important;
}

p.testing {
	color: green !important;
}

p .testing {
	color: green !important;
}

nav.navbar-default {
    border-bottom: 5px; 
    border-color:#00067c;
	  border-style: solid;
}  

.navbar-brand img {
		background: none;
		max-height: 52px;
}

.home .section-title {
	display: none
}

.post-inner ul {
    margin-bottom: 20px;
    margin-top: 30px;
}

.post-inner li {
    margin: 30px 0;
}