body
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: #e7bb41;
      background-image: url("https://i.imgur.com/4S2S4Pr.png");
 background-repeat: no-repeat;
		background-size: cover;
  background-attachment: fixed;
  background-position: right top;
  height: 100%;
  
}

#menu {
  position: fixed;
  left: 1px;
  padding: 8px;
  width: 310px;
  height: 100%;
  border-right: 1px solid #000;
  background-color: #9a54da;
  font-family: KRISTEN ITC;
	font-size: 11pt;
	color: #141213;
	line-height: 12pt;
	letter-spacing: 1px;
	background-image: url("https://i.imgur.com/nwyKy4q.jpg");
  background-size: cover;
	overflow-y: scroll;
    top: 0;
    bottom: 0;
}

#content {

  margin-left: 329px;
  padding: 0px;
  margin-right: 0px;
  background-color: #e7bb41;
    background-image: url("https://i.imgur.com/4S2S4Pr.png");
 background-repeat: no-repeat;
		background-size: cover;
  background-attachment: fixed;
  background-position: right top;
  font-family: KRISTEN ITC;
	font-size: 11pt;
	color: #000;
	line-height: 20pt;
	letter-spacing: 1px;
	height: 100%;
	text-align: justify;
}
.subtitle {
	text-align: left;
	color: #fff;
	font-weight: bold;
	line-height: 22px;
	margin: 15px 0;
	letter-spacing: 1px;
	font-size: 20px;
	text-transform: lowercase;
	font-family: KRISTEN ITC; 
	background: #42cab2;
	border: 1px dashed #000;
	text-shadow: 2px 2px #000;
}
.title {
	font-weight: 100;
	text-transform: lowercase;
		font-family: KRISTEN ITC; 
	color: #03fc02;
	font-size: 58px;
	line-height: 54px;
	text-align: center;
	margin: 15px 0;
	font-weight: bold;
}
@font-face {
  
    font-family:'KRISTEN ITC';
    src:url('/ITCKRIST.ttf');
    font-style: Normal;
    font-weight: 100;
}
h1 {
  text-align: left;
	color: #000;
	font-weight: bold;
	line-height: 22px;
	margin: 15px 0;
	letter-spacing: 1px;
	font-size: 20px;
	text-transform: lowercase;
	font-family: KRISTEN ITC; 
	text-shadow: 2px 2px #03fc02;
}
i {
	color: #e6842c;
	font-size: 14pt;
	font-family: georgia;
	letter-spacing: 1px;
}
em {
background: #9a54da;
color:#e7bb41;
font-weight: none;
   font-style: normal;
   letter-spacing: 1px;
   font-family: kristen itc;
   font-size: 10pt;
   text-transform: lowercase;

}
b {
  color: #9a54da;
}
u {
  text-decoration: underline dashed;
}
a, a:link, a:active, a:visited {
	font-weight: normal;
	font-family: kristen itc;
	font-size: 14pt;
	font-weight: normal;
	text-transform: lowercase;
	text-decoration: none;
	color: #ffc700;
	letter-spacing: .5px;
}
a:hover {
	text-decoration: underline dashed;
}
.image {
	float: left;
	  padding: 15px;
}
.image2 {
	float: right;
}
table.unstyledTable {
  font-family: Kristen ITC, Helvetica, sans-serif;
  border: 1px dashed #000000;
  background-color: #E7BB41;
  width: 100%;
  height: 500px;
  text-align: center;
}
table.unstyledTable td, table.unstyledTable th {
  border: 1px solid #000000;
  padding: 4px 10px;
}
table.unstyledTable tbody td {
  font-size: 12px;
}
table.unstyledTable tr:nth-child(even) {
  background: #e7bb41;
}
table.unstyledTable thead {
  background: #9A54DA;
}
table.unstyledTable thead th {
  font-size: 16px;
  font-weight: normal;
  color: #FFFFFF;
}
table.sitely {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px dashed #000000;
  background-color: #9A54DA;
  width: 500px;
  text-align: center;
}
table.sitely td, table.sitely th {
  border: 1px dashed #000;
  padding: 4px 4px;
}
table.sitely tr:nth-child(even) {
  background: #03fc02;
}
hr {
	clear: both;
	margin: 20px auto;
	width: 70%;
	border: 0;
	border-top: 1px solid #d7d7d7;
}
/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px black; 
  border-radius: 1px;
  background: #9a54da;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #fd31b2; 
  border-radius: 1px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #548af5; 
}
.third {
	width: 31%;
	margin: 40px 1%;
	float: left;
	text-align: center;
}
h3 {
	font-size: 24pt;
	margin: 30px 0;
	color: #0958f1;
}
h2 {
	font-size: 50pt;
	margin: 30px 0;
	color: #0958f1;
}
body, html {
     cursor: url("https://64.media.tumblr.com/tumblr_m2wiw2Heiu1qfamg6.gif"), auto;
   }
.updates {
	padding: 8px;
	background: url("https://media.giphy.com/media/d3FyzF80cdxQvxgQ/giphy.gif");
	background-size: 100%;
	background-position: bottom;
	border: 1px solid #f1f1f1;
	text-align: justify;
	width: 660px;
	font-family: kristen itc;
	text-transform: lowercase;
	font-size: 9pt;
	letter-spacing: 1px;
}
.centered {
    margin: 0 auto;
    text-align: justify;
    width: 80%;
}
