
/*
This file is made by themedo (2015)
This css file includes all base styles and template's main color (in this tempalte main color is pink(#f00a77)). 
Template's main color styles located at the bottom of this file.
*/

@font-face {
  font-family: 'BaskOldFace';
  src: url('font/BaskOldFace.eot?#iefix') format('embedded-opentype'), url('font/BaskOldFace.woff') format('woff'), url('font/BaskOldFace.ttf') format('truetype'), url('font/BaskOldFace.svg#BaskOldFace') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FlemishScriptBT-Regular';
  src: url('font/FlemishScriptBT-Regular.eot?#iefix') format('embedded-opentype'), url('font/FlemishScriptBT-Regular.woff') format('woff'), url('font/FlemishScriptBT-Regular.ttf') format('truetype'), url('font/FlemishScriptBT-Regular.svg#FlemishScriptBT-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

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,
font,
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 {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

blockquote {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

/*ul, ol{
	margin:30px;	
}
ul li, ol li{
	margin-bottom:5px;
}*/
img {
  vertical-align: middle;
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

del {
  text-decoration: line-through;
}

a,
i {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

table {
  width: 100%;
  max-width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0px;
  margin-bottom: 15px;
  color: #999;
  border: 1px solid #eee;
}

table tr {
  border: 1px solid #eee;
}

table th {
  vertical-align: top;
  color: #333;
  background: none;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 10px;
  border: 1px solid #eee;
}

table td {
  vertical-align: top;
  padding: 10px;
  border: 1px solid #eee;
}

code,
pre {
  padding: 10px;
  padding-bottom: 0;
  border-left: 3px solid #6FBF71;
  border-bottom: 1px solid transparent;
  background: #f7f7f7;
  overflow-x: scroll;
}

pre {
  display: block;
  word-break: break-all;
  word-wrap: break-word;
}

pre code {
  white-space: pre-wrap;
}

p {
  letter-spacing: 1px;
}

body {
  margin: 0;
  padding: 0 10%;
  background: #ECE1C9;
  color: #4E1D00;
  font-family: BaskOldFace, "Times New Roman", Times, "serif";
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 400;
}

#splash-hp {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 700px;
  height: 500px;
  top: 50%;
  margin-top: -250px;
  left: 50%;
  margin-left: -350px;
  text-align: center;
}

#splash-hp h1 {
  font-size: 16px;
}

p {
  margin: 0;
  padding: 1em;
}
