
template{
	display: none;
}


input[type="submit"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0;}


html, body{
	height: 100%;
}

html,body{
	scroll-behavior: auto;
  	scroll-behavior: smooth;
}

*{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
	font-family: "Montserrat";
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	display: flex;
	flex-direction: column;
	color: #1B2325;
	font-size: 16px;
	background: #E7E7E7;
	position: relative;
}

a{
	text-decoration: none;
	color: inherit;
}

input,textarea{
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

.ellipsis{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

