body {
  color: black;
  background: rgb(255,210,151) fixed;
  background: linear-gradient(180deg, rgba(255,210,151,1) 0%, rgba(245,174,123,1) 100%);
  background-attachment: fixed;  
  font-family: 'KoHo', sans-serif;
  font-size: 17px;
  width: 100vw !important;
  transition: all 0.3s;  
  overflow-x: hidden;
}

body.nightmode {
  background: rgb(59,59,59);
  background: linear-gradient(180deg, rgba(59,59,59,1) 0%, rgba(39,39,39,1) 100%); 
  background-attachment: fixed;   
  width: 100vw !important;  
}

#container {
  width: 952px;
  margin: auto;
  background-color: #fce1c2;
  margin-top: 2.5%;
  display: table;
  border-style: solid;
  border-color: #f2a472;
  border-width: 3px;
  border-radius: 5px;
  transition: all 0.3s;  
  scrollbar-color: #EE9A6A #fce1c2;
}

.nightmode #container {
  background-color: #575759; 
  border-color: #212121;  
  scrollbar-color: #1b1b1b #575759;    
}

h1 {
  color: #ee9a6a;
  transition: all 0.3s; 
  text-align: center;
  display: inline-block;
  transition: all 0.3s;
}

h1:after {
  content: "";
  height: 5px;
  background: #DB7052;
  border-radius: 5px;
  display: block;
  transition: all 0.3s; 
  margin-bottom: -20px;
}

.nightmode h1:after {
  background: #161616;
}

h2 {
  color: #ee9a6a;
  transition: all 0.3s; 
  text-align: center; 
}


h3 {
  color: #ee9a6a;
  transition: all 0.3s; 
}

.nightmode h1 {
  color: #1b1b1b; 
}

.nightmode h2 {
  color: #1b1b1b; 
}

.nightmode h3 {
  color: #1b1b1b; 
}

hr {
  content: "";
  height: 3px;
  background: #DB7052;
  border-radius: 5px;
  display: block;
  transition: all 0.3s; 
  border: none;
  width: 40%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.nightmode hr {
  background: #161616;
}

#header {
  background-color: #F5AE7B; 
  display: block;
  height: 60px;
  width: auto;
  position: sticky;
  padding: 7px;
  transition: all 0.3s;    
}

.nightmode #header {
  background-color: #272727; 
}

#content {
  padding-left: 25px; 
  padding-right: 25px;
  padding-bottom: 25px;
  overflow: scroll;
  height: 710px;  
  transition: all 0.3s;  
}

#button {
  background-color: #fce1c2;
  border-radius: 5px;
  height: 48px;
  vertical-align: middle;
  display: inline-block;
  padding: 5px 21.7px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #ee9a6a;
  text-decoration: none;
  line-height: 2;
  margin: 1px 5px;
  transition: all 0.3s;  
}

.nightmode #button {
  background-color: #575759; 
  color: #1b1b1b;  
}

#button:hover {
  background-color: #E27659;
  color: #fce1c2;
  transition: 0.3s;
}

.nightmode #button:hover {
  background-color: #181818;
  color: #575759;
}

.backbtn a {
  position: fixed;
  font-size: 40px;
  text-decoration-line: none;
  left: 300px;
  top: 150px;
  color: #E27659;
  transition: all 0.3s;    
}

.nightmode .backbtn a {
  color: #181818;
  transition: all 0.3s;    
}

.backbtn a:hover {
  color: #ee9a6a; 
  transition: all 0.3s;  
}

.nightmode .backbtn a:hover {
  color: #272727; 
  transition: all 0.3s;  
}

.backbtn .tooltiptext {
  visibility: hidden;
  width: 60px;
  background-color: #E27659;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 115px;
  left: 286px;
  filter: none;
  opacity: 0.95;
  transition: 0.3s;
}

.backbtn .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #E27659 transparent transparent transparent;
  filter: none;
  transition: 0.3s;
}

.backbtn:hover .tooltiptext {
  visibility: visible;
  transition: 0.3s;  
}

.nightmode .backbtn .tooltiptext {
  background-color: #181818;
}
.nightmode .backbtn .tooltiptext::after {
  border-color: #181818 transparent transparent transparent;
}

#fox {
  position: fixed;
  height: 360px;
  width: auto;
  top: 70px;
  right: 50px;
  filter: invert(69%) sepia(46%) saturate(651%) hue-rotate(327deg) brightness(98%) contrast(90%); 
  transition: all 0.3s;  
}

#xof {
  position: fixed;
  height: 360px;
  width: auto;
  top: 70px;
  right: 50px;
  filter: invert(0%) sepia(10%) saturate(131%) hue-rotate(327deg) brightness(101%) contrast(79%); 
  transition: all 0.3s;
}

.logo:hover {
  transform: scale(0.97);
}

#content a {
  color: #E27659; 
  text-decoration-line: none;
  font-weight: bold;
  transition: all 0.3s;
  display: inline-block;
}

#content a:after {
  content: "";
  height: 3px;
  background: #DB7052;
  border-radius: 5px;
  display: block;
  transition: all 0.3s;  
}

#content a:hover {
  color: #ee9a6a;
  transition: all 0.3s;  
}

#content a:hover:after {
  background: #E27659;
  transition: all 0.3s;  
}

.nightmode #content a {
  color: #181818;  
}

.nightmode #content a:after {
  background: #161616;
}

.nightmode #content a:hover {
  color: #272727;  
}

.nightmode #content a:hover:after {
  background: #181818;
}

b {
  color: #DB7052;
  transition: all 0.3s;  
}  

.nightmode b {
  color: #161616
}

.foxlogo .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #E27659;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 30px;
  right: 180px;
  filter: none;
  opacity: 0.95;
  transition: 0.3s;
}

.foxlogo .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #E27659 transparent transparent transparent;
  filter: none;
  transition: 0.3s;
}

.foxlogo:hover .tooltiptext {
  visibility: visible;
  transition: 0.3s;  
}

.nightmode .foxlogo .tooltiptext {
  background-color: #181818;
}
.nightmode .foxlogo .tooltiptext::after {
  border-color: #181818 transparent transparent transparent;
}

.tumblr-post {
  margin: 0 auto;
  text-align: center;  
}

#embed {
  margin: auto;
  display: block;
  padding: 10px;
}

#sidestuff {
  float: right;
}

#sideimg {
  padding-left: 10px;
  margin-top: -50px;
  margin-bottom: -40px;
  height: 400px;
  position: relative;
  display: block;
}

#sideimgcap {
  position: relative;
  display: block;
  margin: auto;
  z-index: 10;
  font-size: 15px;
}

#accent {
  color: #e27659;
  font-weight: bold;
  transition: 0.3s; 
}

.nightmode #accent {
  color: #181818;
  transition: 0.3s;   
}