body {
    background-color: #121212;
    color: #e0e0e0;
    font-family: Arial, sans-serif;
}

#post-text {
    min-height: 400px; /* Adjust the value as needed */
}

h1 {
    font-size: 1.6rem;
    color: rgba(55, 130, 228, 0.9) !important;
    font-family: 'Creepster', cursive !important;
    letter-spacing: normal;
}
 

.image-container {
    display: inline-block;
    position: relative;
  }
  
  .image-container img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.9);
  }

#post-image {
    max-width: 512px;
   border-radius: 20px;
    
}

#post-text {
    color: #e0e0e0;
    font-size: 1.5rem;
    line-height: 1.9rem;
}

#post-text p{
    padding-bottom: 1rem;
}

.text-source {
    font-size: 1.2rem;
    font-style: italic;
    text-align: left;
    padding-top: .0rem;
    color: #9b9797 !important;
}

.sign-off {
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: bold;
  }

  .vote-links {
    font-size: 1.4rem;
  }

  .ONDP {
    color: #F58220;
    text-decoration: underline;
  }

  .OLIB {
    color: #ff0000;
    text-decoration: underline;
  }


.navigation {
    margin-top: 20px;
    text-align: center;
}

.btn-dark {
    background-color: #333333;
    border-color: #333333;
    color: #e0e0e0;
}

.btn-dark:hover {
    background-color: #444444;
    border-color: #444444;
}

 

@media (max-width: 768px) {
    .row {
        flex-direction: column;
        align-items: center;
    }

    #post-text {
        background-color: rgba(0, 0, 0, 0.7);
        padding: 10px;
        border-radius: 5px;
    }
}


@media (max-width: 992px) {
    h1 {
        font-size: 1.4rem;      
        letter-spacing: normal;
    }
    
    .text-source {
        font-size: .7rem;       
    }

    #post-text {
      
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
    
    #post-text p{
        padding-bottom: .3rem;
    }

    .sign-off {
        font-size: 1.4rem;
        line-height: 1.6rem;
      
      }
    
      .vote-links {
        font-size: .7rem;
      }

}


@media (max-width: 450px) {
    h1 {
        font-size: 1.6rem;      
        letter-spacing: normal;
    }
    
    .text-source {
        font-size: 1rem;       
    }

    #post-text {
      
        font-size: 1.3rem;
        line-height: 1.6rem;
    }
    
    #post-text p{
        padding-bottom: .6rem;
    }

    .sign-off {
        font-size: 1.3rem;
        line-height: 2.0rem;
      
      }
    
      .vote-links {
        font-size: .9rem;
      }

}
