/* css*/
@import url('https://fonts.googleapis.com/css2?family=Lemonada:wght@300&display=swap');
*
{
	margin: 0px;
	padding:0px;
	box-sizing: border-box;

	

}
body
{	
	background-color: white;
	background-position: center;
	background-size: contain;
	overflow: all;
}
html, body {
	height: 100%;
	margin: 0;
  }

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	font-family: sans-serif;
  }

main {
	flex: 1;
	padding: 2rem;
  }

footer {
	background-color: #333;
	text-align: center;
	padding: 1rem;
  }
nav
{
	background-color: #385C73;
	color: white;
	
}
.carousel-img {
	max-height: 400px;
	width: auto;
	object-fit: contain;
  }
  .logo
{
	opacity: 0.6;
	mix-blend-mode: multiply;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
  
li a
{
	margin:0px;
	
}
#bio
{
	padding: 15%;
}
footer
{
	background-color: #63A5BF;
	padding: 100px;
}
#footerstuff
{
	border-radius: 5px;
	background-color:white; 
	padding: 10px;
	text-align: center;
	width: 300px;
	font-size: 25px;
}
#col1
{
	background-color: black;
	min-height: 100px;
	opacity: 0.6;

}
#col2
{
	background-color: black;
	min-height: 100px;
	opacity: 0.7;
}
#col3
{
	background-color: black;
	min-height: 100px;
	opacity: 0.6;
}


#project1
{
	background-color: black;
	opacity: 0.9;
	padding-top: 200px;
	padding-bottom: 200px;
	margin-bottom: 20px;
	border-radius: 10px;

}

#project2
{
	background-color: black;
	opacity: 0.9;
	padding-top: 200px;
	padding-bottom: 200px;
	border-radius: 10px;
}
#project3
{
	margin-top: 20px;
	background-color: black;
	opacity: 0.9;
	padding-top: 200px;
	padding-bottom: 200px;
	border-radius: 10px;
}
#reflection
{
	margin-top: 20px;
	background-color: black;
	opacity: 0.9;
	padding-top: 150px;
	padding-bottom: 200px;
	padding-left: 100px;
	padding-right: 100px;
	border-radius: 10px;
}
#playmusic
{
background-color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 160px;
	margin-bottom: 20px;
	border-radius: 10px;
}
button
{
	margin-top: 10px;
	margin-bottom: 20px;
}
#formIssues
{
	margin-top: 50px;
}

@media (max-width: 1416px)
{
	#playmusic
	{
		margin-top: 215px;
	}
}

@media (max-width: 1200px)
{
	img#pizza
	{
		width: 346px;
		height: 216px;
		margin-bottom: 20px;
		


	}
}

@media (max-width: 1000px)
{
	img#pizza
	{
		width: 100%;
		height: 100%;
		margin-bottom: 20px;

	}

	div#contact-info
	{
		margin: 10px auto;
		
		text-align: right;

	}
	div#form-contact
	{
		
		padding-top: 20px;
		margin-top: 70px;
	}
	#playmusic
	{
		margin-top: 265px;
	}
}

@media (max-width: 766px)
{
	img#pizza
	{
		width: 100%;
		height: 100%;
		margin-left: 0px;
	}
	div#contact-info
	{
		text-align: center;
	}
	#col5
	{
		
		margin: 10px auto;
		display: flex;

			}
			img#me
			{
				margin-left: 0;
				padding: 100px;
				width: 100%;
				height: 100%;
			}

	#playmusic h2
	{
		font-size: 20px;
		font-family: tahoma;
		text-align: center;
	}
	#playmusic
	{
		align-content: center;
		margin-top: 65px;
	}

}


