/* Split the screen in half 
.split {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  padding-top: 20px;

}

.left {
  left: 0;
  background-color: whitesmoke;
} 

/* Control the right side 
.right {
  right: 0;
  background-color: wheat;
  padding-top: 0%;
}
*/

/*div {
  padding: 10px;
  
} */
 
body{
  background-color: black;
}

ul.nav{
  background-color: grey;
  color: white;
  font-family: "GrotzecCond-DemiBold", "Impact", sans-serif;
  padding: 5px;
  font-size: 2em;
  overflow: hidden;
  list-style-type: none;

}

ul.nav li{
  float: left;
}

ul.nav li.logo{
  position: relative;
  left: 40%  
}

ul.nav li a:link{
  text-decoration: none;
  color:white;
}

ul.nav li a:visited {
  color:white;
}

div.dropdowncontent{
  display:none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px grey;
  z-index: 1;

}

ul.nav li.logo a:hover{
  text-decoration: none;
  background-color: #2961c2;
  letter-spacing: 2px;
  transition: letter-spacing 0.3s ease-in;

}

li.dropbutton:hover div.dropdowncontent {
  display: block;

}

li.dropbutton:hover div.dropdowncontent a:link {
color: #666;
padding: 12px 16px;
text-decoration: none;
display: block;
font-size: .6em;
border-bottom: 1px solid #666;
}

li.dropbutton:hover div.dropdowncontent a:visited { /* The same as above */
color: #666;
padding: 12px 16px;
text-decoration: none;
display: block;
font-size: .6em;
border-bottom: 1px solid #666;
}

li.dropbutton:hover div.dropdowncontent a:hover {
color: white;
background-color: #666;
transition: background-color 0.2s ease-in;

}


img {
  width: 100%;
  margin: auto auto 1% auto;
  display: block;

}

figcaption{
  font-family:  "Georgia", 'Times New Roman', Times, serif;
  font-weight: 100;
  color: white;
  text-align: left;
  font-size:smaller;
  margin-bottom: 6%;
  text-align: justify;
  
}

figcaption.small{
  font-family:  "Georgia", 'Times New Roman', Times, serif;
  margin-left: 15%;
  font-weight: 100;
  color: white;
  text-align: left;
  font-size:smaller;
  margin-bottom: 6%;
  width: 72%;

  
}


