@import url('https://fonts.googleapis.com/css2?family=Science+Gothic:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jersey+20&display=swap');

.navbar {
  font-family: "Science Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  
}

body {
  background-color:#0b0c15;
  font-family: "Open Sans", sans-serif;
  color:#dcc095;
}

.header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  height:300px;
  background-image: url(banner.png);
  outline-style:double;
  outline-color:#a28457;
  outline-width:5px;
  margin-top:20px;
}

.top-content {
  float:none;
  background-color:#252739;
  width:100%;
  height:auto;
  outline-style:double;
  outline-color:#a28457;
  outline-width:5px;
  margin-top:15px;
  margin-bottom:10px;
  padding: 10px;
  box-sizing: border-box;
  overflow:hidden;
}

.split-content-left {
  float: left;
  background-color:#252739;
  width:49%;
  height:auto;
  outline-style:double;
  outline-color:#a28457;
  outline-width:5px;
  margin-top:5px;
  margin-bottom:15px;
  padding: 10px;
  box-sizing: border-box;
}

.split-content-right {
  float: right;
  background-color:#252739;
  width:49%;
  height:auto;
  outline-style:double;
  outline-color:#a28457;
  outline-width:5px;
  margin-top:5px;
  margin-bottom:15px;
  padding: 10px;
  box-sizing: border-box;
}

.split-content-side {
  float: left;
  background-color:#252739;
  width:29%;
  height:auto;
  outline-style:double;
  outline-color:#a28457;
  outline-width:5px;
  margin-top:5px;
  margin-bottom:15px;
  padding: 10px;
  box-sizing: border-box;
}

.split-content-main {
  float: right;
  background-color:#252739;
  width:69%;
  height:auto;
  outline-style:double;
  outline-color:#a28457;
  outline-width:5px;
  margin-top:5px;
  margin-bottom:15px;
  padding: 10px;
  box-sizing: border-box;
}

.characterimg {
  background-color:#252739;
  width:150px;
  height:150px;
  outline-style:double;
  outline-color:#a28457;
  outline-width:5px;
  margin:10px;
  box-sizing: border-box;
}

a {
  text-transform: uppercase;
  color:#ba9d71;
}

hr {
  color:#ba9d71;
}

h1 {
  font-family: "Science Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:50px;
  text-align: center;
}

h2 {
  font-family: "Science Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:20px;
  margin-top:5px;
  text-align: center;
}

h3 {
  font-family: "Science Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:15px;
  margin-top:5px;
  text-align: center;
}

td:nth-child(1) {
  font-weight:bold;
  text-align:left;
}

td:nth-child(2) {
  text-align:right;
}

.color-pal-container {
  display: flex;
  margin-top:20px;
  justify-content: center; 
  align-items: center; 
  outline-style:double;
  outline-color:#a28457;
  outline-width:5px;
}

.color-pal-box {
    width: 50px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}


#pagedoll {
  float:right;
  position:fixed;
  right:0;
  bottom:0;
  margin:0;
  padding:0;
}








































/* blehhhh */