@media

@font-face {
  font-family: "atkinsonHyperlegibleNext";
  src: url(fonts/AtkinsonHyperlegibleNextVF-Variable.woff2); /* url of the font */
}
@font-face {
  font-family: "baloo2";
  src: url(fonts/Baloo2-VariableFont_wght.ttf); /* url of the font */
}
#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;
	background-position: center;
	width: 70%;
	margin: auto;
}
.navbar {
  overflow: hidden;
  background-color: #000000;
  position: absolute;
  top: 0;
  width: 70%;
  border: 2px solid #FFBE00;
  border-radius: 16px;
  font-family: "atkinsonHyperlegibleNext";
  font-size: 20px;
}
.navbar a { /* Links inside the navbar */
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 1% 2%;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
	#svg_bg {
		width: 100%;
	}
	.navbar {
		width: 100%;
	}
}
.header {
	color:#FFFFFF;
	text-align:center;
	font-family: "baloo2";
}
#dates {
	color:#000000;
	text-align:center;
}
p {
	color:#FFFFFF;
	text-align:center;
	font-family: "atkinsonHyperlegibleNext";
	width: 70%;
	margin: auto;
	font-size: 20px;
}
table.history_table {
	margin: 0px auto;
	table-layout: fixed;
	width: 40%;
	border-collapse: collapse; 
	font-family: "atkinsonHyperlegibleNext";
	font-size: 20px;
}
table.crew {
	margin: 0px auto;
	table-layout: fixed;
	width: 80%;
	border-collapse: collapse;
	font-family: "atkinsonHyperlegibleNext";
	font-size: 20px;
}
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%;
	min-height: 1%;
}
.image_crew {
	display: inline;
	padding-right: 5%;
	padding-top: 5%;
	padding-left: 5%;
	padding-bottom: 1%;
	max-width: 150px;
	max-height: 150px;
	min-height: 150px;
	border-radius: 50%;
}
.image_social {
	display: inline;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 2%;
	padding-bottom: 1%;
}
.call {
	color: #FFBE00;
}
table.schedule_table {
	margin: 0px auto;
	table-layout: fixed;
	width: 80%;
	border-collapse: collapse; 
	font-family: "atkinsonHyperlegibleNext";
	font-size: 20px;
}
th.schedule_cols, td.schedule_cols {
	color: #FFFFFF;
	width: 50%;
	text-align: center;
	border-left: 2px solid #FFBE00;
    border-right: 2px solid #FFBE00;
}
#ctc {
	background-color: transparent;
    background-repeat: no-repeat;
    border: none;
	color: #FFBE00;
	padding-right: 8%;
	text-align: center;
}
#ctc_img {
	width: 50px;
	display: inline-block;
}
#ctc_text {
	color: #FFBE00;
}
