@charset "utf-8";
/* CSS Document */
@import 'https://fonts.googleapis.com/css?family=Kanit|Prompt';

.normalfont{
	font-family: "Prompt", sans-serif;
	font-style: normal;
	font-size: 16px;
	
}
.white{color:#FFF;
}

.headerbarfont{
font-family: "Times New Roman", Times, serif;
font-style:bold;
font-size:20px;

}
.textquote{
font-family: "Times New Roman", Times, serif;
font-style:bold;
font-size:35px;
color:#FFF;
}

.tolink {
	font-family: "Lucida Console", Monaco, monospace;
	font-style: normal;
	font-size: 12px;
	color: #000000;
	word-wrap: normal;
	overflow: hidden;
	width: auto;
	text-decoration:none
}
.tolink a {
	float: left;
	display: block;
	color: #000000;
	text-align: center;
	padding: 9px 16px;
	text-decoration: none;
	font-size: 14px;
	border-style: solid;
	border-color: #060;
	border-radius: 9px;
	border-width: 1px;
}

.tolink a:hover {
	background-color: #CFEEB9;
	color: black;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.closesticky {
  position: sticky;
  top: 0;
  width: 100%;
  align-items: center;
  padding: 10px;	
}
