html {
	background-size: cover;
}

body {
	background: transparent;
	font-family: "Roboto";
	text-rendering: optimizeLegibility;
	scroll-behavior: smooth;
	font-weight: 100;
	width:100%;
	max-width:100%;
	overflow-x:hidden;
}

img {
	max-width: 100%;
}

h1 {
	font-size: 18px;
	font-weight: 200;
}
h2, h3, h4 {
	font-size: 16px;
	font-weight: 600;
}
h5, h6 {
	font-size: 14px;
	font-weight: 300;
}
p {
	font-size: 14px;
	font-weight: 200;
	margin: 0 0 6px 0;
	padding: 0;
}


button:focus{
	border:"none" !important;
	outline: "none" !important;
	outline-width: 0px;
	outline-color: "transparent";
}

.clear-button:active{
	color: #ffcc00;
}
.clear-button:focus{
	color: #ffcc00;
}

:focus{
	outline-color:transparent;
	outline-style:none;
}
