@charset "UTF-8";
/* Developer: Adrianna Sofea
	Date: 12 November 2023
		Project: Favourtite Artist Website*/

html {
	scroll-padding-top:100px;
	scroll-behavior: smooth;
}

@font-face {
    font-family: 'Hegarown';
    src: url('Hegarown.otf') format('opentype');
}

/* Homepage */

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    padding-bottom: 50px; 
	background-color: #181D0E;
}

header {
	width: 100vw;
	height: 100vh;
	background-image: url("img/Image6.jpeg");
	background-size: cover;
	background-position: bottom;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	overflow: hidden;
	z-index: -1;
}

section {
	min-height: 100vh;
	min-width: 90%;
	margin: auto;
}

.header-content {
	margin-bottom: 150px;
	color:#F2B9BA;
	text-align: center;
}

.header-content h2 {
	font-size: 4vmin;
}

.line {
	width: 150px;
	height: 4px;
	background: coral;
	margin: 10px auto;
	border-radius: 5px;
}

.header-content h1 {
	font-size: 7vmin;
	margin-top: 50px;
	margin-bottom: 30px;
}

.ctn {
	padding: 8px 15px;
	background: coral;
	border-radius: 30px;
	color: antiquewhite;
}

.ctn:hover{
	background-color: #F2B9BA;
	color:#181D0E;
}

.menu-btn {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 40px;
	cursor: pointer;
	display: none;
}

/* Navigation */

a {
	text-decoration: none;
	color:antiquewhite;
	
}

ul {
	list-style: none;
}


.navi {
	position: fixed;
	top:0;
	left: 0;
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding:20px;
	color: #F2B9BA;
	background-color: #24401B;
}


.navi a:hover {
	color:coral;
	border-bottom: 2px solid coral;
	padding-bottom: 2%;
	transition: 0.3s ease;
}

.navi a:visited {
    color:#E8F2D1;
}

.navi a:active {
    color: #E8F2D1; 
}

.nav-links {
	display: flex;
	align-items: center;	
	
}
.nav-links li {
	margin: 0 30px;
}

.logo {
	max-height: 50px;
	margin-right: 20px;
}

/* Menu Button */

.container {
  display: inline-block;
  cursor: pointer;
  position: fixed;
  top: 30px; 
  right: 30px; 
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color:antiquewhite;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

/* About */

section {
	width: 80%;
	margin: 80px auto;
	
}

#background-color {
    background-color:#181D0E;
    height: 1200px; 
}

.title {
	text-align: center;
	font-size: 4vmin;
	color: #F2B9BA;
	padding: 20px;
}

.row {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	margin-top: 7%;
}

.row .description {
	width: 80%;
	padding: 20px;
	color:  #E8F2D1;
}
.content-left {
	display: flex;
	align-items:center;
	font-size: 30px;
	margin-bottom: 20px;
	color:  #E8F2D1;
}

.content-right {
	display: flex;
	align-items:center;
	font-size: 20px;
	margin-bottom: 20px;
	font-family:Baskerville, "Palatino Linotype";
	line-height: 25px;
}

.title-3 {
	color: coral;
}

/* Discography */


#Discography .container-image {
    display: flex;
    justify-content: space-around;
}

#Discography .container-image img {
    max-width: 600px; 
    height: auto;
    margin: 10px;
    transition: transform 0.3s ease-out;
}

#Discography .container-image img:hover {
    transform: scale(1.1);
}

.column1 h3 {
	font-size: 20px;
	color: coral;
}

.column2 h3 {
	font-size: 20px;
	color: coral;
}
.column3 h3 {
	font-size: 20px;
	color: coral;
}

.container-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.column1, .column3 {
    flex-basis: 48%; 
}

.column2 {
    flex-basis: 48%; 
    align-self: flex-end;
}



/* Gallery */

body #Gallery {
	margin-bottom: 500px;

}

.title-2 .line {
	align-items: left;
}

