html, body {
    height: 100%;
}

body {
    background-color: #ffffff;
    background-image: url("../img/embossed-paper.png");
    font-family: 'Source Serif Pro', serif;
    border-top: 12px solid #0a3d62;
}

.container-fluid {
    padding-bottom: 100px !important;
}

.img-john {
    border-radius: 20px;
}

h1.fancy {
    font-family: 'Mr De Haviland', cursive;
    text-align: center;
    font-size: 5em;
    font-weight: 600;
    color: #0a3d62;
    margin-top: 25px;
    margin-bottom: 25px;
}

h2.fancy {
    text-align: center;
    font-size: 3em;
    font-weight: 600;
    color: #0a3d62;
    text-decoration: underline;
}

h3 {
    padding: 10px;
}

a.active {
    font-weight: bold;
}

a {
    color: #0a3d62;
}

.prev {
  cursor: pointer;
  color: #0a3d62;
  font-weight: bold;
  font-size: 2rem;
}

.next {
  cursor: pointer;
  font-weight: bold;
  color: #0a3d62;
  font-size: 2rem;
}

.navigation {
  margin-top: 50px;
}

.photo-header {
  display: grid;
  grid-auto-flow: column;
}

.section {
  margin-bottom: 50px;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #0a3d62;
  color: white;
  padding: 10px;
}

img.rounded {
    border-radius: 15px !important;
    border: 5px solid white;
}

.about table {
    width: 100%;
}

.about table td {
    padding: 5px;
}

ul.skills-list li {
    display:inline;
}