html{
	scroll-behavior: smooth;
	background-color: #ff477f;
}

.nav-link a:link {
	color: whitesmoke;
}

.nav-link a:hover{
	opacity: 0.7;
	cursor: pointer;
	transition: 0.3s;
	color:#df474e;
	font-size: 16px;
}


#footer-section {
	border-top: 7px solid whitesmoke;
    padding: 2% 10% 2% 10%;
	background-color: #0c0c0c;
	min-height: 50vh; 
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
	gap: 20px;

}

#footer-section .row {
    padding-top: 5%;

}

#footer-section img {
	aspect-ratio: auto;
}

.footer-group {
	padding: 10% 0;
	position: relative;
	gap: 20px;
}

#footer-section p {
	color: white;
	font-family: 'Kanit', sans-serif;
	font-size: 12px;
}

.footer-socials a, #navbarsocialico a{
	opacity: 0.9;
}
.footer-socials a:hover, #navbarsocialico a:hover{
	opacity: 1;
	cursor: pointer;
	transition: 0.3s;
}

#navbarbuttonlinks {
	font-family: 'kanit', sans-serif;
	text-transform: uppercase;

}
