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

/* General body styling */
body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
}

/* Hero Section */
.hero {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-betIen; /* This will place h1 at the top and h2 at the bottom */
    align-items: center;
    padding: 20px;
}

.header {
    max-width: 1920px;
    text-align: center;
	margin: 0px 0px 0px 0px;
	
	
}

.hero-header-1 h1 {
    font-size: 45px;
	line-height: 35px;
	margin-top: 30px;
	font-family: 'Alex Brush', cursive;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 5px;
	text-shadow: 2px 2px #000;
	 border-radius: 5px;
    text-align: center;
	 color: #ffffff;
	 
    
}

.hero-header-2 h2 {
    font-size: 45px;
	line-height: 35px;
	font-family: 'Alex Brush';
	margin-bottom: 60px;
	background-color: rgba(0, 0, 0, 0.3);
	text-shadow: 2px 2px #000;
	 border-radius: 5px;
    text-align: center;
	 color: #ffffff;
	 padding: 5px;
	 
    
}

/* About Me Section */
.about-me {
    padding: 20px;
	margin-bottom: 0px;
}

.intro p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
	font-family: 'Noteworthy-Bold';
	line-height: 25px;
}

.profile-photos {
    text-align: center;
    margin-bottom: 20px;
}

.round-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 10px;
}

.bio-info h3 {
    font-size: 40px;
    margin: 20px 0px 0px 0px;
    text-align: center;
	font-family: 'Alex Brush';
	line-height: 35px;
	padding: 0;
}


.bio-info p {
     text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
	font-family: 'Noteworthy-Bold';
	line-height: 25px;
	 margin: 0px 0px 0px 0px;
	padding: 0;
}
.additional-photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.additional-photos img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}








/* Responsive Images */
@media (min-width: 1920px) {
	
.bio_page_container  {
	margin: 0px auto 0px auto;
    padding: 0;
    background-color: #ffffff;
    color: #000000; /* Changed to white */
	max-width: 1920px;
	height: auto;
	border: 1px solid #000000;
	
	
}
 
.hero {
    background-image: url(../img/artist_bio_page/bio_hero_image_1920px.jpg);
    }
	
.hero-header-1 h1 {
    font-size: 100px;
	line-height: 85px;
	margin: 30px 0px 0px 0px;
	font-family: 'Alex Brush', cursive;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 23px 10px 10px 10px;
	text-shadow: 2px 2px #000;
	border-radius: 5px;
    text-align: center;
	color: #ffffff;
	width: 600px;
	 
    
}

.hero-header-2 h2 {
    font-size: 100px;
	line-height: 65px;
	font-family: 'Alex Brush';
	margin-bottom: 85px;
	background-color: rgba(0, 0, 0, 0.4);
	text-shadow: 2px 2px #000;
	 border-radius: 5px;
    text-align: center;
	 color: #ffffff;
	padding: 20px 20px 10px 20px;
	
}

/* About Me Section */
.about-me {
    padding: 10px;
	margin: 10px 0px 40px 0px;
}

.intro h1 {
    text-align: center;
    font-size: 75px;
	font-family: 'Alex Brush';
	line-height: 75px;
	margin: 10px 100px 10px 100px;
	
}
	
.intro p {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
	font-family: 'Noteworthy-Bold';
	line-height: 35px;
	margin: 0px 100px 10px 100px;
}

.profile-photos {
    text-align: center;
    margin-bottom: 0px;
}

.round-photo {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
    margin: 30px 30px 20px 30px;
}

.bio-info h3 {
    font-size: 75px;
    margin: 20px 0px 10px 0px;
    text-align: center;
	font-family: 'Alex Brush';
	line-height: 40px;
	padding: 0;
}


.bio-info p {
    text-align: center;
    font-size: 28px;
	font-family: 'Noteworthy-Bold';
	line-height: 38px;
	margin: 0px 250px 20px 250px;
}
.additional-photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.additional-photos img {
    width: 300px;
    height: 300px;
    object-fit: cover;
	margin: 30px 50px 10px 50px;
}

}







