::selection{
	background-color: #000;
	color: #fff;
}

html{
  scroll-behavior: smooth;
}

html, body {
  height: 100%;
  margin: 0;
}

.wrapper{
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1; /* empurra o footer para o fundo */
}

a{
	text-decoration: none;
}

@media screen and (max-width: 400px){
    .carousel-control{
	    width: 20px;
	}
}

@media screen and (min-width: 401px) and (max-width: 569px){
    .carousel-control{
	    width: 25px;
	}
}

@media screen and (min-width: 570px) and (max-width: 930px){
    .carousel-control{
	    width: 25px;
	}
}