@media only screen and (max-width:600px) {
/* General styles */
body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  margin: 3;
  padding: 3;
}

/* Styling for headings */
h1 {
/*  background: blue; */
  color: white;
  text-align: center;
  font-size: 6vw;
}

/* Styling for links */
a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Styling for a specific class */
#container {
  margin: 0 auto;
  padding: 20px;
  margin-inline: auto;
}

.biopic {
  float: left;
  width: 23%;
  padding: 1%;
}

.biotext {
  padding: 1%;
}

/* Styling for Title Bar */
#main-header {
  margin: 0;
  font-family: Garamond, serif;
  font-size: 3em;
  position: sticky;
  top: 0px;
  background: green;
  padding: 1px 0 0 0; 
  text-align: center;
}

/* Styling for Title menu */
#top-menu {
  font-family: Arial, sans-serif;
  font-size: 4vw;
}

/* Styling for unordered lists in the top menu*/
ul.crossmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li.crossmenu {
  float: left;
}

li.crossmenu a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li.crossmenu a:hover {
  background-color: #111;
}

.active {
  background-color: #04AA6D;
}

.active:hover {
  text-decoration: none;
  background-color: #04AA6D;

}


.active {
  background-color: #04AA6D;
}

.active:hover {
  text-decoration: none;
  background-color: #04AA6D;

}

/* Styling for horizontal scrolling image menu */
.scrollmenu {
  display: grid;
  place-items: center;
  align-content: stretch;
  background-color: #333;
  white-space: nowrap;
  width: 100%;
}

.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  text-weight: bold;
  padding: 14px;
  text-decoration: none;
}

.scrollmenu img {
  display: block;
  width: 80%;
  object-fit: contain;
  align: center;
}


.scrollmenu a:hover {
  background-color: #777;
}

hr.solid {
  border-top: 3px solid #bbb;
}

.footer {
  clear: both;
  position: static;
  padding: 2px;
  width: 100%;
  background-color: blue;
  color: white;
  text-align: center;
}


ul {
  list-style-type: none;
  margin: 20px;
}
}
