/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
 
  background-color: grey;
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 400; /* 400 is the standard, normal text weight */
  margin: 0px;
  padding: 0px;
  
  

}

.top-bar {
  height: 75px;
  padding: 5px 280px;
  box-sizing: border-box;
  background-color: #BF4439;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.top-bar h1{
  font-size: 32px;
  margin: 0px;;
}

.main-layout {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
}

.main-section{
  background-color: #1d1d1d;
  width: 920px;
  display: flex;
  flex-direction: column;
  padding:30px;
}

.main-section-top{
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  justify-content: space-between;
}


.profile-section {
  width: 215px;
  height: 100%;
}



.profile-info {
  background-color: #BF4439;
  color: white;
  height: 315px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
}
#profile-image{
  width: 215px;
  height: 280px;
  overflow: hidden;
  display: block;
  border-start-start-radius: 5px;
}
#profile-image img{
  width:100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.3);
}

.last-active {
  font-size: 13px;
  font-style: italic;
  display: flex;
  justify-content: center;
}


.profile-message{
  background-color: white;
  border: 3px solid #BF4439;
  width: 215px;
  height: 65px;
  box-sizing: border-box;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.profile-message p {
  margin: 3px;
}



.top-middle-section {
  width: 415px;
  height: 375px;
  padding: 10px 20px 0px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.welcome-area {
  width: 415px;
  height: 250px;
  margin-bottom: 20px;
}
.welcome-area h2 {
  font-size: 60px;
  font-weight: 900;
  margin: 0px;
}
.welcome-area p{
  font-size: 12px;
}

.top-middle-section-center-align {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0px;
}

.button {
  background-color: white;
  border: 3px solid #BF4439;
  border-radius: 5px;
  box-sizing: border-box;
  width: 195px;
  height: 35px;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 10px;
}


.modal-overlay {
  display: none; 
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.85); 
  z-index: 1000;
  justify-content: center;
  align-items: center;
}


.modal-content {
  background: #1d1d1d;
  border: white 5px solid;
  padding: 10px 20px;
  text-align: center;
  max-width: 400px;
  height: auto;
  border-radius: 5px;
}
.modal-content p {
  color: white;
}


.close-btn {
  float: right;
  font-size: 15px;
  cursor: pointer;
}

.close-btn:hover { color: white; }




.menu-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
}
.menu-bar p {
  margin: 3px;
}
.selection-bar {
  font-size: 13.5px;
}



.update-bar{
  width: 230px;
  height: 390px;
  box-sizing: border-box;
}
.update-bar h2 {
  color: white;
  font-size: 16px;
  margin: 0px;
}
.update-bar h3 {
  font-size: 15px;
  font-style: italic;
  color: #BF4439;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0px;
}

.current-work{
  background-color: #BF4439;
  height: 85px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  padding: 5px 8px;
  border-radius: 5px;
}
.current-work h2 {
  margin-bottom: 3px;
}
.updates{
  background-color: #BF4439;
  height: 295px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px;
  border-radius: 5px;
}
.update-box{
  background-color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 5px;
}
.small-box{
  min-height: 50px;
  padding: 8px;
}
.large-box{
  min-height: 170px;
  height: 170px;
  overflow: hidden;
  border: 5px solid #bdbdbd;
}
.update-scroll {
  height: 100%;
  overflow-y: scroll;
  list-style: none;
  padding: 0px;
  margin:0px;
}
.update-scroll p {
  margin: 0px;
  display: inline;
}
.update-scroll li {
  padding: 5px;
  margin: 10px 0px;
  font-size: 12px;
  background-color: #1d1d1d;
  color: white;
}
.update-scroll li span {
  font-weight: bold;
  color: #BF4439;
}
.update-scroll::-webkit-scrollbar {
  width: 15px;
  background-color: #bb3e28;
}
.update-scroll::-webkit-scrollbar-thumb {
  background: #e07c6a;
}


.main-section-bottom{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.video-section{
  background-color: #BF4439;
  border: 3px solid white;
  border-radius: 5px;
  padding:7px;
  width: 410px;
  height: 315px;
  box-sizing: border-box;
}
.video-section h2{
  margin: 5px;
}
.video-section p {
  font-size: 10px;
  margin: 5px;
}
.video-player {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.personal-section{
  width: 500px;
  height: 315px;
  font-size: 13px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top-personal-section,
.bottom-personal-section {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 flex-shrink: 0;
}


.photos{
  background-color: white;
  width: 85px;
  height: 135px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
}
.photos h3 {
  margin: 0px;
  margin-top: 1px;
  font-size: 13px;
  display: flex;
  justify-content: center;
}
.games{
  background-color: #BF4439;
  width: 160px;
  height: 135px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
}
.games h3 {
  margin: 0px;
  margin-top: 1px;
  font-size: 12px;
  display: flex;
  justify-content: center;
}

.moviesseries{
  background-color: white;
  width: 240px;
  height: 135px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
}
.moviesseries h3 {
  margin: 0px;
  margin-top: 1px;
  font-size: 13px;
  display: flex;
  justify-content: center;
}

.poster-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(65px, 1fr));
  gap: 5px;
  box-sizing: border-box;
}
.poster-grid img{
  width: 67px;
  aspect-ratio: 2/3;
  object-fit: cover;
  border-radius: 3px;
}
.poster-grid h3{
  grid-column: 1 / -1;
}


.books{
  background-color: #BF4439;
  width: 120px;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
}
.books h3 {
  margin: 0px;
  margin-top: 2px;
  font-size: 12px;
}
.book-cover {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  justify-content: center;
  gap: 5px;
}
.book-cover img {
  width: 100px;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 3px;
}

.music{
  background-color: white;
  width: 155px;
  height: 170px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
}
.music h3 {
  margin: 0px;
  margin-top: 0px;
  font-size: 13px;
  grid-column: 1 / -1;
  text-align: center;
}
.music-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.music-grid img{
  width: 61px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 3px;
  border: #bdbdbd 0.5px solid;
}
.music .media-gallery {
  width: 130px;
  height: 130px;
}

.cooltech{
  background-color: #BF4439;
  width: 205px;
  height: 170px;
  display: flex;
  flex-direction: column;
  padding: 0px 10px 10px 10px;
  box-sizing: border-box;
  border-radius: 5px;
}
.cooltech h3{
  font-size: 15px;
  margin: 0px;
  margin: 8px 0px;
}
.techlist {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.techlist li {
  background-color: #1d1d1d;
  color: white;
  font-size: 11px;
  padding: 7px;
  box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
}
.techlist li a {
  text-decoration: none; 
  color: inherit;       
  display: block;      
  width: 100%;
}
.techlist li a:hover {
  color: #BF4439;
}


.end-message{
  padding: 10px;
  margin: 0px;
  text-align: center;
}




.right-bar {
  background-color: #1d1d1d;
  width: 265px;
  padding: 20px;
  box-sizing: border-box;
}

.stats-box{
  background-color: #BF4439;
  border: 7px solid #BF4439;
  width: 220px;
  height: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
}
.stats-header{
  background-color: #BF4439;
  font-size: 13px;
  width: 220px;
  display: flex;
  justify-content: center;
}
.stats-header h2 {
  margin: 0px;
  margin-bottom: 2px;
}
.stats-content {
  background-color: white;
  width: 100%;
  height: 65px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.stats-content h3 {
  margin: 5px;
  font-size: 15px;
}






.red-text {
  color: #BF4439;
}

.font-small{
  font-size: 13px;
}

.font-mid{
  font-size: 16px;
}
.font-bold {
  font-weight: bold;
}
.font-italics {
  font-style: italic;
}