
body {
  
  background-image: url('bg1.jpg');

  background-attachment: fixed; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  background-color: #00111A;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  letter-spacing: 0px;
  word-spacing: 0px;
  color: rgb(200,200,200);
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  text-shadow: -1px -1px 2px rgba(10,10,10,1), 1px 1px 2px rgba(0,0,0,1);
  
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

.navbar {
  display: flex;
  align-items: center;
  background-color: #1a1a1a;
  background-image: url('navbar-bg1.png');
  padding: 5px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 1), 0 2px 4px -1px rgba(0, 0, 0, 0.5);
}

.nav-button {
  background-color: #000000;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  margin: 0 5px;
  border-radius: 5px;
  font-family: "Times New Roman", Times, serif;
}

.nav-button:hover {
  background-color: #990000;
}

.navbar-logo{
    height: 40px;
    width: 40px;
}

.bottom-bar {
    position: relative;
    bottom: 0;
    left: 0;    
    width: 100%;   
    background-color: #1a1a1a; 
    padding: 5px 0;
    text-align: center;
    z-index: 9999; 
    margin-top: auto;
    background-image: url('navbar-bg1.png');
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 1);
    
}

.bottom-bar a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-family: "Times New Roman", Times, serif;
}

.bottom-bar a:hover {
    text-decoration: underline;
    color: #990000;
}

.home-header {
    width: 40%;
    text-align: center;
    margin: 0px auto;
}

.blog-container {
    display: flex;
    justify-content: center;
    padding: 0px;
}

.blog-frame {
    width: 50%;
    height: 800px;
    border: 2px solid #000;
    background: #fff;
}


.chris-dart-music-list {
    text-align: center;
    margin: 20px 0;
}

.featured-video-container {
    text-align: center;
    margin: 20px 0;
}

.video-game-music-covers-video-container {
    text-align: center;
    margin: 20px 0;
}

.horror-music-video-container {
    text-align: center;
    margin: 20px 0;
}

.scifi-music-video-container {
    text-align: center;
    margin: 20px 0; 
}

.rock-and-metal-music-video-container {
    text-align: center;
    margin: 20px 0;
}

.sound-vault-video-container {
    text-align: center;
    margin: 20px 0; 
}

.misc-video-container {
    text-align: center;
    margin: 20px 0;
}

.wankstain-video-container {
    text-align: center;
    margin: 20px 0;
}

.dabog-video-container {
    text-align: center;
    margin: 20px 0;
}

img {
    max-width: 100%;
    height: auto;
}

.hermitgod-chat {
    text-align: center;
    margin: 20px 0;
}


.hermitgod-chat-rules-title {
    text-align: center;
    margin: 20px auto;
    width: 10%;
    height: 50%;
}

.hermitgod-chat-rules {
    text-align: left;
    margin: 20px auto;
    width: 30%;
    height: 50%;

}

.about-hermitgod-productions {
    width: 40%;
    text-align: center;
    margin: 0px auto;
}

.hermitgod-logo {
    width: 256px;
    height: 256px;

}

.about-me {
    width: 40%;
    text-align: center;
    margin: 100px auto;

}

.other-music-projects {
    width: 40%;
    text-align: center;
    margin: 100px auto;
}

.contact-info {
    width: 40%;
    text-align: center;
    margin: 100px auto;
}

.guestbook {
    text-align: center;
    margin: 20px 0;;
    height: 800px;
}
