body {
  min-height: 75rem; /* Can be removed; just added for demo purposes */
}

.navbar {
  margin-bottom: 0;
}

.jumbotron {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
  background-color: #fff;
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

.album {
  min-height: 50rem; /* Can be removed; just added for demo purposes */
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}

.card {
  float: left;
  width: 33.333%;
  padding: .75rem;
  margin-bottom: 2rem;
  border: 0;
  font-family: "NewText", "Times New Roman", Times, serif;
       
}
.card-title {
    font-size:1.5rem;
    font-weight:bold;
    color:#000;
    margin-bottom:0.25rem;
}


.card-location {
    font-size:1.2rem;
    font-weight:bold;
    margin-bottom:0.25rem;
}
.card > img {
  margin-bottom: .75rem;
}

.card-text {
  font-size: 1.25rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

a.card,
a.card:hover {
  color: #212529;
  text-decoration: none;
	font-size: 100%;
}

.nav-link,.evred {
	color: #FF0000 !important;
	
}

hr {
    margin-bottom:0.5rem;
    margin-top:3rem;
    
}

hr.top-hr{
    margin-bottom:3rem;
    margin-top:0.5rem;
    
}
section {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;

}
table {
    
    margin-top:1.5rem;
}

table.TableTop {
    margin-top:0;
    width:100%;
}