@import url('https://fonts.googleapis.com/css2?family=La+Belle+Aurore&display=swap');

/* You can either copy the below and paste it between style tags on your HTML page, OR you can copy this to a file and name it .css and link it from your HTML page. */
:root {
  --c1:#ffffff;
  --border-color:#256b8b;
  --subtitle-color:#1d1c32;
  --link-color:#1d1c32;
}

html, body {
  margin:0px;
  padding:10px;
  padding-left: 20px;
  background-color:#fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  background: url(bg1-2.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top left;
}

.bg3 {
  background: url(bg1.jpg);
  padding: 0px;
  top: 0;
}

.bg3-2 {
  background: url(bg1-2.jpg);
  padding: 20px;
  top: 0;
}

.center {
  width: 800px;
  margin: 0 auto;
}

.statblock {
  width: 400px;
  margin: 0 auto;
}

.indent {
  margin: 0px;
  padding-left: 30px;
  padding-bottom: 0px;
  letter-spacing: -1;
}

body a {
  color:#000;
}

a {
  color: #000;
  text-decoration: bold;
}

.class1 {
  color: #fff;
  text-decoration: none;
  font-size:14px;
  font-weight: bold;
}

h1 {
  font-family: 'La Belle Aurore', cursive;
  font-size:50px;
  font-weight: bold;
  color: #000;
  margin-top: 0px;
  margin-bottom: 30px;
  text-align:center;
}

h2 {
  font-family: 'La Belle Aurore', cursive;
  font-size: 30px;
  color: #000;
  text-align:left;
  margin: 0px;
  padding: 0px;
  line-height: 44px;
}

h3 {
  font-family: 'La Belle Aurore', cursive;
  font-size: 40px;
  color: #000;
  text-align:center;
  margin: 0px;
  padding: 0px;
  line-height: 20px;
  border-bottom: 1px solid #8c6f38;
  width: 50%;
  position: relative;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

h4 {
  font-family: 'La Belle Aurore', cursive;
  font-size: 20px;
  color: #000;
  text-align:center;
  margin: 0px;
  line-height: 28px;
}

p {
  font-family: 'La Belle Aurore', cursive;
  font-size: 20px;
  letter-spacing: -1;
  line-height: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

#content {
  width: 850px;
  padding: 0px;
  position: relative;
  float: right;
  overflow: hidden;
}

#wrapper {
  background: url(bg1.png);
  background-size: cover;
  width: 1180px;
  height: auto;
  min-height: 800px;
  padding: 0px;
  padding-top: 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 220px;
  margin-bottom: 100px;
  border: 1px solid #8c6f38;
}

#sidebar {
  width: 300px;
  padding: 0px;
  background: transparent;
  position: relative;
  float: left;
  margin: 0px;
}

#side {
  width: 300px;
  padding: 10px;
  margin: 10px;
  margin-bottom: 100px;
  border-right: 1px solid #8c6f38;
  overflow: hidden;
}

.bkg {
  width: 800px;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 0px;
  margin-top: 0px;
}

#header {
  width: 100%;
  height: 185px;
  padding: 0px;
  margin:0px;
  margin-top:20px;
  position: absolute;
}

#foot {
  width: 100%;
  font-weight:bold;
  text-align:center;
  position: relative;
  margin-top: 50px;
  padding-top: 0px;
  font-family: 'Metal Mania', cursive;
  font-size: 20px;
  color: #d654a0;
  background: -webkit-linear-gradient(90deg, #d634a0 40%, #000 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
}

/*

SCROLLBAR--------------------------------------------------------------------------------------------------SCROLLBAR



body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: #000;
}

body::-webkit-scrollbar-thumb {
  background-color: #d654a0;
  border-radius: 20px;
  border: 3px solid #000;
}

*/