@media (min-width: 1201px) and (max-width: 1920px) {
    .hero {
    background-image: url(../img/artist_bio_page/bio_hero_image_1920px.jpg);
    }
	
.hero-header-1 h1 {
    font-size: 100px;
	line-height: 85px;
	margin: 30px 0px 0px 0px;
	font-family: 'Alex Brush', cursive;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 23px 10px 10px 10px;
	text-shadow: 2px 2px #000;
	border-radius: 5px;
    text-align: center;
	color: #ffffff;
	width: 600px;
	 
    
}

.hero-header-2 h2 {
    font-size: 100px;
	line-height: 65px;
	font-family: 'Alex Brush';
	margin-bottom: 85px;
	background-color: rgba(0, 0, 0, 0.4);
	text-shadow: 2px 2px #000;
	 border-radius: 5px;
    text-align: center;
	 color: #ffffff;
	padding: 20px 20px 10px 20px;
	
}

/* About Me Section */
.about-me {
    padding: 10px;
	margin: 10px 0px 40px 0px;
}

.intro h1 {
    text-align: center;
    font-size: 75px;
	font-family: 'Alex Brush';
	line-height: 75px;
	margin: 10px 100px 10px 100px;
	
}
	
.intro p {
    text-align: center;
    font-size: 28px;
	font-family: 'Noteworthy-Bold';
	line-height: 28px;
	margin: 0px 100px 10px 100px;
}

.profile-photos {
    text-align: center;
    margin-bottom: 0px;
}

.round-photo {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
    margin: 30px 30px 20px 30px;
}

.bio-info h3 {
    font-size: 75px;
    margin: 20px 0px 10px 0px;
    text-align: center;
	font-family: 'Alex Brush';
	line-height: 40px;
	padding: 0;
}


.bio-info p {
    text-align: center;
    font-size: 28px;
	font-family: 'Noteworthy-Bold';
	line-height: 38px;
	margin: 0px 100px 20px 100px;
}
.additional-photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.additional-photos img {
    width: 300px;
    height: 300px;
    object-fit: cover;
	margin: 30px 0px 10px 50px;
}

}







@media (min-width: 769px) and (max-width: 1200px) {
    .hero {
    background-image: url(../img/artist_bio_page/bio_hero_image_1200px.jpg);
    }
	
	
	
.hero-header-1 h1 {
    font-size: 85px;
	line-height: 75px;
	margin: 30px 0px 0px 0px;
	font-family: 'Alex Brush', cursive;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 23px 10px 20px 10px;
	text-shadow: 2px 2px #000;
	border-radius: 5px;
    text-align: center;
	color: #ffffff;
	width: 600px;
	 
}

.hero-header-2 h2 {
    font-size: 85px;
	line-height: 75px;
	font-family: 'Alex Brush';
	margin-bottom: 75px;
	background-color: rgba(0, 0, 0, 0.4);
	text-shadow: 2px 2px #000;
	 border-radius: 5px;
    text-align: center;
	 color: #ffffff;
	padding: 20px 20px 10px 20px;
	
}

/* About Me Section */
.about-me {
    padding: 10px;
	margin: 10px 0px 40px 0px;
}

.intro h1 {
    text-align: center;
    font-size: 60px;
	font-family: 'Alex Brush';
	line-height: 55px;
	margin: 10px 100px 10px 100px;
	
}

	
.intro p {
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
	font-family: 'Noteworthy-Bold';
	line-height: 35px;
	margin: 0px 100px 10px 100px;
}

.profile-photos {
    text-align: center;
    margin-bottom: 0px;
}

.round-photo {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
    margin: 20px 5px 10px 5px;
}

.bio-info h3 {
    font-size: 65px;
    margin: 20px 0px 10px 0px;
    text-align: center;
	font-family: 'Alex Brush';
	line-height: 40px;
	padding: 0;
}


.bio-info p {
     text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
	font-family: 'Noteworthy-Bold';
	line-height: 32px;
	margin: 0px 100px 10px 100px;
}
.additional-photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.additional-photos img {
    width: 250px;
    height: 250px;
    object-fit: cover;
}

}









