html, body {
  margin: 0;
  padding: 0;
  font-family: Georgia, serif;
background-color: rgb(216, 191, 216);
}


*{
text-decoration: none;
}

.page_container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    box-sizing: border-box;
}



.colour_band,
.links_content,
.Content_Start,
.media_content,
.End_content,
.end {
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}


.header_container{
max-width: 1500px; 
margin: 0 auto;
width: 100%;
}

.header_content_one_column_1{
background-color: rgba(0, 0, 0, 0);
color: rgb(128, 0, 128);
width: 100%;
padding: 0px;
text-align: center;
font-size: clamp(1rem, 1.2vw, 1.2rem);
display: flex;
flex-direction: column;
justify-content: center;
background-color: white;
align-items: center;
}






.navbar {
overflow: hidden;
background-color: #1e140a;
display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
.navbar {
overflow: hidden;
background-color: #1e140a;
justify-content: center;
display: flex;
}
}

@media screen and (max-width: 1200px) {
.navbar-content {
  display: flex;
  align-items: center;
  gap: 10px; /* Optional: add spacing between items */
}
}

.navbar a {
float: left;
font-size: 16px;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}

.dropdown {
float: left;
overflow: hidden;
}

.dropdown .dropbtn {
font-size: 16px;  
border: none;
outline: none;
color: white;
padding: 14px 16px;
background-color: inherit;
font-family: inherit;
margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
background-color:rgb(128, 0, 128);
}

.dropdown-content {
display: none;
position: absolute;
background-color:rgb(147, 197, 114);
min-width: 160px;
z-index: 1;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.dropdown-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}

.dropdown-content a:hover {
background-color: rgb(170, 255, 0);
}

.dropdown:hover .dropdown-content {
display: block;
}

@media screen and (max-width: 630px) {
.navbar {
display: none;
}
}

.menu-container {
display:none;
}

.menu_content_button {
padding: 10px;  
display: block;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

.hamburger {
display:none;
}

.menu {
display:none;
}

.menu a {
display:none;
}

@media screen and (max-width: 630px) {
.menu-container {
display: block;
  background-color: #1e140a;
}
}

@media screen and (max-width: 630px) {
.menu_content {
display: block;
  font-size: 30px;
  color: white;
  cursor: pointer;
}
}

@media screen and (max-width: 630px) {
.menu {
  display: none;
  flex-direction: column;
  background-color: #1e140a;
}
}

@media screen and (max-width: 630px) {
.menu a {
display: block;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
}
}

@media screen and (max-width: 630px) {
.menu a:hover {
  background-color: rgb(128, 0, 128);
}
}

.menu_dropdown {
float: left;
overflow: hidden;
}

.menu_dropdown .menu_dropbtn {
font-size: 16px;  
border: none;
outline: none;
color: white;
padding: 14px 16px;
background-color: inherit;
font-family: inherit;
margin: 0;
}

.menu_dropdown:hover .menu_dropbtn {
background-color:rgb(128, 0, 128);
}

.menu_dropdown-content {
display: none;
position: absolute;
background-color:rgb(147, 197, 114);
min-width: 160px;
z-index: 1;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.menu_dropdown-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}

.menu_dropdown-content a:hover {
background-color: rgb(170, 255, 0);
}

.menu_dropdown:hover .menu_dropdown-content {
display: block;
}

.colour_band{
padding: 30px;
background-color: #7a4988;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}






.media_content{
height: auto;
padding: 30px;
background: #f1e5f3;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.row {
display: flex;
justify-content: center;
align-items: stretch;
height: auto;
}

.text_cover_media{
background-color: rgb(216, 191, 216);
padding-right: 10px;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
font-size: 18px;
float: right;
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
}

.media_content_column_1{
background-color: #C8A2C9;
width: 30%;
padding-right: 5px;
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
font-size: 18px;
float: left;
display: flex;
flex-direction: column;
justify-content: center;
}

.media_content_column_1 > img {
height:100%;
width:100%;
object-fit: contain;
text-align: center;
}

.media_content_column_2{
background-color: #C8A2C9;
width: 70%;
padding-right: 10px;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
font-size: 18px;
float: right;
display: flex;
flex-direction: column;
justify-content: center;
}














.Social-Button_links {
border: none;
color: black;
padding: 10px 25px;
text-align: center;
text-decoration: none;
display: block;
box-sizing: border-box;
font-size: 16px;
margin: 6px 2px;
cursor: pointer;
background-color:rgb(216, 191, 216);
}

.Social-Button_links:hover{
background-color: rgb(128, 0, 128);
color: white;
}


.links_content{
height: auto;
padding: 30px;
background: #f1e5f3;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.row {
display: flex;
justify-content: center;
align-items: stretch;
height: auto;
}



.records_content_links{
 background-color: #C8A2C9;
  width: 100%;
  padding: 5px;
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-direction: row; 
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  box-sizing: border-box;
row-gap: 2px;
}








.End_content{
height: auto;
padding: 30px;
background: #f1e5f3;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.row {
display: flex;
justify-content: center;
align-items: stretch;
height: auto;
}

.End_content_column_1{
background-color: rgb(170, 152, 169);
width: 24%;
text-align: center;
font-size: 16px;
float: right;
display: flex;
flex-direction: column;
justify-content: center;
}

.End_content_column_2{
background-color: rgb(216, 191, 216);
width: 24%;
text-align: center;
font-size: 16px;
float: right;
display: flex;
flex-direction: column;
justify-content: center;
}

.End_content_column_3{
background-color: rgb(170, 152, 169);
width: 24%;
text-align: center;
font-size: 16px;
float: right;
display: flex;
flex-direction: column;
justify-content: center;
}

.End_content_column_4{
background-color: rgb(216, 191, 216);
width: 24%;
text-align: center;
font-size: 16px;
float: right;
display: flex;
flex-direction: column;
justify-content: center;
}

.End_content_column_1:hover {
background-color: rgb(128, 0, 128);
color: white;
cursor: pointer;
}

.End_content_column_2:hover {
background-color: rgb(128, 0, 128);
color: white;
cursor: pointer;
}

.End_content_column_3:hover {
background-color: rgb(128, 0, 128);
color: white;
cursor: pointer;
}

.End_content_column_4:hover {
background-color: rgb(128, 0, 128);
color: white;
cursor: pointer;
text-decoration: none;
color: white;
}

.End_content_column_1 a {
height: 100%;
display: flex;
flex-direction: column;
text-decoration: none;
color: black;
}

.End_content_column_2 a {
height: 100%;
display: flex;
flex-direction: column;
text-decoration: none;
color: black;
}

.End_content_column_3 a {
height: 100%;
display: flex;
flex-direction: column;
text-decoration: none;
color: black;
}

.End_content_column_4 a {
height: 100%;
display: flex;
flex-direction: column;
text-decoration: none;
color: black;
}

.End_content_column_1 a:hover {
color: white;
cursor: pointer;
}

.End_content_column_2 a:hover {
color: white;
cursor: pointer;
}

.End_content_column_3 a:hover {
color: white;
cursor: pointer;
}

.End_content_column_4 a:hover {
color: white;
cursor: pointer;
}

.end{
padding: 10px;
background-color: rgb(128, 0, 128);
color: black;
font-size: 15px;
margin-bottom: -8px;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}



@media screen and (max-width: 630px) {
  .UpcomingProjects_content .row,
  .media_content .row,
  .book_content .row,
  .records_content .row,
  .shop_content .row {
    flex-direction: column;
  }

  .UpcomingProjects_column_1,
  .UpcomingProjects_column_2,
  .media_content_column_1,
  .media_content_column_2,
  .book_content_column_1,
  .book_content_column_2,
  .records_content_column_1,
  .records_content_column_2,
  .shop_content_column_1,
  .shop_content_column_2 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .UpcomingProjects_column_1 > img,
  .media_content_column_1 > img,
  .book_content_column_1 > img,
  .records_content_column_1 > img,
  .shop_content_column_1 > img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}







/* ===================== HERO WRAPPER ===================== */

.Content_Start {
  min-height: 100vh;
  width: 100%;
    box-sizing: border-box;

  background: #151B54;

  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;

  padding-top: 60px;

  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);

  transition: background 0.2s ease;
}

/* ===================== SLIDER CONTAINER ===================== */

.Content_Start-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  min-height: 80vh;
}

