@charset 'UTF-8';
@import url("webfonts/Rounded_Elegance/stylesheet.css");

html,
html * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: "Rounded Elegance";
}

body {
	font-family: arial, sans-serif;
	font-size: 1vw;
	background-color: white;
	background-image: -webkit-linear-gradient(191deg,rgba(170,125,251,1.00) 0%,rgba(0,255,65,1.00) 100%);
	background-image: -moz-linear-gradient(191deg,rgba(170,125,251,1.00) 0%,rgba(0,255,65,1.00) 100%);
	background-image: -o-linear-gradient(191deg,rgba(170,125,251,1.00) 0%,rgba(0,255,65,1.00) 100%);
	background-image: linear-gradient(259deg,rgba(170,125,251,1.00) 0%,rgba(0,255,65,1.00) 100%);
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
}
a, a:visited {
    color: inherit;
}
header {
	position: fixed;
	padding-right: .1em;
	padding-left: .1em;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #989494;
	opacity: 0.44;
	-webkit-transition: opacity .5sec;
	transition: opacity .5s;
	font-size: 2em;
	padding-top: 0px;
	height: 3em;
}
.news {
	background-color: #494949;
}
header:hover {
	position: fixed;
	padding: .1em;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #989494;
	opacity: 1;
}
.site-logo {
  position: relative;
  display: block;
  float: left;
  width: 3.1em;
}
.site-logo img {
  width: 3.1em;
}
.logo {
  opacity: 1;
}
.site-nav {
	position: relative;
	float: right;
	z-index: 400;
	top: 0px;
	left: 0;
	display: block !important;
	width: 80%;
	padding: .75em 1em 0 0;
	opacity: .95;
	background: none;
}
.site-nav ul {
	list-style-type: none;
	margin: 0;
	text-align: right;
	border-top-left-radius: 0px;
}
.site-nav ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 1.5em;
}
.site-nav ul li a {
  font-size: .85em;
  padding-bottom: .5em;
  text-decoration: none;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.site-nav ul li a:hover {
	outline: none;
	border-bottom: 1px solid white;
	-webkit-box-shadow: 0px 0px 0 0 #B94244;
	box-shadow: 0px 0px 0 0 #B94244;
	color: #C84345;
}
.hero {
	position: relative;
	height: 5.9em;
	background-color: #2ED6F9;
	display: block;
	clear: none;
	opacity: 1;
	z-index: -103;
}
.hero-content {
	font-family: "Rounded Elegance";
	color: #fff;
	position: absolute;
	z-index: -20;
	top: 0;
	width: 100%;
	text-align: center;
	display: block;
}
h2 {
	font-weight: 100;
	font-size: 2em;
    line-height: 2.2;
	margin-bottom: -.35em;
	padding-top: 13%;
	letter-spacing: .3em;
	text-transform: uppercase;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}
h1 {
  margin-bottom: 1.5%;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0,.05);
  letter-spacing: .85em;
  margin-left: .7em;
  font-size: 5.5vw;
}
h3 {
  font-size: 1.5em;
  font-weight: 100;
  line-height: 2.75;
  letter-spacing: .35em;
  text-transform: uppercase;
  text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}