#background-color-2 {
    background-color:#24401B;
    height: 1160px; 
}

#Gallery .row {
	display: flex;
	height: 88%;
	align-items: center;
}

#Gallery .col-0 {
	flex-basis: 50%;
	width: 100%;
	height: 100vh;
	background-position:center;
	padding-left: 2%;
	font-size: 20px;
}

#Gallery .col-1 {
	flex-basis: 50%;
	width: 100%;
	height: 100vh;
	background-position:center;
}

.col-0 h1 {
	color: coral;
	font-size: 50px;
}

.col-0 p {
	color:#E8F2D1;
	font-size: 20px;
	line-height: 22px;
	font-family:Baskerville, "Palatino Linotype";
	text-align: left;
	
}

#Gallery .photocard {
	width: 200px;
	height: 230px;
	display: inline-block;
	border-radius: 10px;
	padding: 15px 25px;
	box-sizing: border-box;
	cursor: pointer;
	margin: 10px 15px;
	background-position: center;
	background-size: cover;
	transition: transform 0.3s ease-out;
	color: antiquewhite;
	
}

.card1 {
    background-image: url("img/IMG1 copy.png");
}

.card2 {
    background-image: url("img/IMG2 copy.png");
}

.card3 {
    background-image: url("img/IMG3 copy.png");
}

.card4 {
    background-image: url("img/IMG4 copy.png");
}


.card1:hover,
.card2:hover,
.card3:hover,
.card4:hover {
    transform: scale(1.1);
}

/* Contact */
.Contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    column-gap: 3rem;
    padding-left: 30px;
    margin-top: 130px;
	box-sizing: border-box;
	border-bottom: solid thick #000000;
	border-left: solid thick #000000;
	border-right: solid thick #000000;
	border-top: solid thick #000000;
	background-color: #E8F2D1;
}

.contact-text h2 {
    font-size: 40px;
    line-height: 1;
    text-align: left;
    color: coral;

}

.contact-text h2 span {
    color: coral;
}

.contact-text h4 {
    margin: 15px 0;
    color: #24401B;
    font-size: 20px;
    font-weight: 600;
}

.contact-text p {
    color: #24401B;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 2rem;
	font-family: Baskerville, "Palatino Linotype";
}

.contact-list {
    margin-bottom: 3rem;
}

.contact-list li {
    margin-bottom: 10px;
    display: block;
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

.contact-form input,
.contact-form textarea {
    margin-bottom: 1rem;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
	margin-right: 5%;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}

.contact-form .send {
    background-color: coral;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
}

.contact-form .send:active {
    background-color: coral;
}

.contact-form .send:hover {
    background-color:#F2B9BA;
}


/* Footer */
#footer .footer{
	min-height: 200px;
	flex-direction: column;
	padding-top: 50px;
	padding-bottom: 10px;
}

.footer {
    background-color: #181D0E;
    padding: 20px 0;
    text-align: center;
    position: static;
    bottom: 0;
    width: 100%;
	color:dimgray;
}

.footer .social-icons {
	max-width: 220px;
	height: auto;
	margin: 0 10px;
}

/* Mobile Device */

@media only screen and (max-width:850px){
	
	.menu-btn {
		display: block;
	}
	.navi{
		padding:0;
	}
	.logo {
		position: absolute;
		top: 30px;
		left: 30px;
	}
	.nav-links {
		flex-direction: column;
		width: 100%;
		height: 100vh;
		justify-content: center;
		background: #F2B9BA;
		margin-top: -900px;
		transition: all 0.5s ease;
	}
	.mobile-menu {
		margin-top: 0px;
		border-bottom-right-radius: 30%;
		
	}
	.nav-links li {
		margin: 30px auto;
		
	}
	.contact-form {
        width: 80%; 
        margin: auto;
    }

    .contact-form input,
    .contact-form textarea {
        width: 100%; 
        margin-right: 0; 
    }
	
	img {
    max-width: 100%;
    height: auto;
}
	
}




