/* Import Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

body {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight:300;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	color: #6b6b;
	background: #fff;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif;
	color:#6b6b6b;
	font-weight: normal;
	letter-spacing: 1px;
}

a {
	color: #6b6b6b;
	text-decoration:none;
	font-weight: normal;
}
a:hover {text-decoration:underline;}


#maximage {
	display:none;
	position:fixed !important;
}
