@font-face {
    font-family: Britannic;
    src: url(BRITANIC.TTF);
}

.navbar-brand {
	font-family: 'Britannic';

}

.jumbotron {
	background-image:url("../img/back.jpg");
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
}

.display-3 {
    color: white;
	font-weight: bold;
	text-shadow: 2px 2px 5px black;

}

.lead {
    color: white;
	text-shadow: 2px 2px 1px black;
}

.btn-primary {
  background-color: #F60;
  border-color: #F60;
}

.btn-primary {
  background-color: #F60;
  border-color: #F60;
}
