/*Fonts */
@font-face {
  font-family: dsLogoFont;
  src: url(../files/Lastica.ttf);
  font-display: swap;
}

@font-face {
  font-family: dsText;
  src: url(../files/WorkSans-VariableFont_wght.ttf);  
  font-display: swap;
}

@font-face {
  font-family: dsQuoteText;
  src: url(../files/AnonymousPro-Regular.ttf);  
  font-display: swap;
}

@media only screen and (max-width: 600px) {
  img.nav-logo {
	display: none;
  }
}

/************************************************************/

/***PAGE General***/

p{
	font-family: dsText;
}

hr.dsBreak{
	border: 2px dashed #922119;
	margin: 0;
	opacity: 0.5;
}

div.row{
	max-width: 100vw;
}

div.box-text{
	text-align: center;
}

/*Navigation*/
header nav{
	background-color: #922119;
}

header nav a {
	text-decoration: none;
	padding: 5px;
	margin: 10px;
	color: #fff;
}

/*Custom Design*/

section#about, section#services, section#testimonials{
	padding: 0 5px 20px 5px;
}

div.home-text{
	text-align: center;
	padding: 2% 2% 0 2%;
}

div.home-text-inner{
	position: relative;
	padding: 5px;
	min-height: 350px;
}

section#services div.home-text-inner{
	background-color: #fafafa;
}

div.home-text-testimonial{
	background-color: #fafafa;
	padding: 5px;
	min-height: 250px;
	border: 1px solid #eaeaea
}

div.logo-background{
	background-image: url("../img/BGimgLrg.avif");
	background-size: cover;
	padding-top: 100px;
	text-align: center;
	height: 93vh;
}

h1#mainText{
	padding: 30px;
	font-family: dsLogoFont;
	color: #922119;
	font-weight: bolder;
	text-shadow: -1px -1px 0 #422119, 1px -1px 0 #422119, -1px 1px 0 #422119, 1px 1px 0 #422119;
	text-align: center;
}

h2.subText{
	font-family: Helvetica;
	padding: 30px;
	text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}

div.ds-content h2{
	background-color: #922119;
	color: #fff;
	text-align: center;
	padding: 10px;
	text-shadow: none;
}

div.ds-content{
	margin-bottom: 2%;
}

div.ds-content h3{
	text-align: center;
	margin: 2% 0;
}

blockquote.testimonial{
	font-family: dsQuoteText;
	padding: 20px;
	font-style: italic;
	line-height: 1.5;
}

div.ds-content img.artistImageHome{
	width: 100%;
}

div.ds-content p.intro-text{
	text-align: center;
	padding: 10px 30px;
}

div.contact-button{
	background-color: #922119;
	position: absolute;
	bottom: 5px;
	width: 98%;
	margin: 0 auto;
}

div.contact-button a{
	color: #fff;
	text-decoration: none;
}

div.learn-more{
	background-color: #922119;
	margin: 20px auto;
	width: 30%;
}

div.learn-more a{
	color: #fff;
	text-decoration: none;
}

/*********** Roster ***********/

div.artist-roster p{
	margin: 10px;
}
		
div.artist-roster p a{
	text-decoration: none;
	color: #922119;
}

div.artist-holder, div.artist-holder-active{
	height: 600px;
	vertical-align: middle;
	background-position: center; 
	background-repeat: no-repeat;
}

div.artist-holder-inner {
	position: absolute;
}

div.artist-info{
	display: none;
}

div.artist-info-active{
	display: block;
	width: 500px;
	margin: 0 auto;
}

div.artist-holder#fawn{
	background-image: url('../img/Bex.jpg'); 
}

div.artist-holder-active#fawn{
	background-image: url('../img/BexAlt.jpg'); 
}

div.artist-holder#emzae{
	background-image: url('../img/Emzae.jpg'); 
}

div.artist-holder-active#emzae{
	background-image: url('../img/EmzaeAlt.jpg'); 
}

div.artist-holder#krista{
	background-image: url('../img/Krista.jpg'); 
}

div.artist-holder-active#krista{
	background-image: url('../img/KristaAlt.jpg'); 
}

h2.artist-name{
	display: inline-block;
	font-family: Helvetica;
	font-size: 3rem;
	padding: 30px;
	color: #ffffff;
	text-shadow: -1px -1px 0 #922119, 1px -1px 0 #922119, -1px 1px 0 #922119, 1px 1px 0 #922119;
	position: relative;
	top: 250px;
}

div.artist-holder-active h2.artist-name{
	position: inherit;
	margin-top: 50px;
	padding: 5px;
}

div.socialsHolder img.socialsIcons{
	width: 50px;
}

/************ Contact ***********/*/
div.generalHeading a {
	text-decoration: none;
	font-family: Helvetica;
	color: #000;
}

div.generalHeading a:hover {
	background-color: #922119;
	color: #fff;
}


/* Footer */
footer{
	background-color: #000000;
	padding: 1%;
	margin-top: 1%;
}

footer p {
	font-family: dsText;
	font-size: 0.7em;
	color: #ffffff
}