
/* Main Content Area */
.main-content {
	flex: 1;
	padding: 20px;
	display: flex;
	grid-template-rows: auto 135px auto;
	flex-direction: column;
	justify-content: space-between;
	/* border-top: 5px solid; */
	/* border-top-color: #aacdd6; */
	/* border-bottom: 5px solid; */
	/* border-bottom-color: #aacdd6; */
}
/* Bio Section */

.bio-section p {
  font-size: 16px;
  line-height: 1.8;
  color: #2c3e50;
  margin-bottom: 20px;
}






/* News Section */
.news-section {
	/* background-color: #e8ebf08f; */
	padding-top: 5px;
	padding-left: 20px;
	border-radius: 8px;
	border: 3px dashed #2a2b37ad;
}

.news-section h3 {
  font-size: 24px;
  font-family: "Montserrat-b";
  margin-bottom: 5px;
  color: #2a2b37;
}

.news-item {
  margin-bottom: 2px;
  color: #2e3237;
  font-size: 14px;
  
}

.news-item > div{
    display:inline;
}



.news-date{
    font-family: 'Anonymous';
    margin-right:5px;
    
}

/* Sidebar Content (Right Side) */
.sidebar-content {
	width: 250px;
	padding: 20px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	/* border-left: 4px solid #8ba6be; */
}

.sidebar-content h3{
  font-family: 'Montserrat-b';
}

.sidebar-links{
    font-family: 'Anonymous';
    width:100%;
}

.sidebar-links img{
    width:15px;
    margin-right: 5px;
}

.sidebar-links a{
        text-decoration: none;
    font-family: 'Anonymous';
    color: #343638;
    font-weight: 800;
}

.sidebar-links a:hover{
    font-style: italic;

}

.sidebar-friends{
    width:100%;
    position: relative;
}

#friends-list-inner a{
        text-decoration: none;
    font-family: 'Anonymous';
    color: #343638;
    font-weight: 800;

}

#friends-list-inner a:hover{
    font-style: italic;

}
#reset-button{
        position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
}

#side-game{
  width:100%;
  height:120px;
}

#side-game input{
  padding:5px;
  margin:auto;
  border-radius:0px;
  background-color:black;
  color:rgb(255, 255, 255);
  text-align:center;
  width:100%;
  height:100%;
  font-size:20px;
  text-transform: uppercase;
  font-family: 'Anonymous';
}

#side-game input:focus{
  outline:none;
}

 .cv_div_video {
        display: inline-flex;
        /* background-color: white;
        /* border: 2px solid black; 
        border-radius: 5px; */
        align-items: center;
        justify-content: center;
        /* box-shadow: 2px 2px 5px #00000066; */
        /* width: 65px; */
        font-size: 10px;
        margin-left: 5px;
        /* margin-right: 5px; */
        padding: 2px;
    }
    
  .cv-item{
    font-family: 'Montserrat-b';
  }

  .bio-section > div{
    margin-bottom:10px;
   }

   .cv-bio{
    margin-bottom:20px;
   }

   .all-news{
    max-height:250px;
	overflow-y: scroll;
	padding-right: 20px;
	padding-bottom: 10px;
   }
    

/* Responsive Design */
@media (max-width: 800px) {

  .bio-section p {
    font-size: 16px;
  }

  .sidebar-friends{
    margin-top:10px;
  }
}
