@font-face {
    font-family: 'Brown Sugar';
    src: url('../src/fonts/Brown-Sugar-Regular.woff2') format('woff2'),
         /*url('src/Brown-Sugar-Regular.otf') format('woff'),*/
         url('../src/fonts/Brown-Sugar-Regular.ttf') format('truetype');
}


footer{
	font-family: 'Quicksand', sans-serif;
	background-color: #515f3b;
	letter-spacing: 0.03em;
	position: fixed; 
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
	flex-direction: column;
}

#part-1 {
	width: 100%;
}

#add2 {
	display: none;
	text-align: center;
	font-size: clamp(8px, 1vw, 20px);
	margin-bottom: 0.5vw;
	color: white;
	padding: 0.1vw;
	padding-inline: 3vw;
}

footer #footer-title {
	text-align: center;
	font-size: clamp(12px, 1.4vw, 28px) !important;
	font-weight: 500;
}

footer .footer-section {
	flex: 1;
	text-align: center;
	width: 30vw;
}

#heart-footer {
	width: clamp(50px, 4.5vw, 120px);
	height: auto;
	margin-inline: 0.5vw;
}

.footer-break{
	display: none;
}

@media (max-width:1030px){
	.footer-break{
		display: block;
	}
}

@media (max-width: 800px) {

	footer #add{
		display: none;
	}
	#add2 {
		display: block;
	}
}

