.nav a {
  color: #5a5a5a;
font-size: 14px; font-weight:bold; padding: 14px 10px; text-transform: uppercase;
}



.home, .about {
background-color: black;
  
}

.jumbotron {
background-image: url('BackgroundCover.jpg');
height: 600px;
	width: 100%;
        background-repeat: no-repeat;
  	background-size: cover;
}

body.about.jumbotron {
   Background-image:url('https://ee-schools.org/wp-content/uploads/Under-Construction-Sign.png');
	height: 600px;
	width: 100%;
        background-repeat: no-repeat;
  	background-size: cover;

}
.jumbotron .container {
position: relative;
top:10px;
}

.jumbotron h1 {
   color: #fff;
   font-size: 60px;
   font-family: 'Josefin Sans', sans-serif;
   font-weight: bold;
}

.jumbotron h3 {
   color: #fff;
   font-size: 23px;
   font-family: 'Josefin Sans', sans-serif;
   font-weight: bold;
}

.jumbotron p {
font-size: 20px;
color: #fff;
}

.jumbotron  a {
font-size: 18px;
color: #fff;
padding:10px;
}

ul li {
    display:inline;
}

