.navbar {
  padding-top: 5x;
  padding-bottom: 5px;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 4px;
}

.navbar-nav li a:hover {
  color: #1abc9c !important;
}
.container{
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 60px;
      padding-right: 60px;
    }
    
    /* Add a gray background color and some padding to the footer */
    .bg-1 {background-color: #d3f3dc;
      color: #ffffff;}

    .bg-2 {background-color:  	#c2f5f2;
        color: #ffffff;}

    .bg-3 {background-color: #158b8b;
          color: #ffffff;}
          
    .bg-4 {background-color: #f9eadd;
            color: #ffffff;}

    .bg-5 {
    background-color: #faf9f8; 
    color: #3b3832;
    }

html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  font: 22px "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  line-height: 1.8;
  background-color: #faf9f8;
  color: #3b3832;
}

main {
  flex: 1; /* Takes up remaining space */
}

footer {
  background: #faf9f8;
  color: #3b3832;
  text-align: center;
  padding: 1rem;
}

h1 {text-align: center;}

h2 {text-align: center;}

h3 {text-align: center;}
h4 {text-align: center;}

h5 {text-align: center;}

h6 {text-align: center;}

.icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.h4 {
  line-height: 1.5;
}

.logo {
  width: 110px;
  height: 110px;
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .logo {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
}


/* Make sure container has position: relative */
.thumbnail {
  position: relative;
}

