@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap');

.body {
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
}
.surface {
    height: 98vh;
    margin: auto;
    width: 99vw;
    background-color: #374354;
}
.container {
    height: 90vh;
    margin: 0 auto;
    overflow-x: hidden;
    padding: 3em 0 0 0;
    width: 95%;
  }
  
  .frontpage {
    height: 85%;
    margin: auto;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .fp-header {
    height: 8em;
  }

  .fp-header-cell {
    background-color: #fafafa;
    border-right: 1px solid #DADCE0;
    border-bottom: 1px solid #DADCE0;
    padding: 0.5em;
  }

  .fp-header-item {
    align-items: center;
    background-color: #efefef;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    min-height: 8em;
  }

  .header-weather {
    color: #747474;
    font-family: 'Cinzel Decorative', serif;
    font-size: 1em;
    font-weight: 400;
    height: 100%;
    width: 10%;
  }

  .header-title {
    color: #d4d0d0;
    font-family:'Cinzel Decorative', serif;
    font-weight: 700;
    font-size: 4rem;
    text-align: center;
    text-shadow: 1px 1px 1px #ffffff, -1px -1px 1.5px #a29a9a;
    width: 80%;
  }

  .header-date {
    color: #747474;
    font-family: 'Cinzel Decorative', serif;
    font-size: 1em;
    font-weight: 400;
    height: 100%;
    width: 10%;
  }

  .fp-cell {
    padding: 0.5em;
    background-color: #fff;
    border-right: 1px solid #DADCE0;
    border-bottom: 1px solid #DADCE0;
  }
  
  .fp-cell--1 {
    grid-row: 1 / span 1;
  }
  
  .fp-cell--2 {
    grid-column: 2 / span 2;
  }
  
  .fp-cell--3 {
    grid-column: 4 / span 1;
    grid-row: 1 / span 2;
  }

  .fp-cell--4 {
    grid-column: 2 / span 1;
  }

  .fp-cell--5 {
    grid-column: 3 / span 1;
  }

  .fp-cell--6 {
    grid-row: 2 / span 1;
  }
  
  .fp-item {
    background-color: #efefef;
    display: flex;
    justify-content: center;
    min-height: 200px;
    height: 100%;
  }

  .rss-feed {
    list-style: none;
    padding: 5% 0;
  }

  .rss-feed > ul {
    padding: 0 5%;
  }

  .rss-item {
    margin: 1em;
  }

  .rss-item p {
    color: #000000;
    text-decoration: none;
  }

  .rss-title {
    color: #000000; /* Custom color for titles */
    font-weight: bold;
    font-size: 1.2em;
  }

  .rss-title a {
    color: #000000;
    text-decoration: none;
  }

    /* Space City Weather Feed */
  .feed-spacecityweather .rss-title {
      color: #000000; /* Custom color for titles */
      font-weight: bold;
      text-decoration: none;
      font-size: 1.2em;
  }
  
  .feed-spacecityweather .rss-description {
      font-style: italic;
      color: #00000050;
  }

  .feed-spacecityweather .rss-feed {
    list-style: none !important;
    padding: 5% 0;
  }

  .feed-spacecityweather .rss-item {
    color: #000000;
    text-decoration: none;
  }
  
  /* Kottke.org Feed */
  .feed-kottke .rss-title {
      color: #000000; /* Custom color for titles */
      text-decoration: underline;
  }
  
  .feed-kottke .rss-description {
      font-size: 0.9em;
      color: #555;
  }
  
  /* Daring Fireball Feed */
  .feed-daringfireball .rss-title {
      color: #000000;
      font-family: 'Georgia', serif;
  }
  
  .feed-daringfireball .rss-description {
      color: #666;
  }
  
  /* Snyder Feed */
  .feed-snyder .rss-title {
      color: #000000;
  }
  
  .feed-snyder .rss-description {
      font-size: 1.1em;
      color: #000000;
  }
  
  /* Gar's Tips and Tools Feed */
  .feed-garstips .rss-title {
      color: #000000;
  }
  
  .feed-garstips .rss-description {
      font-weight: lighter;
      color: #000000;
  }