@charset "UTF-8";
/* CSS Document */

.navbar {
	background-color: #000000;
}

.modal-footer{
	background-color: #000000; 
	color: #ffffff;
}

.navbar-default{
	/* This rule butts up the slider to the navigation bar at the top */
	margin: 0;
	padding: 0;
	border: 0;
	border-radius:0;
}


/*Removed this - it seems to mess up the positioning of the left and right arrows*/
/* .carousel .carousel-control {
    background: none;
    border: none;
    top: 50%;
} */

/*full width container*/
@media (max-width: 767px) {
    .block {
        margin-left: -20px;
        margin-right: -20px;
    }
}