@import url('https://fonts.googleapis.com/css2?family=Jost&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Srisakdi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }
  
html {
	background: #000;
	color: #fff;
}
body {
  background: url(https://i.imgur.com/8kXcxOg.png) no-repeat center center fixed; ;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: 2px solid black;
  font-family: 'Noto Sans Thai', sans-serif;
}
/* unvisited link */
a:link {
  background-color: #000;
	border: none;
	color: white;
	padding: 16px 32px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 2px;
	font-size: 1em;
	text-decoration: none;
}

/* visited link */
a:visited {
   background-color: #000;
  text-decoration: none;
  color: white;
}

/* mouse over link */
a:hover {
  background-color: gray;
  text-decoration: none;
  color: white;
}

/* selected link */
a:active {
  background-color: #000;
  text-decoration: none;
  color: white;
}

input[type=text], input[type=number], input[type=password] {
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	font-size: 1em;
	border: 0;
	border-radius: 4px;
}

textarea {
	width: 50%;
	padding: 12px 20px;
	box-sizing: border-box;
	border: 0;
	border-radius: 4px;
	font-size: 1em;
}

select {
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	font-size: 1em;
}

input[type=button], input[type=submit], input[type=reset] {
	background-color: black;
	border: none;
	color: white;
	padding: 16px 32px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 2px;
	font-size: 1em;
	transition: .5s;
  font-family: 'Noto Sans Thai', sans-serif;
}

.head_text {
	width: 100%;
	height: 150px;
	margin: -100px 0 0 0;
}

h0 {
  font-size: 32px;
  background: -webkit-linear-gradient(#edc863, #8f793e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Jost', 'Srisakdi', cursive;
  line-height: 10px;
  font-weight: bold;
  
}

h1 {
  font-size: 24px;
  background: -webkit-linear-gradient(#edc863, #8f793e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Jost', 'Srisakdi', cursive;
  line-height: 90px;
  font-weight: bold;

}

h3 {
  font-size: 24px;
  color: #b1a05e;
  font-family: 'Jost', 'Srisakdi', cursive;
  line-height: 90px;
  font-weight: bold;

}

t1 {
  font-size: 32px;
  background: -webkit-linear-gradient(#76664c, #18110b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* font-family: 'Jost', 'Srisakdi', cursive; */
  line-height: 10px;
  font-weight: bold;
  
}

t2 {
  font-size: 24px;
  background: -webkit-linear-gradient(#76664c, #18110b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* font-family: 'Jost', 'Srisakdi', cursive; */
  line-height: 90px;
  font-weight: bold;

}

t3 {
  font-size: 24px;
  color: #fff;
  /* font-family: 'Charmonman', cursive; */
  font-family: 'Noto Sans Thai', sans-serif;
  line-height: 90px;
  font-weight: bold;
  text-shadow: 2px 2px 4px #000;

}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
	background-color: gray;
  font-family: 'Noto Sans Thai', sans-serif;
}

input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
	background-color: gray;
  font-family: 'Noto Sans Thai', sans-serif;
}

.logo {
	z-index: 9999;
	background:url(http://thaiwitchcraft.com/images/27wGbAr.png) no-repeat top left;
	width:350px;
	height: 130px;
	opacity: 0.5;
}

.logo img {
	display: block;
	width: 150px;
	pointer-events: none;
}

.banner {
    background: url(https://i.imgur.com/5WTGWHR.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
	margin: 0;
}

.banner_night {
    background: url(https://i.imgur.com/gbic64v.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 640px) {
	
	.banner {
		
	}
	
	.banner_night {
		
	}
	
}

.banner img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
	  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
								  pointer-events: none;
}

.banner_night img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
	  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
								  pointer-events: none;
}

.responsive {
    width: 100%;
    height: auto;
}

.footer {
    width: 100%;
    font-family: 'tahoma';
    color: #919191;
    font-size: 12px;
    background-color: #0b0b0b;
    border-top: 1px solid #262626;
    bottom: 1px;
	margin: 0 0 0 0;	
	text-align: center;
}

.footer__main {
    text-align: center;
}

.footer__column {
    padding: 10px;
}

.footer__text {
    line-height: 60px;
    margin: 0;
	text-align: center;
}

.container {
	width: 70%;
	margin: 5px auto;
	padding: 0;
	text-align: center;
}

.container_main {
	width: 85%;
	margin: 0;
	padding: 0;
}

.indent_5 {
    text-indent: 5%;
}

table {
  border-collapse: collapse;
  width: 100%;
  font-family: 'Noto Sans Thai', sans-serif;
  /* font-family: 'Jost', 'Srisakdi', cursive; */
  font-size: 18px;
}

th, td {
  padding: 8px;
  text-align: left;
  table-layout: fixed;
	width: auto !important;
	white-space: normal;
	
}

th {
	/* color: #ffde00; */
  color: #fff;
  text-align: left;
}

