#gradient_bg {
	background: linear-gradient(180deg, #4294B2 40%, #FFFFFF 60%, #B27B86 100%);
	/**height: 426px;
	width: 500px;
	max-height: 426px;
	max-width: 500px;**/
}
#svg_bg {
	background-image: url("assets/prideFinishRotate.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#history_section {
	/**
	background-image: url("assets/Static_Trans_AM_Finale_2025.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	**/
}
.header {
	color:#FFFFFF;
	text-align:center;
}
#dates {
	color:#000000;
	text-align:center;
}
p {
	color:#FFFFFF;
	text-align:center;
}
table.history_table {
	margin: 0px auto;
	table-layout: fixed;
	width: 40%;
	border-collapse: collapse; 
}
table.crew {
	margin: 0px auto;
	table-layout: fixed;
	width: 80%;
	border-collapse: collapse; 
}
th.text_col_crew, td.text_col_crew {
	color: #FFFFFF;
	width: 40%;
	text-align: center;
}
th.image_col_crew, td.image_col_crew {
	color: #FFFFFF;
	width: 40%;
	text-align: right;
}
th.history_cols, td.history_cols {
	color: #FFFFFF;
	width: 40%;
	text-align: center;
}
tr {
	border-bottom: 2pt solid #FFFFFF;
	padding-top: 5%;
}
.navbar {
  overflow: hidden;
  background-color: #000000;
  position: fixed;
  top: 0;
  width: 70%;
}
.navbar a { /* Links inside the navbar */
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 1% 2%;
  text-decoration: none;
}
.image_crew {
	display: inline;
	padding-right: 5%;
	padding-top: 5%;
	padding-left: 5%;
	padding-bottom: 1%;
}
