/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

/*
art browsing music:
flux is on - tunic
crossniq
ergosphere

/* START Art Grid !!
*/

.artcontentbox {
	display:flex;
	align-items: flex-start;
  margin:auto;
  height: 95%;
  width: 95%;
  background: linear-gradient(30deg,rgba(0, 255, 255, 0.4) 0%, rgba(255, 0, 255, 0.4) 50%, rgba(255, 255, 0, 0.4) 100%);
  border-radius: 30px;
  outline-style: solid;
  outline-color: white;
  outline-width: 4px;
  padding:20px;
}

.artcontentpageimagebox {
	display:flex;
  margin-left: 7%;
  margin-top:1%;
}

.mediasource {
align-items:center;
justify-content:center;
margin:auto;
margin-left:10%;
}

.artcontentpageimage {
  display:flex;
  filter: drop-shadow(5px 5px 10px black);
}

.arttitle {
	filter: drop-shadow(3px 4px black);
    font-size:40px;
    font-family:"Cambria";
    font-style:Italic;
	display:flex;
	align-items: center;
	justify-content: center;
}

.artabouttitle {
	filter: drop-shadow(3px 3px black);
    font-size:40px;
    font-family:"Cambria";
    font-style:Italic;
	display:flex;
	margin-left:50px;
}

.artabouttext {
  background: rgba(200, 200, 200, 0.2);
  border-radius: 15px;
  outline-style: solid;
  outline-color: white;
  outline-width: 2px;
  margin-left: 30px;
  padding:15px;
  
}

.artnavigator {
  margin:auto;
  width: 20%;
  text-align:center;
  background: linear-gradient(30deg,rgba(0, 255, 255, 0.4) 0%, rgba(255, 0, 255, 0.4) 50%, rgba(255, 255, 0, 0.4) 100%);
  border-radius: 30px;
  outline-style: solid;
  outline-color: white;
  outline-width: 4px;
  margin-right:0%;

}

.NavButtonLeft {
	position:absolute;
	right: 85%;
	top:90%;
	background-color:transparent;
	border:none;
}

.NavButtonRight {
	position:absolute;
	left:85%;
	top:90%;
	background-color:transparent;
	border:none;
}

img {
  border-radius: 30px;
  padding:7px;

}


p {
    font-size:25px;
    font-family:"Cambria";
	margin-left:25px;
}

.video {
  display:flex;
	align-items: center;
	justify-content: center;

}

/* END Art Grid !!
*/

.flexcontainer {
  display: flex;
  align-items:center;
}

.contentheadercontainer {
	clear:left;
  display: flex;
  float:center;
  align-items:center;
  justify-content: center;
  margin-top:1%
}

.contentflexcontainer {
  display: flex;
  align-items:center;
  justify-content: center;
  margin-top:3%;
  margin-bottom:3%;
}

.guidebox {
		position: absolute;
margin-left:50px;
margin-top:70px;
  width:15%;
  height:15%;
}

.nothin {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
  width: 90vw;
  margin: auto;
  text-align:center;
  filter: drop-shadow(2px 2px black);
}

.blakefall {
  justify-content: center;
  align-items: center;
  width:50vw;
  width:50vh;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.guide {
  background: linear-gradient(30deg,rgba(0, 255, 255, 0.4) 0%, rgba(255, 0, 255, 0.4) 50%, rgba(255, 255, 0, 0.4) 100%);
  text-align:center;
  border-radius: 30px;
  outline-style: solid;
  outline-color: white;
  outline-width: 2px;
  margin-top:15px;
  padding:5px;
}

.contentbox {
  margin:auto;
  height: 30%;
  width: 60%;
  text-align:center;
  background: linear-gradient(30deg,rgba(0, 255, 255, 0.4) 0%, rgba(255, 0, 255, 0.4) 50%, rgba(255, 255, 0, 0.4) 100%);
  border-radius: 30px;
  outline-style: solid;
  outline-color: white;
  outline-width: 4px;
}

.contenttitletext {
  position:static;
  align-items: flex-start;
  text-align:center;
  font-family:"Cambria";
  font-style:Italic;
  font-size:60px;
  filter: drop-shadow(3px 2px black);
}



.contenttext {
  margin-left: 7%;
  margin-right: 7%;
  margin-top:20px;
  margin-bottom:20px;
  font-family:"Verdana";
  font-style:Italic;
  font-size:20px;
  text-align:left;
  line-height: 1.5;
}


.contentbuttontext {
    filter: drop-shadow(2px 2px black);
}

.contentbutton {
  background-color: rgba(78, 71, 96, 1);
  border-radius: 30%;
  height:40%;
  width:20%;
  padding:2px;
  filter: drop-shadow(3px 3px black);
  background-image:url("media/pinkpurpcheck2.png");
  background-size:150%;
}

.contenttitledate {
      filter: drop-shadow(2px 2px black);
      font-size:30px;
      font-family:"Cambria";
      font-style:Italic;
	  display:inline;
}

.contentvideo {
  margin:auto;
  align-items:center;
  margin-top:5%;
  margin-bottom:5%;
}

p {
  color: rgba(255, 255, 255, 1);
}

a {
  color: cyan;
}

a:visited {
  color: #7cfffa;
}


body {
  background-color: #5A3C65;
  background-image:url("media/angelbglow3.png");
  background-size:cover;
  background-repeat:repeat-y;
  color: white;
  font-family: Verdana;
}

/* body {
  background-color: #1e211b;
  background-repeat:repeat;
  background-position:bottom;
  color: white;
  font-family: "Times New Roman";
}

put PlushDance under nothin for left side (desktop)

.wrapper {
  margin: 0 auto;
}

.wrapper > div {
  border: 2px solid yellow;
  border-radius: 5px;
  padding: 1em;
  color: white;
}

.wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(500px, auto);
}

.Left {
  grid-column: 1 / 2;
  grid-row: 1 / 1;
}

.Right {
      grid-column: 2 / 10;
  grid-row: 1 / 2
}


/*
center image:
  display: block;
  margin-left: auto;
  margin-right: auto;
  
position:
static: default value
relative: static but the box can be offset from its original position with the properties top, right, bottom and left.
absolute: anywhere on page with top, right, bottom, left
fixed: like absolute but doesn't scroll, sticks to browser window
*/