body {
	/*dark mode*/
	background-image: linear-gradient(to right, #2b2b2b 10%, rgb(69, 69, 69));
	/* light mode */
	/* background-image: linear-gradient(to right,  rgb(209, 209, 209) 10%, #a1a1a1) */
	font-family: "chakra petch";
}

#aboutme{
	height: 17dvh;
}
#menu {
	margin-top: 10dvh;
	margin-right: 10dvw;
}
#slider {
	margin-top: 4dvh;
	height: 45dvh;
}

#contentBody{
	margin-top: 4dvh;
	width: 90%;
	height: 100%;
	justify-content: center;
}

#carousel-content {
	margin-top: 2dvh;
}


 #carousel-container{
	height: 60dvh;
}

/*
#home{
	margin-left: -10dvw;
	margin-right: -10dvw; 
}
*/

:root[data-bs-theme="light"] .my-links {
	color: black; /* Cor dos links no tema claro */
	text-decoration-color: black;
  }
  
  :root[data-bs-theme="dark"] .my-links {
	color: white; /* Cor dos links no tema escuro */
	text-decoration-color: white;
}

#carousel-prev {
	top: 40%;
    left: -8%; /*Ajuste para posicionar fora da esquerda */
	width: 8dvw;
	filter: invert(1);

}
#carousel-next {
	top: 40%;
	right: -8%; /*Ajuste para posicionar fora da direita */
	width: 8dvw;
	filter: invert(1);

}

#text-about {
	height: auto;
}

#texto-projeto {
	padding: 2%;
}


.skills-container {
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: center;
	width: 60dvw;
	height: auto;
}

.skills-row {
	display: flex;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
}

.skill-item {
	padding: 8px;
	border: 1px solid;
	border-radius: 25px;
	text-align: center;
	flex: 1;
	box-shadow: 0 4px 50px rgba(0, 0, 0, 0.1);
}

.glassy {
	background: rgba(132, 132, 132, 0.2);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(132, 132, 132, 0.3);
}

.skill{
	margin-left: 10px;
	margin-right: 10px;
}

.divider {
	height: 1px;
	background-color: white; /* Cor da linha */
	margin-top: 100px;
	margin-bottom: 50px;/* Espaçamento acima e abaixo da linha */
}