body {
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    background-image: url("images/pg.png");
    font-family: Georgia, serif;
    font-weight: 300;
    color: #6d6d00;
}

.page {
    width: 100%;
    max-width: 1100px;
    min-height: 100vh;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 0 40px rgba(0,0,0,0.7);
    background-color: #24006a;
    display: flex;
    flex-direction: column;
    position: relative;
}

header {
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 40px 0;
    color:#ffec42;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.6);
    border-right: 4px solid #000005;
    border-left: 4px solid #000005;
    border-top: 4px solid #000005;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

header h1 {
    max-width: 90%;
    margin: 0 auto;
    line-height: 1.3;
    word-break: break-word;
    font-weight: normal;
    letter-spacing: 2px;
}

nav {
    text-align: center;
    position: relative;
    z-index: 3;
    border-right: 4px solid #000005;
    border-left: 4px solid #000005;
    border-bottom: 4px solid #000005;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.6);

}

nav a:hover {
    text-decoration: underline;
    color:#000005;
}

.layout {
    display: grid;
    grid-template-columns: 1fr minmax(0,700px) 1fr;
    gap: 2px;
    flex: 1;
}

.sidebar {
    padding: 4px;
    border-right: 4px solid#000005;
    border-left: 4px solid #000005;
    border-bottom: 4px solid #000005;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    padding-top: 125px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.6);
}

.content {
    background-color: #000056;
    background: rgba(0, 0, 50, 0.85);
    padding: 40px;
    border-left: 4px solid #000005;
    border-right: 4px solid #000005;
    border-bottom: 4px solid #000005;
    border-radius: 6px;
    overflow: visible;
    position: relative;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.6);
    font-weight: 500;
}

.sidebar.right {
    padding-top: 375px;
    border-right: 4px solid #000005;
    border-left: 4px solid #000005;
    border-bottom: 4px solid #000005;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.6);
}

.aside {
    font-size: smaller;
}

hr {
    color:#000005;
}

.content p {
    text-indent: 1.2em;
    margin-bottom: 12px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

.content p:first-of-type {
    text-indent: 0;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    display: flex;
}

.header {
    position: absolute;
    pointer-events: none;
    top: 55%;
    left: 35%;
    width: 300px;
    z-index: 1;
    transform: translate(-50%, -50%);
    filter: sepia(1) saturate(3) hue-rotate(10deg) brightness(0.8);
}

.header-e {
    position: absolute;
    pointer-events: none;
    top: 58%;
    left: 31%;
    width: 300px;
    z-index: 1;
    transform: translate(-50%, -50%);
    filter: sepia(1) saturate(3) hue-rotate(10deg) brightness(0.8);
}

.page-img {
    width:180px;
    display: block;
    margin: 20px auto;
    position: static;
    filter: sepia(1) saturate(3) hue-rotate(10deg) brightness(0.8);
}

.side-1 {
    width: 100%;
    max-width: 300px;
    position: static;
    filter: sepia(1) saturate(3) hue-rotate(13deg) brightness(2.9);
    display: block;
    margin: 10px auto;
}

.side-2 {
    width:100%;
    max-width: 100px;
    position: static;
    filter: sepia(1) saturate(3) hue-rotate(10deg) brightness(0.8);
    display: block;
    margin: 60px auto;
}

.sidebar a {
  display: block;
  margin-bottom: 10px;
}

.title-wrap {
  position: relative;
}

a:link,
a:visited {
  color: #6d6d00;
  text-decoration: none;
}

a:hover {
  color:#6d6d00;
  text-shadow: 0 0 6px rgba(255, 215, 0, 0.6);
}

a:active {
  color: #6d6d00;
}


.video-player {
  margin: auto;
}

#player {
   border: 4px solid #6d6d00;
   height: 300px;
   width: 600px;
}

.main-player {
  height: 300px;
  width: 600px;
}

.title-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}



@media (max-width: 768px) {

  .layout {
    grid-template-columns: 1fr;
  }
  
  .page-img {
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
  }

  .content {
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 200px;
  }
  

  .video-player {
    height:150px;
    width:300px;
  }

  #player {
    border: 4px solid #6d6d00;
    height: 200px;
    width: 300px;
  }
  
  .i-frame {
    height: 200px;
    width: 300px;
  }
    
  
  
  .main-content {
    padding-top: 50px;
  }

  
  .video-container {
    height:200px;
    width:300px;
  }
  
  .entry-page .header-e {
  top: 65%;
  left: 30%;
  width: 230px;
  position: absolute;
  z-index: 0;
  }

 .entry-page header {
  position: relative;
  font-size: 0.5rem;   
  line-height: 1.0; 
  padding: 60px 40px; 
  word-wrap: break-word; 
  overflow-wrap: break-word; 
  z-index: 2; 
  }

 .entry-page header h1 { 
  max-width: 90%; 
  position: absolute;
  margin: 0 auto; 
  line-height: 1.3; 
  word-break: break-word; 
  font-weight: normal; 
  letter-spacing: 2px;
  z-index: 1;
  left: 20%;
 }

  .sidebar.right {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .sidebar.left {
    padding-top: 20px;
    padding-bottom: 20px;
  }  
  
  header { 
   font-size: 0.5rem;   
   line-height: 1.0; 
   padding: 60px 40px; 
   word-wrap: break-word; 
   overflow-wrap: break-word; 
   position: relative; 
   z-index: 2; 
 }
    
  
  .header { 
    position: absolute; 
    pointer-events: none; 
    top: 55%; 
    left: 32%; 
    width: 260px; 
    z-index: 0; 
    transform: translate(-50%, -50%); 
    filter: sepia(1) saturate(3) hue-rotate(10deg) brightness(0.8); 
 }

  .side-1 {
    position: static;
    margin: 0 auto;
  }
  
  .side-2 {
    position: static;
    margin: 0 auto;
  }
  
  .title-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
 }

 header h1 { 
  max-width: 90%; 
  position: relative;
  margin: 0 auto; 
  line-height: 1.3; 
  word-break: break-word; 
  font-weight: normal; 
  letter-spacing: 2px;
  z-index: 1;
 }

 


}