@media (min-width: 481px) and (max-width: 768px) {
    .hero {
    background-image: url(../img/artist_bio_page/bio_hero_image_768px.jpg);
    }
	
		
.hero-header-1 h1 {
    font-size: 75px;
	line-height: 65px;
	margin: 30px 20px 0px 20px;
	font-family: 'Alex Brush', cursive;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px 10px 10px 10px;
	text-shadow: 2px 2px #000;
	 border-radius: 5px;
    text-align: center;
	 color: #ffffff;
	 
    
}

.hero-header-2 h2 {
    font-size: 75px;
	line-height: 65px;
	font-family: 'Alex Brush';
	margin-bottom: 75px;
	background-color: rgba(0, 0, 0, 0.4);
	text-shadow: 2px 2px #000;
	 border-radius: 5px;
    text-align: center;
	 color: #ffffff;
	padding: 20px 20px 10px 20px;
	
}

/* About Me Section */
.about-me {
    padding: 10px;
	margin: 10px 0px 10px 0px;
}

	
.intro h1 {
    text-align: center;
    font-size: 50px;
	font-family: 'Alex Brush';
	line-height: 50px;
	margin: 10px 0px 10px 0px;
	width: auto;
}

	
.intro p {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
	font-family: 'Noteworthy-Bold';
	line-height: 32px;
	margin: 0px 30px 10px 30px;
}

.profile-photos {
    text-align: center;
    margin-bottom: 0px;
}

.round-photo {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    object-fit: cover;
    margin: 10px 2px 0px 2px;
}

.bio-info h3 {
    font-size: 50px;
    margin: 20px 0px 0px 0px;
    text-align: center;
	font-family: 'Alex Brush';
	line-height: 40px;
	padding: 0;
}


.bio-info p {
     text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
	font-family: 'Noteworthy-Bold';
	line-height: 28px;
	margin: 0px 30px 10px 30px;
}
.additional-photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.additional-photos img {
    width: 175px;
    height: 175px;
    object-fit: cover;
}

}








@media (max-width: 480px) {
    .hero {
    background-image: url(../img/artist_bio_page/bio_hero_image_480px.jpg);
    }
	
		
.hero-header-1 h1 {
    font-size: 45px;
	line-height: 35px;
	margin-top: 30px;
	font-family: 'Alex Brush', cursive;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 5px;
	text-shadow: 2px 2px #000;
	 border-radius: 5px;
    text-align: center;
	 color: #ffffff;
	 
    
}

.hero-header-2 h2 {
    font-size: 45px;
	line-height: 35px;
	font-family: 'Alex Brush';
	margin-bottom: 60px;
	background-color: rgba(0, 0, 0, 0.3);
	text-shadow: 2px 2px #000;
	 border-radius: 5px;
    text-align: center;
	 color: #ffffff;
	 padding: 5px;
	 
    
}

/* About Me Section */
.about-me {
    padding: 20px;
	margin-bottom: 10px;
}

.intro h1 {
    text-align: center;
    font-size: 40px;
	font-family: 'Alex Brush';
	line-height: 40px;
	margin: 10px 0px 10px 0px;
	width: auto;
}
	
.intro p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
	font-family: 'Noteworthy-Bold';
	line-height: 25px;
	margin: 0px 10px 10px 10px;
}

.profile-photos {
    text-align: center;
    margin-bottom: 0px;
}

.round-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 10px;
}

.bio-info h3 {
    font-size: 45px;
    margin: 20px 0px 0px 0px;
    text-align: center;
	font-family: 'Alex Brush';
	line-height: 45px;
	padding: 0;
}


.bio-info p {
     text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
	font-family: 'Noteworthy-Bold';
	line-height: 25px;
	margin: 0px 10px 10px 10px;
}
.additional-photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.additional-photos img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

}





@media (max-width: 300px) {
    .hero {
    background-image: url(../img/artist_bio_page/bio_hero_image_300px.jpg);
    }
	
	
.hero-header-1 h1 {
    font-size: 45px;
	line-height: 35px;
	margin-top: 30px;
	font-family: 'Alex Brush', cursive;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 5px;
	text-shadow: 2px 2px #000;
	 border-radius: 5px;
    text-align: center;
	 color: #ffffff;
	 
    
}

.hero-header-2 h2 {
    font-size: 45px;
	line-height: 35px;
	font-family: 'Alex Brush';
	margin-bottom: 60px;
	background-color: rgba(0, 0, 0, 0.3);
	text-shadow: 2px 2px #000;
	 border-radius: 5px;
    text-align: center;
	 color: #ffffff;
	 padding: 5px;
	 
    
}

/* About Me Section */
.about-me {
    padding: 20px;
	margin-bottom: 10px;
}

	
.intro h1 {
    text-align: center;
    font-size: 40px;
	font-family: 'Alex Brush';
	line-height: 40px;
	margin: 10px 0px 10px 0px;
	width: auto;
}
	
.intro p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
	font-family: 'Noteworthy-Bold';
	line-height: 25px;
}

.profile-photos {
    text-align: center;
    margin-bottom: 0px;
}

.round-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 10px;
}

.bio-info h3 {
    font-size: 40px;
    margin: 20px 0px 0px 0px;
    text-align: center;
	font-family: 'Alex Brush';
	line-height: 45px;
	padding: 0;
}



.bio-info p {
     text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
	font-family: 'Noteworthy-Bold';
	line-height: 25px;
}
.additional-photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.additional-photos img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

}

