

.nav {
	position: fixed;
	overflow: hidden;
	top: 0;
	height: 70px;
    width: 100%;
	border: 5px solid red;
	background-color: #DCDCDC;

}

.nav a {
  position: relative;
  top:20px;
  color: #5a5a5a;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 16px;
  text-transform: uppercase;
  
}

.nav li {
  display: inline;
}


  
.jumbotron {
  position: relative;
  top:70px;
  background-image:url('Images/1.jpg');
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  	border: 5px solid blue;
}

.jumbotron .container {
  position: relative;
  top:50%;
  border: 5px solid black;

}

.jumbotron h1 {
  color: #B22222;
  font-size: 60px;  
  font-family: 'Shift', sans-serif;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
    
}

.jumbotron p {
  font-size: 20px;
  color: #fff;
  border: 5px solid green;
}




