@charset "utf-8";
* {
  box-sizing: border-box;
  text-align: center;
}
:root{
	--light: #edf0f2;
	--dark: #2D2F31;
	--red: rgba(242, 121, 194,.5);
	--blue: rgba(121, 194, 242, .5);
	--green: rgba(194, 242, 121, .5);
}
html {
  font-family: "Raleway";
  background: var(--dark);
  color:  var(--light);
}
.smarge { /*Site Margin*/
  margin: 0 auto;
  padding: 0;
  min-height: 100vh;
  width: 90vw
}
body {
  padding: 0;
  margin: 0;
}
.center {
  align-content: center;
}
nav {
	width: 100%;
	height: 3vw;
	position: -webkit-sticky;
	position: sticky;
	top: 1vw;
	border: 4px ridge var(--green);
	border-radius: 1vw;
	padding: 0;
	margin: 1vw 0;
	animation: navCol 15s infinite;
	display: flex;
	align-content: center;
	align-items: center;
	background: none;
	box-sizing: border-box;
}
ul {
  display: flex;
  flex-direction: row;
  flex: 1;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 2vw;
  background: none;
}
ul li{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-content: center;
	align-items: center;
}
iframe {
	width: 52vw;
	height: 34.666vw;
	max-width: 1500px;
	max-height: 1000px;
	border: none;
}
.proPhotos {
  width: 60vw;
  height: 40vw;
  border: none;
}
footer {
  font-size: .7vw;
  text-align: right;
  padding: 1vw 0;
}
h1 { /*Site Title*/
  font-size: 2.5vw;
  font-weight: normal;
  padding: 0;
  margin: 0;
  line-height: 2.5vw;
}
h5 { /*header small*/
  padding: 0;
  margin: 0;
  text-align: right;
  /*font-family: "IBM Plex Mono";*/
  font-weight: 300;
  font-size: 1.3vw;
  color: var(--light);
  text-transform: uppercase;
}
main {
  height: 100%;
}
h2 { /*Page Title*/
  font-size: 2.1vw;
  font-weight: normal;
  margin-top: .5vw;
  margin-bottom: .5vw;
}
h3 { /*Page Sub-titles*/
  font-size: 2.1vw;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: .5vw;
}
h4 { /*Design Image Caption*/
	width: 90%;
	margin: 0;
	padding: 0;
	/*font-family: "IBM Plex Mono";*/
	font-weight: 300;
	font-size: 1.3vw;
	color: var(--light);
	text-align: center;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
p {
  display: inline;
  font-size: 1vw;
  line-height: 1.5vw;
}
.flexRow {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex: 1;
  width: 100%;
  padding: 1vw 0;
}
.top {
  top: 0;
}
.bottom {
  bottom: 0;
}
.dc {
  font-size: .8vw;
}
.showsList {
	display: flex;
	flex-flow: row wrap;
	align-items: space-around;
	justify-content: space-around;
}
.show {
	display: flex;
	flex-direction: column;
	align-content: space-around;
	justify-content: center;
	border: 3px var(--green);
	border-style: double;
	border-radius: 2vw;
	margin: 1% 0;
	box-sizing: border-box;
	background: rgba(0, 0, 0, .5);
}
.ld {
  width: 24vw;
  height: 16vw;
  border: 3px var(--red);
  border-style: ridge;
  border-radius: 2vw;
}
.lpd {
  width: 24vw;
  height: 16vw;
  border: 3px var(--green);
  border-style: ridge;
  border-radius: 2vw;
}
.pd {
  width: 24vw;
  height: 16vw;
  border: 3px ridge var(--blue);
  border-radius: 2vw;
}
.showLink {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: space-around;
}
.showIMG {
	object-fit: contain;
	max-height: 75%;
	max-width: 75%;
	margin: 0;
	position: relative;
	z-index: 0;
}
.showInfo {
  margin: 2vw 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-around
}
.proTeam {
  margin: 0;
  padding: 0;
  max-width: 30%;
  line-height: 2vw;
  /*font-family: "IBM Plex Mono";*/
  font-weight: 300;
  font-size: 1vw;
  color: var(--light);
  text-align: Left;
}
.resumeRow {
  width: 80%;
  height: 2.5vw;
  font-size: 1vw;
  line-height: 2vw;
  margin: .25vw auto;
  padding: .15vw 0;
  transition: background 0.65s ease-in, color 0.65s ease-in;
  border-radius: 10px;
  color: var(--light);
}
.resumeRow:hover {
  background: var(--light);
  color: var(--dark);
}
.showTitle {
  text-align: left;
  font-style: italic;
  width: 30%;
  margin: 0;
  padding-left: .5vw;
}
.showSuper {
  text-align: left;
  width: 25%;
  margin: 0;
}
.showVenue {
  text-align: left;
  width: 25%;
  margin: 0;
}
.showLocation {
  text-align: left;
  width: 10%;
  margin: 0;
}
.showDate {
  text-align: right;
  width: 5%;
  margin: 0;
  padding-right: .5vw;
}
a, a:link, a:visited {
  color: var(--light);
  text-decoration: none;
  font-weight: normal;
  font-size: 1.4vw;
  line-height: 1;
  background: none;
}
a h3 {
  color: var(--light);
}
a:hover {
  font-weight: Bold;
}
@keyframes navCol {
  33% {
    border-color: var(--blue);
  }
  66% {
    border-color: var(--red);
  }
}
@media (max-width : 700px) {}
@media (max-width: 320px) {}