.intro {
  position: relative;
  color: #343144;
  background: #D0D0D0;
  padding: 12.5em 6em 14.5em;
}
.news {
  position: relative;
  color: #343144;
  background: #CCCCCC;
  padding: 12.5em 6em 14.5em;
}
.news-text {
	position: relative;
	text-align: left;
	font-size: 2.4em;
	margin-bottom: -1.6em;
	padding-left: 90px;
}
.intro-text {
  position: relative;
}
.intro p {
	font-family: "Rounded Elegance";
	font-size: 2.5em;
	line-height: 1.8;
	position: relative;
	z-index: 200;
	text-align: center;
	letter-spacing: .325em;
	text-transform: uppercase;
}
.artworks {
	width: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,1.00);
}
.artwork {
	display: flex;
	background-color: #D0D0D0;
	height: 42em;
	border-width: medium;
}
.artwork .artwork-piece {
	padding-top: 8%;
	padding-left: 0px;
	padding-bottom: 8%;
	background-image: -moz-linear-gradient(84deg,rgba(88,141,204,1.00) 0%,rgba(208,253,43,1.00) 100%);
	background-image: -webkit-linear-gradient(84deg,rgba(88,141,204,1.00) 0%,rgba(208,253,43,1.00) 100%);
	background-image: -ms-linear-gradient( 135deg, rgb(160,55,220) 0%, rgb(83,200,234) 100%);
	width: 100%;
	border-collapse: separate;
	background-image: -o-linear-gradient(84deg,rgba(88,141,204,1.00) 0%,rgba(208,253,43,1.00) 100%);
	background-image: linear-gradient(6deg,rgba(88,141,204,1.00) 0%,rgba(208,253,43,1.00) 100%);
}
.atrists-list {
	line-height: 3.4em;
	font-family: "Rounded Elegance";
	font-weight: normal;
	font-size: large;
	list-style-position: inside;
	text-transform: capitalize;
	word-spacing: 0.5em;
	padding-left: 58px;
	width: 0em;
}
.artist {
	font-size: xx-large;
	margin-bottom: 0.7em;
	text-decoration: none;
	width: 14em;
	height: 1em;
}
.artist-list {
	font-size: xx-large;
	margin-bottom: 0.2em;
	text-decoration: none;
}
.artist-list:hover {
	font-size: xx-large;
	margin-bottom: 0.2em;
	text-decoration: none;
	background-color: #86D5CF;
}
.atrists-list-C {
	margin-left: 6.3em;
	list-style-type: none;
}
.atrists-list-D {
	list-style-type: none;
	margin-bottom: -4em;
	margin-left: 33.4em;
	padding-left: 8.2em;
	margin-top: -3em;
}
.atrists-list-N {
	list-style-type: none;
	margin-left: -7.7em;
	margin-top: 13.4em;
	padding-left: 14.4em;
}
.atrists-list-S {
	list-style-type: none;
	margin-left: 42.2em;
	margin-top: -2.5em;
}
.artist-list-title {
	margin-top: -7.5em;
}
.artist-name {
	padding-left: 5em;
}
.artist-desc {
	width: 44em;
	margin-top: 19em;
	margin-left: 6em;
}
.artist-info {
	width: 0em;
	display: block;
}
.artwork .artwork-description {
	background: #26223e;
	color: #fff;
	width: 50%;
	padding: 11.25em 13em 11.5em;
	border-top-left-radius: 4em;
}
.artwork-title {
	font-family: "Rounded Elegance";
	font-size: 2em;
	font-weight: 100;
	letter-spacing: .36em;
	text-transform: uppercase;
	line-height: 1.5;
	max-width: 29em;
	margin-bottom: .1em;
	margin-left: -420px;
	text-align: left;
}
.artwork-text {
  font-size: 1.1em;
  line-height: 1.9;
  opacity: .8;
  max-width: 20em;
}
.artist-img {
	width: 20em;
	height: 20em;
	padding-right: 0px;
	margin-left: 17em;
	border: medium solid #737373;
	border-top-left-radius: 4.1em;
	border-bottom-right-radius: 0px;
}
.see-more {
  font-size: 1em;
  display: inline-block;
  margin-top: 4.1em;
  padding: 0 0 .4em 0;
  transition: all .3s;
  text-decoration: none;
}
.see-more:hover {
  border-bottom: 1px solid white;
}
footer {
	margin-top: 0em;
	padding-top: 5em;
	background-image: -moz-linear-gradient( -45deg, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
	background-image: -webkit-linear-gradient( -45deg, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
	background-image: -ms-linear-gradient( -45deg, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
	z-index: -5;
}
.article-pic {
	height: 40em;
	width: 40em;
	padding-top: 0px;
}

.footer-content {
	width: 64%;
	margin: 0 auto;
	padding-bottom: 1.7em;
}.news-text {
	width: 64%;
	margin-top: 0;
	margin-right: auto;
	margin-left: 0em;
	margin-bottom: 0;
	padding-bottom: 1.7em;
	display: block;
	text-align: left;
}
.footer-social {
  display: block;
  width: 100%;
  list-style-type: none;
  text-align: center;
}
.footer-social li {
  display: inline-block;
  margin: 0 1.2em;
}
.footer-social li a {
  line-height: 3.5em;
  display: inline-block;
  width: 4em;
  height: 4em;
  text-align: center;
  border: 2px solid rgba(255,255,255,.3);
  border-radius: 50%;
}
.footer-social li a:hover {
  border-color: #fff;
  background: #fff;
}
.footer-social li a img {
  width: auto;
  height: 1em;
}
.footer-social li a .social-hover {
  display: none;
}
.footer-social li a:hover .social-default {
  display: none;
}
.footer-social li a:hover .social-hover {
  display: inline;
}
.footer-info {
  clear: both;
  padding-top: 5em;
}
.footer-info p {
  font-size: .8em;
  color:#fff;
  line-height: 1.55;
  max-width: 36em;
  margin-bottom: 1.7em;
}
.footer-disclaimer {
  width: 60%;
  position: relative;
}
.footer-credit {
  float: right;
  width: 40%;
  text-align: right;
  position: relative;
}
.footer-legal {
	opacity: .8;
	font-size: xx-small;
}
.footer-credit a:hover {
  text-decoration: none;
}
.play {
	display: list-item;
	padding-right: 0%;
}
figure audio {
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 50px;
	margin-left: -13em;
	display: block;
	width: 26.1em;
	background-color: #151515;
	opacity: 1;
	font-family: "Rounded Elegance";
	color: #000000;
	text-shadow: 0px 0px #000000;
}
.artwork-piece figure #player {
}
div button {
	background-color: #9B9B9B;
	border-radius: 0.7em;
	font-family: "Rounded Elegance";
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	color: #000000;
	text-shadow: 0px 0px #ACACAC;
	padding-top: 0em;
	padding-right: 0.3em;
	padding-bottom: 0em;
	padding-left: 0.3em;
	margin-left: 12px;
}
new {
	background-color: #D73336;
	background-image: -webkit-linear-gradient(270deg,rgba(217,155,156,1.00) 0%,rgba(213,152,53,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(217,155,156,1.00) 0%,rgba(213,152,53,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(217,155,156,1.00) 0%,rgba(213,152,53,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(217,155,156,1.00) 0%,rgba(213,152,53,1.00) 100%);
	display: block;
	padding-top: 1em;
}
	
.nav-up {
	top: -40px;
}
.thing {
	position: static;
}
.article {
	border-width: thin;
	border-style: solid;
	z-index: 1;
	text-align: center;
	padding-top: 1em;
}
.article-content {
	padding-top: 0em;
	padding-left: 0em;
	text-align: left;
	text-decoration: underline;
	background-color: rgba(186,186,186,1.00);
}
.article-desc-content {
	padding-top: 0em;
	padding-left: 0em;
	text-align: left;
	text-decoration: none;
	background-color: rgba(186,186,186,1.00);
	font-size: 1.5em;
	letter-spacing: normal;
	text-transform: none;
	border-bottom: medium solid rgba(0,0,0,1.00);
	border-top-width: medium;
	border-right-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	z-index: 2;
}
.article-header {
	padding-bottom: 0.8em;
}
.desc {
	margin-top: 1.6em;
}
.title {
	font-size: 2em;
	margin-top: 3.5em;
}
.body {
	height: 89%;
	background-color: rgba(244,235,235,1.00);
	margin-left: 12em;
	margin-right: 12em;
	position: relative;
	min-height: 23.7em;
	display: block;
}
.aside {
	background-color: rgba(219,18,22,1.00);
	width: 12em;
	padding-bottom: 55.1%;
	float: left;
	margin-top: 7.4em;
}
.aside-right {
	background-color: rgba(219,18,22,1.00);
	width: 12em;
	padding-bottom: 30em;
	float: right;
}
.body-content {
	font-size: 1.4em;
	padding-top: 0px;
	padding-left: 8em;
	padding-right: 8em;
	letter-spacing: normal;
}
.article-img {
	width: 16em;
	margin-left: 25%;
	padding-top: 3em;
	padding-bottom: 3em;
}
.left {
	margin-right: 88em;
	background-color: rgba(211,22,25,1.00);
	position: relative;
}
.auth {
	text-decoration: underline;
}

@media (min-width: 600px){
}
