/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, sans-serif;
    background-color: white;
    color: #111;
  }
  
  /* Header */
  .header {
    font-family: "Mystery Quest", system-ui;
    font-weight: 400;
    font-style: normal;
    background-color: rgb(255, 255, 255);
    padding: 40px 30px 40px;
    text-align: center;
    margin-left: -5px;
    font-size: 30px;
    color: #32e606;
    border-bottom: 2px solid black;
  }
  
  /* Navbar */
  .navbar {
    background-color: black;
    width: 100%;
    padding: 20px 0;
  }
  
  .navbar ul {
    display: flex;
    justify-content: center;
    gap: 20em; /* increased space between nav items */
    list-style: none;
  }
  
  .navbar a {
    color: yellow;
    text-decoration: none;
    font-weight: 500;
    font-family: "Irish Grover", system-ui;
    font-style: normal;
  }
  
  /* Grey placeholder section */
  .placeholder {
    background-color: white;
    height: 600px;
    border-top: 2px solid black;
    text-align: center;
  }

  .image1 {
    width: 75vw;
    height: 100%;
    max-height: 100%;
  }
  
  /* Influence section */
  .influence {
    background-color: black;
    color: white;
    padding: 50px;
  }
  
  .influence h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  
  .influence p {
    font-size: 1rem;
  }
  
  /* Contributions section */
  .contributions {
    background-color: white;
    color: black;
    padding: 50px;
    text-align: center;
  }
  
  .contributions h2 {
    text-align: right;
    font-size: 2rem;
    margin-bottom: 30px;
  }
  
  .contributions p {
    max-width: 800px;
    margin: 30px auto;
    font-size: 1rem;
  }
  
  .contributions .left {
    text-align: left;
  }
  
  .contributions .right {
    text-align: left;
  }
  

  .image3 {
    height: 600px;
  }

  .influence-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
  }
  
  .influence-content p {
    flex: 1;
    font-size: 1rem;
    line-height: 1.6;
  }
  
  .influence-img {
    width: 200px;
    height: auto;
    border: 2px solid white;
    object-fit: cover;
  }
  
 .outwest-section {

  font-family: "Battambang", system-ui;
  color: #000000;
  font-weight: 100;
  font-style: normal;

 } 

 .outwest {
  padding: 50px 150px 50px 150px;
 }

 .outer {
  display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
 }

 .outwest-content {
    text-align: center;
 }
 .outwest-content h1 {

  font-family: "outwest-half-full", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 30px;
  font-size: 50px;
 }

 .outwest-content p {
    flex: 1;
    font-size: 1rem;
    line-height: 1.6;

 }

 .red-seperator {
  background-color: red;
  height: 70px;
 }

 .ow-image1 {
  text-align: center;
 }

 .yellow-seperator {
  background-color: yellow;
  height: 70px;
 }

 .ow-image2 {
  text-align: center;
 }

 .green-seperator {
  background-color: green;
  height: 70px;
 }

 .ow-image3 {
   text-align: center;
 }

 .blue-seperator {
  background-color: blue;
  height: 70px;
 }

.compositions-section {
  text-align: center;
  padding-top: 50px;
  font-family: "Battambang", system-ui;
  color: #000000;
  font-weight: 100;
  font-style: normal;

}

.comp-img-1 {
  height: 500px;
}

.content-block p {
  text-align: justify;
  margin: 0 auto 16px auto;
  padding-left: 100px;
  padding-right: 100px;
  /* max-width: 1000px; */
  hyphens: auto;
}

.content-block img {
  padding-top: 40px;
  padding-bottom: 40px;
}


.influence {
  font-family: "Ribeye Marrow", serif;
  color: blue;
  font-weight: 400;
  font-style: normal;
}

.influence-content {
  font-family: "Battambang", system-ui;
  color: #ffffff;
  font-weight: 100;
  font-style: normal;
}

.contributions {
  font-family: "Barrio", system-ui;
  color: #ff0000;
  font-weight: 400;
  font-style: normal;
}

.left{

  font-family: "Battambang", system-ui;
  color: #000000;
  font-weight: 100;
  font-style: normal;

}

.right {

  font-family: "Battambang", system-ui;
  color: #000000;
  font-weight: 100;
  font-style: normal;
  

}