body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

a {
    margin-left: 0x;
}

header {
    margin-top: 0px;
    width: 100%;
    padding-top: 20px;
    background-color: black;
    height: 100%;    
    margin-bottom: 10px;
    padding-bottom: 0px;
}

.header-content {
    max-width: 1245px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin: auto;
}

.logo {
    height: 40px;
}

.logo-nav {
    display: flex;
    flex-direction: row;
    padding-left: 20px;    
}

.main-nav {
    margin-bottom: 0px;
}

.main-nav-links {
    padding-top: 10px;
    padding-left: 5px;
}

.main-nav-links li, .main-nav-links li a {
    font-family: "hyperspace-race-cap-variable",sans-serif;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    padding: 0px 1px;
    margin-left: 5px;
    transition: all 0.2s ease 0s;
    color: white;    
}

.main-nav-links li, .main-nav-links li a:hover {
    color: #c03a39;
}

.fa {
    padding: 10px;
    font-size: 50px;
    width: 20px;
    text-align: center;
    text-decoration: none;
  }
  
  .fa:hover {
    opacity: 0.8;
  }
  
  .fa-instagram {
    background: #c03a39;
    color: white;
  }

  .fa-facebook {
    background: #c03a39;
    color: white;
  }
  
  .fa-youtube {
    background: #c03a39;
    color: white;
  }

.browse-page {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1215px;
    margin: auto;
}

@media (max-width: 750px) {
    .browse-page {
        grid-template-columns: 1fr 1fr;
    }
}

.browse-main {    
    max-width: 800px;
    padding: 15px;
    margin-bottom: 60px;
}

.browse-thumb-image {
    width: 100%;
    margin-bottom: 15px;
}

.title-text {
    color: black;    
    font-family: "hyperspace-race-cap-variable",sans-serif;
    font-size: 18px;
    font-weight: 600;    
    margin-bottom: 5px;
    width: 100%;
    text-decoration: none;
}

.published-text {
    margin-top: 0px;
    margin-bottom: 15px;
    color: rgb(63, 63, 63);
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
}

.read-button {
    display: block;
    width: 100%;
    margin-bottom: 3px;
    background-color: #c03a39;
    cursor: pointer;
    border-radius: 5px;
}

.read-button:hover {
    font-weight: 600;
}

.read-button:active {
    background-color: #7e2626;
}

.moreinfo-button {
    display: block;
    width: 100%;
    background-color: lightgray;
    cursor: pointer;
    border-radius: 5px;
}

.moreinfo-button:hover {
    font-weight: 600;
}

.moreinfo-button:active {
    background-color: rgb(143, 143, 143);
}

.read-button-link {
    text-decoration: none;
}

.moreinfo-button-link {
    text-decoration: none;
}

.button-text-read {
    font-family: "hyperspace-race-cap-variable",sans-serif;
    color: white;
    font-size: 16px;
}

.button-text-moreinfo {
    font-family: "hyperspace-race-cap-variable",sans-serif;
    color: black;
}

.footer-main {
    margin-top: auto;  
    background-color: black;   
    width: 100%;
    padding-top: 10px;    
    padding-bottom: 20px;    
}

.footer-content {
    max-width: 800px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 15px;
    margin: auto;    
}

.footer-text {
    color: white;
    font-size: 16px;
    font-family: "adobe-caslon-pro", serif;
}

.footer-nav-links-text {
    text-decoration: none;
    font-family: "hyperspace-race-cap-variable",sans-serif;
    color: white;
}

.footer-nav-links-text:hover {
    color:#c03a39;
}

.footer-nav-links2 {
    text-align: right;
}

.footer-logo {
    display: flex;
    flex-direction: column;    
    max-width: 800px;
    margin: auto;
}

.logo-white {
    height: 40px;
    max-width: 321.8px;
    font-family:Georgia, 'Times New Roman', Times, serif;  
}