body {
  font-family: Source Sans Pro, sans-serif;
  background: #222244;
  color: #ddddff;
  margin: 0;
  padding: 0;
}

 /* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: white;
}

/* selected link */
a:active {
  color: white;
} 

/* Heading */
.heading {
  text-align: center;
  font-family: Source Sans Pro, sans-serif;
  box-sizing: border-box;
  background-color: #222244;
  padding: 1px 0px;
}

.center {
  text-align: center;
  font-family: Source Sans Pro, sans-serif;
}

.info {
  text-align:center;
  font-family: Source Sans Pro, sans-serif;
  box-sizing: border-box;
  background-color: #505067;
  overflow: auto;
  padding: 0px 0px;
  position: relative;
  left: 5%;
  width: 90%;
  top: 0;
  font-weight: bold;
}

.hymn {
  text-align:center;
  font-family: Source Sans Pro, sans-serif;
  box-sizing: border-box;
  background-color: #393966;
  overflow: auto;
  padding: 0px 0px;
  position: relative;
  left: 5%;
  width: 90%;
  top: 0;
}

.hymn_type {
  font-weight: bold;
  font-family: Source Sans Pro, sans-serif;
}

.hymn_title {
  font-family: Source Sans Pro, sans-serif;
}

.parts {
  box-sizing: border-box;
  background-color: #2A2A55;
  font-family: Source Sans Pro, sans-serif;
}

/* Navigation */

.navigation {
  box-sizing: border-box;
  background-color: #222244;
  overflow: auto;
  padding: 0px 0px;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999; 
  text-align: center;
  font-family: Source Sans Pro, sans-serif;
}

/* Lists for Navbar & Hymns */

ul {
  padding: 0;
  margin: 0;
}

li {
  color: black;
  display: inline-block;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 5px 5px 5px 5px;
}

.active {
  color: #88CCF1;
}

/* Table */

table {
  height: 40%;
  left: 10%;
  margin: 20px auto;
  overflow-y: scroll;
  position: static;
  width: 80%;
}

thead th {
  background: #88CCF1;
  color: #FFF;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
}

tr {
  background: #f4f7f8;
  border-bottom: 1px solid #FFF;
  margin-bottom: 5px;
}

th, td {
  font-weight: 400;
  font-size: 18px;
  padding: 20px;
  text-align: left;
  width: 33.3333%;
}
