@charset "UTF-8";
/* CSS Document */

body {
	background: #04095a;
}

/* Main Container Styling */
.main_container {
max-width: 1200px;
}

/* Nav Block Styling */

.nav_block {

}

/* Nav styling*/

.navbar		{
	padding: 10px;	
	margin: 10px 0px 20px 0px;
	border-radius: 5px;
	border: 1px solid #FFFFFF;	
}

.nav-link {
	font-family: "Racing Sans One", sans-serif;
    font-size: 18px;
    font-weight: 400;
	line-height: 26px;
}

a.nav-link:link {
	text-decoration: none;
}
a.nav-link:visited {
	text-decoration: none;
	color: #FFF;
}


a.nav-link:hover {
	text-decoration: none;
	color: #4B4949;
	/*text-shadow: 2px 2px #007FFF;*/
}
a.nav-link:active {
	text-decoration: none;
	color: #FFF;
}


/* Logo Block Styling */
	
.logo_block {

}	

.mmc_logo {
  	font-family: "Racing Sans One", sans-serif;
    font-size: 60px;
    font-weight: 400;
    font-style: normal;
  	color: #FFFDFD;	
	/*text-shadow: 4px 4px #000000;*/
}



/* Main Pic Block Styling */
	
.main_pic_block {

}

/* Quote Block Styling */
	
.quote_block {
	padding: 20px;	
	margin: 20px 0px 30px 0px;
	border-radius: 5px;
	border: 1px solid #FFFFFF;	
	background-image: url("phc_2025_images/bg_speech_mark.png");
	background-repeat: no-repeat;
	background-position: 5% 10%;
}

.quote_text {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 100;
	color: #FFFFFF;
	margin: 10px 0px;
	opacity: 0.8;
}

/* Main Content Block Styling */	
	
.main_content_block {
	background-image: url("phc_2025_images/phc_2025_watermark.png");
	background-size: 60%;
	background-position: center;	
	background-repeat: repeat-y;
	text-align: center;

}



/* Contact Block Styling */

/* Text Styling */

h3 {
	font-family: "Racing Sans One", sans-serif;
	font-size: 50px;
  	font-weight: 400;
  	font-style: normal;
  	color: #FFFFFF;	
	margin: 10px 0px 20px 0px;
	/*text-shadow: 2px 2px #000000;*/
}

h5 {
	font-family: "Barrio", system-ui;
	font-size: 36px;
  	font-weight: 400;
  	font-style: normal;
  	color: #FFFFFF;	
	margin: 10px 0px 20px 0px;
	text-shadow: 2px 2px #000000;
}

.style_1 {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 100;
	color: #FFFFFF;
	margin: 10px 0px;
}

	
.contact_block {

}	

/* Phone link styling */

.phone_link_container	{
	text-align: center;
	padding: 50px 0px 0px 0px;
}

a.phone_link {
	text-decoration: none;
	font-family: 'Impact';
	font-size: 40px;
	line-height: 42px;
	color: #FFFFFF;
	font-weight: 100;	
	/*text-shadow: 2px 2px #007FFF;*/
}
a.phone_link:visited {
	text-decoration: none;

}
a.phone_link:hover {
	text-decoration: none;
	color:  #D4007E;
	/*text-shadow: 1px 1px #FFFFFF;*/
}


/* Footer Block Styling */
	
.footer_block {

}

.footer {
	padding: 10px;	
	margin: 30px 0px 10px 0px;	
	/*background-color: #333399;*/
	border-radius: 5px;	
	border: 1px solid #FFFFFF;	
}

.footer_text{
	font-family: "Racing Sans One", sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
	margin: auto 0px;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/* HR Styling */

hr {
    border: 0;
    background-image: linear-gradient(to right, #6F2DA8, #FFFFFF, #6F2DA8);
	margin: 40px auto 20px auto;
	max-width: 700px;
	
}

/* Bandcamp link styling */

.mp3_holder		{
	max-width: 600px;
	margin: 6px auto;
	padding: 20px;
	background: #6F2DA8;
	border-radius: 5px;
	border: 1px solid #FFFFFF;
}

.credit_text {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	color: #FFFFFF;
}

a.band_camp_link {
	font-family: 'Impact';
	font-size: 30px;
	line-height: 56px;
	font-weight: 100;
	color: #FFFFFF;	
	/*text-shadow: 2px 2px #007FFF;*/
}
a.band_camp_link:visited {
	text-decoration: none;

}
a.band_camp_link:hover {
	text-decoration: none;
	color: #7D7D7D;
}



/* YouTube Video holder styling */

.youtube_video_holder		{
	padding: 30px;
	margin: 20px 0px;
	border: 1px solid #FFFFFF;
	background: #6F2DA8;
	border-radius: 5px;
}

.inner_container	{
	text-align: center;
}

/* Make YouTube Responsive */

.youtube_container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* YouTube Credit Text*/

.credit_text_2 {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 100;
	color: #FFFFFF;
}


/* Styling for iPhone */

@media (max-width: 760px) {
.phc_logo {
  	font-family: "Racing Sans One", sans-serif;
	font-size: 60px;
  	font-weight: 400;
  	font-style: normal;
  	color: #FFFDFD;	
}
	
h3 {
	font-family: "Racing Sans One", sans-serif;
	font-size: 40px;
  	font-weight: 400;
  	font-style: normal;
  	color: #FFFFFF;	
	margin: 10px 0px 20px 0px;
	/*text-shadow: 2px 2px #007FFF;*/
}
	
.footer_text    {
	font-family: "Racing Sans One", sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
	margin: auto 0px;
}	
	
}

/* Added 02/04/2025 */

.bandcamp_link	{
	padding-left: 13px;
}	


