a{color: #000;text-decoration: none; cursor:pointer;}

*::-moz-selection {
background:#E10003;  /*---Cor de fundo--*/
color:#ffffff;   /*--cor da fonte--*/
}
*::selection {
background:#E10003;/*---Cor de fundo--*/
color:#ffffff;  /*--cor da fonte--*/
}


::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
 
::-webkit-scrollbar-thumb {
	background-color: rgba(150,0,2,0.74);
}


@media(max-width:768px){
	::-webkit-scrollbar {
    width: 4px;
}
}


footer {
	bottom:0;
	margin-top: 25px;
	background-color: #2A2A2A;
	padding-top: 15px;
	color: #fff;
	text-align: center;
	font-family: cantata-one;
	font-style: normal;
	font-weight: 400;
	}
footer a{
	color: #fff;
	transition: all 0.3s linear;
	}
footer a:hover {
	color: hsla(0,1%,35%,0.74);
	}
footer ul {
	list-style: none;
	}
footer ul li {
	margin-left: -50px;
	margin-top: 5px;
	}
#AnthonyKamers {
	width: auto;
	border: inset 1px rgba(173,173,173,0.77);
	}
#AnthonyKamersSite {
	position: relative;
	transition: all 0.3s linear;
	}
#AnthonyKamersSite:hover {
	opacity: 0.5;
	cursor: pointer;
	}
.button {
	width: 250px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #D1D1D1;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #626262;
	color: #C4C4C4;
	cursor: pointer;
}