/*text styles*/
@font-face {
font-family: "LeJeunePoster-Regular";
src:url(https://journalismdesign.camd.northeastern.edu/clean/fonts/LeJeunePoster-Regular.woff2);
}

@font-face {
font-family: "GrotzecCond-Demibold";
src:url(https://journalismdesign.camd.northeastern.edu/clean/fonts/GrotzecCond-Demibold3.woff2);
}


hr.solid {
  border-top: 1px solid white;
  margin-top: 10%;
}
hr.solid2 {
  border-top: 1px solid white;
  margin-bottom: 40px;
}

 @media only screen and (max-width:500px) { /* for mobile */
h1 {
  font-family: "LeJeunePoster-Regular";
  margin-top: 25%;
  color: white;
  font-size: 100%;
  max-width: auto;
  text-align: center;
  margin-left: 15%;
  margin-right: 15%;
  text-transform: uppercase;
  letter-spacing: 2px;
}
}

 @media only screen and (min-width:501px) { /* for mobile */
h1 {
  font-family: "LeJeunePoster-Regular";
  margin-top: 10%;
  color: white;
  font-size: 115%;
  max-width: 78%;
  text-align: center;
  margin-left: 30%;
  margin-right: 30%;
  text-transform: uppercase;
  letter-spacing: 4px;
}
}

 @media only screen and (max-width:500px) { /* for mobile */
h2 {
  font-family: "LeJeunePoster-Regular";
  color: white;
  text-align: center;
  font-size: 80%;
  margin-left: 20%;
  margin-right: 20%;
  position: sticky;
  margin-bottom: 25%;
  text-transform: lowercase;
  letter-spacing: 2px;
}
 }

  @media only screen and (min-width:501px) { /* for mobile */
h2 {
  font-family: "LeJeunePoster-Regular";
  color: white;
  text-align: center;
  font-size: 115%;
  position: sticky;
  margin-bottom: 10%;
  text-transform: lowercase;
  letter-spacing: 2px;
}
 }
 

@media only screen and (max-width:500px) { /* for mobile */
h3 {
  font-family:  "Georgia", 'Times New Roman', Times, serif;
  margin-left: 12%;
  font-weight: 100;
  color: white;
  text-align: left;
  font-size: small;

}
}

@media only screen and (min-width:501px) { /* for mobile */
h3 {
  font-family:  "Georgia", 'Times New Roman', Times, serif;
  margin-left: 25%;
  font-weight: 100;
  color: white;
  text-align: left;
  font-size:medium;

}
}

 @media only screen and (max-width:500px) { /* for mobile */
h4 {
  font-family: "Georgia", 'Times New Roman', Times, serif;
  font-weight: bolder;
  font-size: x-large;
  margin: auto 12% auto 12%;
  font-weight: 100;
  color: white;
  text-align: left;
}
}

 @media only screen and (min-width:501px) { /* for mobile */
  h4 {
  font-family: "Georgia", 'Times New Roman', Times, serif;
  font-weight: bolder;
  font-size: x-large;
  margin: auto 25% auto 25%;
  font-weight: 100;
  color: white;
  text-align: justify;
}
}

 @media only screen and (max-width:500px) { /* for mobile */
h5 {
   font-family: "Georgia", 'Times New Roman', Times, serif;
   font: weight 100px;
  font-size: x-large;
  margin: 2% 12% 5% 12%;
  font-weight: 100;
  color: white;
  text-align: left;
}
 }

  @media only screen and (min-width:501px) { /* for mobile */
h5 {
   font-family: "Georgia", 'Times New Roman', Times, serif;
   font: weight 100px;
  font-size: x-large;
  margin: 2% 25% 5% 25%;
  font-weight: 100;
  color: white;
  text-align: justify;
}
 }

 @media only screen and (max-width:500px) { /* for mobile */
p {
  font-family: "Georgia", 'Times New Roman', Times, serif;
  font-weight:normal;
  text-align: left;
  color:white;
  max-width: 100%;
  line-height:normal;
}
  
}

@media only screen and (min-width:501px) { /* for mobile */
p {
  font-family: "Georgia", 'Times New Roman', Times, serif;
  font-weight:normal;
  text-align: justify;
  color:white;
  max-width: 100%;
  line-height:normal;
}
  
}



.highlight {
  background-color: #F5F3B7; 
  color: black; 
  width: max-content;
  font-style: italic;
}

figure.smallpicture{
 float: left;
  margin-right:5%;
  margin-left:0px;
  width: 50%;
  height: 50%;
  margin-top:0%;
  
}




 @media only screen and (max-width:500px) { /* for mobile */
div.bodytext {
  margin-bottom: 10%;
  margin-left: 12%;
  margin-right: 12%;
    
  }
}

 @media only screen and (min-width:501px) { /* larger screens */
div.bodytext {
  margin-left: 27%;
  margin-right:27%;
  margin-bottom: 10%;
    
  }
}



audio {
  background-color: aqua;

}

/*
.circle-btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: none;
  background: #4a90e2;
  color: white;
  font-size: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
}

.circle-btn:hover {
  background: #357abd;
  transform: scale(1.05);
}

.circle-btn:active {
  transform: scale(0.95);
} */

#play-pause-button {
    width: 40px;
    height: 25px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    outline: none;
    float: left;
    
}

/* Play state (triangle) */
#play-pause-button.play {
    border-style: solid;
    border-width: 12.5px 0 12.5px 25px;
    border-color: transparent transparent transparent white; /* Black triangle */

}

/* Pause state (two rectangles) */
#play-pause-button.pause {
    border-style: double;
    border-width: 0px 0 0px 15px;
    border-color: white; /* Black pause bars */
    height: 25px;
    width: 40px;
    box-sizing: border-box; /* Ensures padding/border doesn't affect total width/height */
}


