@charset "UTF-8"; 

/*Body*/
body {
	font-family: "Georgia", "Garamond", "Times", serif;
	background-color: #1ecf06;
	background-image: url('../media/boothbackgrd.webp');
	}

/*main*/
main {
    margin-left: 100px;
	}

/*nav*/
nav {	
	font-size: 20px;
	}

/*p*/
p {
    font-size: 17px;
    font-family: "Georgia", "Garamond", "Times", serif;
    }

/*h1*/
h1 {
	text-align: center;
	font-family: "Georgia", "Garamond", "Times", serif;
	}

h2 {
	text-align: left;
	}

/*NavBar Jazz*/
#navbar ul { 
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #4592c9;
    border-radius: 10px;
	width: 1170px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 16px;
    padding-right: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#navbar li {
    float: left;
    border-right: 1px solid #23f308;
}
#navbar li:last-child {
    border-right: 1px solid #23f308;
}
#navbar li a {
    font-size: 20px;
    display: block;
    color: white;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
}
#navbar li a:hover {
    background-color: #0a436b;
}
#navbar .active {
    background-color: #010b13;
 }

/*DIV wrapper ID*/
#wrapper { 
	width: 1170px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 16px;
	background-color: rgba(214, 233, 248, 0.87);
	}

#logohead h1 {
    text-align: center;
    color: #1ecf06;
	font-family: "Georgia", "Garamond", "Times", serif;
	}

#logohead img {
    width: 50px; height: 50px;
    position: fixed;
    top: 15px;
    right: 10px;
}

/*Footer*/
footer {
	text-align: left;
	background-color: #589ccb;
	color: black; 
    font-size: medium;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 1170px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}

/*ul*/
ul {
    list-style-type:none;
}

}
/*DIV info*/
.info {
        text-align: left;
        margin-bottom: 5px;
        padding-top: 5px;
        padding-right: 5px;
        list-style-type:none;
        }

.info ul{
    list-style-type:none;
}

.info2 ul{
    list-style-type:none;
}
/*DIV for Demo Section*/
.preview2 iframe {
    padding-bottom: 10px;
    vertical-align: middle;
    width: auto; height: auto;
        }

.info2 li { 
    text-align: center;
    margin-left: 10px;
    margin-bottom: 5px;
    padding-right: 5px;
    padding-left: 10px;
    text-indent: 10px;
    padding-top: 2px;
	padding-right: 5px;
	margin: 5px auto auto;
	overflow-y: auto;
	overflow-x: hidden;
    list-style-type:none;
}
.preview video {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    margin-bottom: 1rem;
}

.preview audio {
    width: 100%;
    margin-top: 1rem;
}

.preview h3 {
    margin-bottom: 0.75rem;
    color: #0a436b;
    text-align: center;
}

/* Video */
.likea video {
    width: 100%;
    max-width: 800px;
    display: block;
    margin: 0 auto 1.5rem auto;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/*ul reset*/
ul {
    list-style-type:none;
    padding: 0;
}

/*Services*/
.services {
  margin-top: 2rem;
  text-align: center;
}

.services h3 {
  margin-bottom: 1rem;
  color: #0a436b;
}

.services ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.75rem 2rem;
}

.services li {
  text-align: left;
  position: relative;
  padding-left: 1.5rem;
}

.services li::before {
  content: "🎤";
  position: absolute;
  left: 0;
  top: 0;
}

/* Bio + Playlist container */
.bio-playlist {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  margin-top: 2rem;
  flex-wrap: wrap; /* lets them stack on small screens */
}

/* Bio - Playlist - Services Styles */
.info-sections {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  margin-top: 2rem;
  flex-wrap: wrap; /* responsive stacking */
}

.bio, .audio-playlist, .services-box {
  flex: 1;
  min-width: 280px;
  background: rgba(255,255,255,0.85);
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.bio h3, .audio-playlist h3, .services-box h3 {
  margin-bottom: 1rem;
  color: #0a436b;
  text-align: center;
}

/* Audio player full width */
.audio-playlist audio {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

/* Playlist buttons */
.audio-playlist .playlist {
  list-style: none;
  padding: 0;
}

.audio-playlist .playlist li {
  margin-bottom: 0.5rem;
}

.audio-playlist .playlist button {
  width: 100%;
  padding: 0.4rem;
  border: none;
  background: #4592c9;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s ease;
}

.audio-playlist .playlist button:hover {
  background: #0a436b;
}

/* Services list items with rounded background */
.services ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services li {
  background-color: #4592c9;
  color: white;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.5rem;
  border-radius: 5px;
  text-align: center;
  font-family: inherit;
  transition: background 0.2s ease;
}

.services li:last-child {
  margin-bottom: 0; /* remove extra space after last item */
}
