@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: duciejazz;
    src: url(Capsuula.ttf);
}
		
h1, h2, h3, h4, h5, h6, p, a {
	
	font-family: duciejazz;

	}


h4, h5, h6, p, li {
	
	font-size: 2em;
	

}

/* H1 Unused - Reserved for SEO*/

/* H2 for Hero Tagline */

h2 {
	font-size: 3.6em;
	color: white;
	letter-spacing: 10px;
	padding: 0 0 100px 0;
	}

@media(max-width:768px) {
	
h2 {
	font-size: 2em;
	letter-spacing: 5px;
	}
}

/* H3 for Section Headers */

h3 {
	font-size: 4em;
		
	}


/*  Navbar logo sytle */
p.dj-logo-text {
	
	color: white;
	font-size: 2em;
	padding: 5px 0 0 10px;
	letter-spacing: 2px;
	font-weight: bold;
}

/*  Line up box sytles */

p.dj-band-name {
	font-size: 4em;
	align-content: center;
	
}

p.dj-band-desc {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0 10 0 10;
	}

p.dj-band-text {
	font-size: 1em;
	font-family: arial;
	margin: 0 10 0 10;
	
}

p.dj-band-more {
	font-size: 1.8em;
	text-align: right;
	color: darkblue;
	font-weight: bold;
	margin: 0 10 0 10;
	
}

a.dj-band-ctr {
	color: #0C45A8;
}



/* random styles for band logos */

cool {
	color: blue;
	padding: 0 0 5;
}

slinky {
	color: #FFAE00;
	font-style: italic;
	padding: 0 0 5;
}

bigs {
	color: darkgreen;
	padding: 0 0 5;
	font-weight: 600;
	}

party {
	color: deeppink;
	padding: 0 0 5;
	
}