h2 {
	font-family: englishGothic;
    src: url(../fonts/OldLondon.ttf);
	font-size: 40px;
}

li {
	line-height: normal
}

#jumbotron-header {
    background-color: #ffffff;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#logo-img{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.news-text{
	padding-top: 14px;
}

@font-face {
    font-family: englishGothic;
    src: url(../fonts/OldLondon.ttf);
}

.navbar-brand{
	font-size: 30px;
}

.navbar{
	font-family: englishGothic;
	font-size: 20px;
}

.dropdown-menu{
	font-size: 20px;
}

#jumbotron-hr{
	margin-top: 0px;
}

.brand-text{
	font-family: englishGothic;
}

.vr{
	max-height: 400px;
}

body { padding-top: 70px; }

.carousel-caption {
      top: 20px;
	  background-color: rgba(51, 51, 51, 0.5);
	  bottom: initial;
}

.img-center{
    margin: 0 auto;
}