/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 3.5rem;
  color:darkblue;
}

.jumbotron {
	background:rgba(0, 0, 0, 0);
/* 
	background-image:url("../img/jumbotron.jpg");
	background-size:100%;
	background-repeat: no-repeat;
 */
}

.jumbotron h1,p {
	colour:blue;
}

.aboutus {
	opacity: 0.7;
}

.aboutus i,h3 {
	color: blue;
}

/* 
.aboutus p {
	color: darkblue;
}
 */

.aboutus:hover {
	opacity: 1;
}

.footer {
	font-size: small;
}