footer {
    display: flex;
    justify-content: center;
    padding: 5px;
    color: #000 !important;
  background-color: #f1f1f1 !important;
  text-align: center !important;
  }

  ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 8px 16px;
    overflow: hidden;
    background-color: #fdfafa;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    letter-spacing: 4px;
    position: sticky;
    top: 0; 
    width: 100%;
    
  }
  
  ul.topnav li {float: left;}
  
  ul.topnav li a {
    display: block;
    color: rgb(3, 3, 3);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  ul.topnav li a:hover:not(.active) {background-color: #9b9999b2;}
  

  
  ul.topnav li.right {float: right;}
  
  @media screen and (max-width: 600px) {
    ul.topnav li.right, 
    ul.topnav li {float: none;}
  }

.content{
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;

}


/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

body {font-family: "Times New Roman", Georgia, Serif;font-size: large;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display";
  letter-spacing: 5px;
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  
}

/* container */
.responsive-three-columns {
  display:flex;
  flex-wrap:wrap;
}

/* columns */
.responsive-three-columns > * {
  width:100%;
}

/* tablet breakpoint */
@media (min-width:768px) {
  .responsive-three-columns > * {
      width:calc(100% / 3);
  }
}

/* Style the container/contact section */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 10px;
  text-align: center;
}



.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px; /* 5px rounded corners */
}

section{
  margin-bottom: 15vh;
  display: block;

}

html{
  scroll-padding-top:10%;

}