h1 {
color:white;
text-align: center;
}

h2 {
color:white;
text-align: center;
}

h3 {
color:white;
text-align: center;
}

h4{
text-align: center;
margin: 10px;
color:black;
background-color: black;
}

h5{
font-size: 16px;
text-align: center;
margin: 10px;
color:white;
background-color: black;
}

hr{
height:12px;
background-color:white;
}

p{
color: white;
}

strong{
color: white;
}

img{
margin: 10px;
}

.responsive{
max-width: 100%;
height: auto;
}

button {
color: black;
}

.navbar{
width:1920px;
height:127px;
background-image: url("../images/jmc.jpg");
background-repeat: no-repeat;
}

.navbar-brand{
background:#333333;
color:white;
}

.navbar-head > a:hover{
background:#00CCFF;
}

.nav-link
{
background:black;
color:white;
}

.nav-link:hover{
background:white;
color:grey;
}

.nav-link:focus{
background:lightgrey;
color:black;
}

.dropdown-item{
background:lightgrey;
color:black;
}

.dropdown-menu{
background:lightgrey;
}

.dropdown-item:hover{
background:white;
color:lightgrey;
}

.dropdown-item:focus{
background:lightgrey;
color:black;
}

.dropdown-divider{
background:lightgrey;
color:black;
}

.dropdown-header{
background:white;
color:black;
}

.navbar-toggler{
float: left;
background:white;
color:black;
border:black;
}

body {
background-image: url("../images/bground3.jpg");
}

.blockquote{
color: white;
}

.modal{
background: black;
}



