/* Global styles */

html * {
  line-height: 1.4;
  color: black;
  font-family: "Times New Roman", Times, serif;
  background-color: #ffffff;
  font-size: 1em;
  font-weight: 400;
}

h1 {
  text-align: center;
  font-size: 1.5em;
  /* border: 1px solid red; */
  margin: 0;
  font-weight: 500;
}

h5 {
/* border: 1px solid red; */
margin: 0px;
width: max-content;
}

h2 {
  margin-bottom: 10px;
  max-width: 70%;
  font-size: 1.4em;
}

section {
  padding-bottom: 10px;
  margin-bottom: 10px;
  max-width: 95%;
}

body {
  padding: 20px 200px;
}

img {
width: 180px;

}

.article-image {
  width: 180px;
  padding-right: 20px;
}

.wrapper {
  display: flex;  
  justify-content: center;
  align-items: start;
}

.content {
  flex: 3 1 0;
}

.content-contact-page {
  flex: 4 1 0;
  justify-self: start;
}

.side-bar {
  padding-top: 20px;
  flex: 1 1 0;

}

p {
  text-align: justify;
}

a {
  text-decoration: underline ;
}

.link-no-decoration {
  text-decoration: none;
}


a:hover {
text-decoration: underline !important;
}


.content-bio {
  display: block;

}
.bio {
  max-width: 750px;
  text-align: center !important;
  padding-bottom: 30px;
}

.about-page-images {
  display: flex;
  flex-direction: column;

}
.about-page-images > img {
width: 750px;
padding-bottom: 20px;
}

.topics-side-bar {
  line-height: 2;
}

.topics-side-bar li {
list-style-type: none;
line-height: 1.8;
list-style-position: outside;
margin-left: -40px;
}



.publisher-link {
  text-decoration: underline;
}

/* troubleshooting: borders 
header {
  border: 2px solid red;
}

body {
  border: 2px solid red;
}

section {
  border: 2px solid red;
}

.wrapper {
  border: 2px solid blue;
}

.topnav {
  border: 2px solid red;
}

img {
  border: 4px solid green;
}

/*=======================*/
 /* Add a black background color to the top navigation */
 .topnav {
    /* background-color: #333; */
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    color: black;
    padding: 8px 16px;
    text-decoration: none;
  }
  

  
  /* Add an active class to highlight the current page */
  .topnav a.active {
    /* background-color: #046843d1; */
    color: black;
  }
  
  /* Hide the link that should open and close the topnav on small screens */
  .topnav .icon {   display: none;
  } 

  

/*=======================*/

   /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
} 

@media only screen and (max-width: 600px) {
  .wrapper {
    display: block;
  }

  h2 {
    /* border: 2px solid green; */
    max-width: fit-content;
  }

  body {
    /* border: 2px solid red; */
    padding: 5px 5px;
  
  }

  img {
  width: 100vw;
  }

  .about-page-images > img {
    width: 90vw;
    }
}

/* Social icons */
.fa, i {
  padding: 2px;
  width: 15px;
  text-align: center;
  text-decoration: none;
  margin: 1px 1px;
}
.fa:hover, fa-linkedin:hover, a:hover {
    opacity: 0.7;
}
.fa-linkedin {
  background:#0a66c2;
  color: white;
}
.fa-user {
  color:darkslategray;
}
.fa-envelope {
  color: rgba(243, 196, 121, 0.858);
}
.contact-details  {
  text-align: left;
  line-height: 1.6;
  max-width: 250px;
  color: rgba(0, 0, 0, 0.857);
}

.profile-pic {
  padding-bottom: 18px;
}

#pagination {
  margin-top: auto; /* Pushes the pagination to the bottom */
  text-align: center; /* Center the pagination buttons horizontally */
  padding: 20px 0; /* Add some padding for spacing */
}

.page-btn {
  margin: 0 5px; /* Space out the buttons */
  cursor: pointer; /* Change cursor to pointer on hover over the buttons */
}

#pagination-ai-music {
  margin-top: auto; /* Pushes the pagination to the bottom */
  text-align: center; /* Center the pagination buttons horizontally */
  padding: 20px 0; /* Add some padding for spacing */
}

.page-btn {
  margin: 0 5px; /* Space out the buttons */
  cursor: pointer; /* Change cursor to pointer on hover over the buttons */
}

