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

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

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

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

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

p{
color:black;
text-align: center;
}

hr{
height:12px;
color:#333333;
}

.blockquote{
border-left: none;
}

a:link{
margin: 10px 10px 10px;
padding: 10px 10px;
}


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

button {
color: blue;
}

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

.navbar-brand{
background:black;
}

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

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

.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:blue;
color:black;
}

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

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

body {
  background:white;
  font-family: Arial, Helvetica, sans-serif;
}