/* ===================== SLIDES ===================== */

.slide {
  position: absolute;
  inset: 0;

  display: none;

  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.slide.active {
  display: flex;
}

/* ===================== TEXT BASE ===================== */

.Content_Start-text {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  text-align: center;
}

/* default = light text */
.slide[data-text="light"] .Content_Start-text {
  color: white;
}

/* dark text (Slide 2) */
.slide[data-text="dark"] .Content_Start-text {
  color: black;
}

/* ===================== IMAGE ===================== */

.Content_Start-image {
  width: 60%;
  display: flex;
  justify-content: center;
}

.Content_Start-image img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
}

/* ===================== ARROWS ===================== */

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  font-weight: bold;
  font-size: 18px;
  font-family: Arial, sans-serif;

  background-color: rgba(0, 0, 0, 0.6);
  color: white;

  padding: 8px 16px;
  border-radius: 4px;
  border: none;

  cursor: pointer;
  user-select: none;
  z-index: 100;
}

/* positions */
.arrow.left { left: 20px; }
.arrow.right { right: 20px; }

/* hover effect (same as your play button) */
.arrow:hover {
  background-color: white;
  color: black;
}
/* ===================== RESPONSIVE ===================== */

@media (max-width: 900px) {

  .Content_Start {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .Content_Start-content {
    min-height: auto;
    width: 95%;
  }

  .slide {
    position: relative;
    inset: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
padding-bottom: 60px
  }

  .Content_Start-image {
    width: 100%;
  }

  .Content_Start-image img {
    max-height: 40vh;
    width: auto;
  }

  .Content_Start-text {
    width: 100%;
    gap: 5px;
  }

  .Content_Start-text h2 {
    margin: 5px 0;
  }

  .Content_Start-text p {
    margin: 5px 0;
  }


  /* Move arrows closer to content */
  .arrow {
    top: auto;
    bottom: 15px;
    transform: none;
  }

  .arrow.left {
    left: 25%;
  }

  .arrow.right {
    right: 25%;
  }

}







.Social-Button_One {
border: none;
color: black;
padding: 15px 30px;
text-align: center;
text-decoration: none;
display: block;
width: 100%;
box-sizing: border-box;
font-size: 16px;
margin: 6px 2px;
cursor: pointer;
background-color: white;
}


.Social-Button_One:hover{
background-color: #004aa3;
color: white;
}



.Social-Button_Two {
border: none;
color: black;
padding: 15px 30px;
text-align: center;
text-decoration: none;
display: block;
width: 100%;
box-sizing: border-box;
font-size: 16px;
margin: 6px 2px;
cursor: pointer;
background-color: white;
}


.Social-Button_Two:hover{
background-color: #004aa3;
color: white;
}




.Social-Button_Three {
border: none;
color: black;
padding: 15px 30px;
text-align: center;
text-decoration: none;
display: block;
width: 100%;
box-sizing: border-box;
font-size: 16px;
margin: 6px 2px;
cursor: pointer;
background-color: white;
}


.Social-Button_Three:hover{
background-color: rgb(128, 0, 128);
color: white;
}

