body {
	width: 100vw;
	height: 90vh;
	color: #000000 !important;
	font-family: 'oswald',Helvetica,Arial,sans-serif;
	/* background: linear-gradient(-40deg, hsl(0, 0%, 0%), rgb(13 19 213), rgb(16, 73, 230), #e58816); */
	background-color: #000000;
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}
body.artist-page
{
	background-color: rgb(201, 201, 201);
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

h1,
h6 {
	font-family: 'Open Sans';
	font-weight: 300;
	text-align: center;
	position: absolute;
	top: 45%;
	right: 0;
	left: 0;
}

.shake {
	animation: shake-animation 4.72s ease infinite;
	transform-origin: 50% 50%;
  }
  
.element {
margin: 0 auto;
width: 150px;
height: 150px;
background: red;
}

@keyframes shake-animation {
 0% { transform:translate(0,0) }
1.78571% { transform:translate(5px,0) }
3.57143% { transform:translate(0,0) }
5.35714% { transform:translate(5px,0) }
7.14286% { transform:translate(0,0) }
8.92857% { transform:translate(5px,0) }
10.71429% { transform:translate(0,0) }
100% { transform:translate(0,0) }
}

.backdrop {
  -moz-box-shadow: 0px 6px 5px #111; 
  -webkit-box-shadow: 0px 6px 5px #111; 
  box-shadow: 0px 2px 10px #111; 
  -moz-border-radius:190px; 
  -webkit-border-radius:190px; 
  border-radius:190px;
}
  


.nav-right
{
	float: right;
}
  
  .btnHomeIconImg
{
	width: 100px;
	height: 100px;
	content: url(../images/kashlyf3_equalLines.svg);
	border: 0;
	display: block;

}
/* Section Link Tree */
.bando_link_pic {
	  content: url("../images/bando_link_pic.png");
      width: 150px;
      height: 150px;
      margin-top: 20px;
      margin-bottom: 20px;
  }
  

.kash_link_pic {
content: url("../images/kashEastwood_link_pic.png");
width: 150px;
height: 150px;
margin-top: 20px;
margin-bottom: 20px;

}

.artist-title
{
 color: black;
}

.artist-name
{
 color: black;
 font-family: 'oswald',Helvetica,Arial,sans-serif;
 font-weight: bold;
 text-transform: uppercase;
 letter-spacing: 1px;
}
/* h1, h2, h3, h4, h5, h6, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font, .av-current-sort-title, .html_elegant-blog #top .minor-meta, #av-burger-menu-ul li {
    
} */

.link-item.button{
display: inline-block;
border-radius: 10px;
border-style:ridge;
border-color: white;
background-color: black;
color: white;
padding: 8px 16px;
margin-top: 10px;
margin-bottom:  10px;
} 
.link-container{
	
	display: flex;
	flex-direction: column;
	align-items: center;
	
}
.link.link-item{
	width:80%;
}
.profile-image{
	border-radius: 20px;
}
.artist-page-container{
	display: flex;
	width: 100%;
	justify-content: center;
    padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
    margin-left: auto;
    border-radius: 25px;
	/* border-style: dashed;
	border-width: 5px;
	border-color: white; */
} 


.image-container{
	text-align: center;
	width: 80%;
	border-radius: 15px;
	/* border-style:double; */
	border-width: 5px;
	border-color: blue;
	margin: 20px 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	/* background-color: hwb(24 5% 89% / 0.514); */
}
.page-wrapper{
	/* width: 80%; */
	margin: 0 auto;
}

/* Section Link Tree End */


@media(max-width:991px){
	.navbar-header {
		float: none;
		text-align: center;
		margin: 0 0 0 0;
	}
}


/* --- media(max-width:480px) --- */
@media(max-width:480px){
	.artist-navbar-header {
		text-align:center;
	}

}

/* --- /media(max-width:480px) --- */


