
body{
    background-image: url(./asset/background.jpg);
    background-size: cover,;
    background-repeat: no-repeat;
    background-position: 20% 50%;
        background-attachment: fixed;
    }
.menubar{
    display:flex;
    justify-content: center;
    
}

nav{
    background: linear-gradient(to bottom,#bebebe 0,#777 3%,#232323 55%,#1d1d1d 55%,#202020 98%,#000 100%);
  box-shadow: rgba(0,0,0,.3) 0 3px 8px;
  border-left: 1px solid #4b4b4b;
  border-right: 1px solid #4b4b4b;
  border-bottom: 1px solid #000;
  padding: 2px 5px 4px 5px;
  font-weight: 2rem;
  font-family: "Segoe UI Semilight",Tahoma,Geneva,Verdana,sans-serif,Arial,Helvetica,sans-serif;
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
  position: relative;  
  font-size: 16.3px;
  color: #dadada;
     list-style-type: none;
     margin-top: 4px;
    margin-bottom: 0px; /* space between content and nav bar */ 
}
.container4banner{
    display: flex;
    justify-content: center;

}
.banner {
    background-image: url(./asset/2.png);
    max-width: 1300px;
    width:100%;
    height: 300px;
    background-size:cover;
    background-position: 30% 17%;
    display: grid;
    align-items: center;
    box-shadow: 20px 20px 20px black;

}
nav ul{
    display: flex;
    align-items: center;
    list-style-type: none;
    gap: 30px;
    margin: 0;
    padding: 15px;


}
    nav ul a{
        color: #dadada;
        text-decoration: none;
    }
    input{
        padding: 8px 15px;
        border: none;
        border-radius: 4px;
        font-size: 14px;
        
    }
    nav ul .search {
        margin-left:auto
    }

h1 {
    color: #e9e9e9;
      font-family: "Segoe UI Semilight",Tahoma,Geneva,Verdana,sans-serif,Arial,Helvetica,sans-serif;
      
     font-size: 3rem;
      display: grid;
  justify-items:flex-end;

     padding:30px;

  text-shadow: 4px 5px 4px #000000;





}
.foreground{

background-color: #e0e0e0;
    padding: 30px 50px; /* Adjust padding as needed */
    padding-top: 2%;
    margin: 0 auto;
    max-width: 1200px; /* Or whatever width you want */
    min-height: 100vh; /* Ensures it has some height even when empty */
      box-shadow: 0 0 10px 0 black;
      display: flex;
align-items: flex-start;
}


nav ul li a {
    padding: 13px 15px;
    border-radius: 4px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

nav ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
}

.Hdivider{
   border: 1px solid #ccc; /* Adds a thin bottom border */
  margin: 60px 0; /* Adds vertical spacing */

}

.Vdivider{
height: 100vh; 
width: 2px;
background-color: #a9a9a9;
margin: 10px;
flex-shrink: 0px;



}
.main-content{
    flex: 3.5;
    padding-right: 3%;
}
.side-content {
    flex:1;
    padding: 10px;
    
   

}


/* featured section */ 


.featured-content {
    flex: 1;
}

.featured-section {
background: linear-gradient(to bottom, #d4dce4 0%, #c8c8c8 100%);
    display: grid;
    border: 1px solid rgb(91, 91, 91);
    grid-template-columns: 3fr 1fr;
    gap: 20px;
    margin-top: 40px;
      box-shadow: 1px 5px 5px  black;

    
    
}

/* large right section of featured*/
.featured-post {
background: linear-gradient(to bottom, #d4dce4 0%, #c8c8c8 100%);
    padding: 20px;
   margin-left:10px;

    
}

.featured-post img {
    width: 370px;
    height: 200px;
    object-fit:cover;
    
}

.latest-post-content {
    display: flex;
    gap: 12px;
    padding: 20px;
  /*edit this margin right so you dont have a huge pain in the ass gap. */
      margin-right: 20px
}

.latest-post-content img {
    width: 120px;
    height: 75px;
    
    object-fit: cover;
    display: grid;
    border-radius: 2px;
}

.meta{
    color: #5e5e5e;
    margin:auto;
}

.latest-post-info h3 {
    margin: 0px 0px 9px 0px;
}
.latest-post-info p {
    margin: auto;
    
}




/* side bar */

.sidebar {
    width: 550px;
    font-family: Arial, sans-serif;
         list-style-type: none;
         

}

.sidebar-section {
    margin-bottom: 0px;
    border: 1px solid #333;
    width: 115%;
    margin-bottom: 10px;
   box-shadow: 0 0 10px 0 black;
   
    
    
}
.sidebar-header {
    background: linear-gradient(to bottom, #7d7d7d, #4d4d4d);
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding: 7px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    letter-spacing: 8px;
    border-bottom: 4px solid #9fa2ff;
}


.sidebar-content {
    background: #b5b5b5;
    padding-left: 15px;
    padding-bottom: 7px;
       height: auto;
      grid-template-rows: auto;
      

    
}
.platform-list {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    list-style-type: none;

}

.platform-list li {
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
}

.platform-list li:last-child {
    border-bottom: none;
}

.underlining {
    width: 500px;
    height: 200px;
    margin-top: -18%; /* moves box up/down*/
 
    
}

/*lets you put the under line  in a demention of class */
.underlining img {
    max-width: 100%;
    height: auto;
}



.blog-header {
  position: absolute;
  display: inline-block;
  margin: 2%;
}

.blog-header-box {
  position: absolute;
  z-index: 2;
  display: inline-block;
  margin-top: -4%; /* moves box up/down Overlaps with the decorative line */
}

/* the justin beiber block header */
.blog-header-box h2 {
  margin: 0;
  font-family: 'Arial Black', 'Impact', sans-serif;
  font-size: 1.43rem; /*size*/
  font-weight: bold;
  color: #36465D; /* dark purple */
  background: linear-gradient(to bottom, #f0f0f8 0%, #d8d8e8 50%, #c8c8d8 100%);
  border: 4px solid #5a5a7a;
  border-radius: 0px;
  padding: 0.6rem 2.0rem; /* HxW bogger or smaller box*/
  letter-spacing: 0.08em;
  text-transform: capitalize;
  box-shadow: 
    0 4px 6px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);

}

.underlining {
  position: relative;
  margin-left: -5rem; /* moves underline to the right by x amount*/
  
}




/* blog posts section/*
/* Blog Posts Container */
.blog-posts {
  max-width: 700px;
  margin: 1rem 0; /* Changed from 'auto' to '0' */
  padding: 0 2rem; /* Added left padding */
}

/* Single Blog Post */
.blog-post {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 2px dotted #ccc;
}


/* Date Box (Left Side) */
.post-date {
  flex-shrink: 0;
  width: 120px;
}

.post-date .date {
  display: inline-block;
  background: linear-gradient(to bottom, #8fa1c7 0%, #6b7aa8 100%);
  color: white;
  font-family: Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
}

/* Post Content (Right Side) */
.post-content {
  flex: 1;
}

.post-title {
  margin: 0 0 0.8rem 0;
  font-family: Georgia, serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #0e213c;
  line-height: 1.3;
}

.post-excerpt {
  margin: 0 0 1rem 0;
  font-family: Arial, sans-serif;
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  text-align: left; /* Changed from 'justify' */
}

/* Post Meta (Bottom Info) */
.post-meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
}

.read-more {
  color: #9b4d9e;
  font-weight: bold;
  text-decoration: none;
  padding-right: 0.5rem;
  border-right: 1px solid #ccc;
}

.read-more:hover {
  text-decoration: underline;
}

.views, .comments {
  color: #888;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.views::before {
  content: "👁";
}

.comments::before {
  content: "💬";
}

.titlenews{
      font-family: "Arial", sans-serif;
  font-size: 19px;
  font-weight: bold;
  color: #333333;
}
/*
.buttonwelcome {
  background-image: url(asset/LS.png);
  background-size: 850px;
  background-position-y: 90%;
margin: 30px;
  width: auto;
text-align: center;
margin-top: auto;
   justify-content: center; 
     border: 4px solid black;
   box-sizing: border-box;
   padding-bottom: 30px;
   
}

.textwelcome{

color: rgb(76, 166, 244);

  cursor: pointer;
  display: flex;
  font-family: Quicksand,sans-serif;
  font-size: 78px;
  font-weight: 0%;
  
  justify-content: center;
  letter-spacing: .1em;
  line-height: 106px;
  margin: 0;
  padding: 18px 18px;
  text-align: center;
  text-decoration: none;
  height: auto;
    -webkit-text-stroke: 3px black;

  
}

*/

.shadow-dance-container {
       border: 2px solid black;

    display: flex;
    justify-content: center;
    align-items: center;
      background-image: url(asset/ls2.jpg);
  background-size: 800px;
  background-position-y: 270px;
margin: 30px;
  width: auto;
margin-top: auto; 
padding: auto;
padding: -80px;

 
    font-family: 'Arial', sans-serif;
}

.shadow-dance-text  {

    font-size: 3.5rem;
      color: #ffffff;
      padding: 0.8px;
      
    letter-spacing: 0.7cqi;
}
