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;
}

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

img{
margin: 10px;
}

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

button {
color: blue;
}

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

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

.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-image: url("../images/bground2.jpg");
}
