

/* Put your custom styles here */

body
{
    background-image: url('../images/content/pink-check-background-pattern-diag-50trans.png');
    background-repeat: repeat;
    background-size: 20%;
    padding-top: 50px;
}


.navbar-nav > li
{
    margin:0;
}

.navbar-nav > li a
{
    color: grey !important;
}

.navbar-toggle .icon-bar
{
    background-color: #cb0000 !important;
}

.navbar-nav > li.active a
{
    color: white !important;
    background-color: #cb0000 !important;
}

.navbar-nav > li a:hover
{
    color: #000 !important;
}

.navbar-nav > li.active a:hover
{
    color: white !important;
}

#myModal
{
    top: 5%;
}

.modal-open
{
    overflow-y: scroll;
}


@media screen and (min-width: 768px) {
	
	.modal-dialog  {width:85%;}

}


