/* CSS created by Inderpreet Singh  */

.nav-item 
{
    margin: 0 15px !important;
}

.navbar-nav 
{
    padding-left: 20px;
    background: #ffbc3b;
}

.txt-shadow
{
	color: white;
    text-shadow: 2px 2px 4px #000000;
}

p, .paragraph 
{
    color: #1a1a37 !important;
    font-size: 15px;
	text-align: justify !important;
	
}

body 
{
    color: #1a1a37 !important;
}

.list-group-item:last-child, .list-group-item:first-child 
{
    margin-bottom: 0;
    border-bottom-right-radius: 0 !important; 
    border-bottom-left-radius: 0 !important; 
    border-top-left-radius: 0 !important; 
	border-top-right-radius: 0 !important; 
}