@font-face {
  src: url("/urmumgei/fonts/DzinBold.ttf");
  font-family: DzinBold;
}

@font-face {
  src: url("/urmumgei/fonts/DzinNarrow.ttf");
  font-family: DzinNarrow;
}

@font-face {
  src: url("/urmumgei/fonts/DzinRegular.ttf");
  font-family: DzinRegular;
}

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #eee;
}

nav {
  width: 100%;
  height: 30px;
  background-color: white;
}

ul {
  margin-left: 5%;
}

ul li {
  list-style: none;
  display: inline-block;
  float: left;
  line-height: 30px;
}

ul li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-family: "Arial";
  color: #1e1e1e;
  padding: 0 20px;
}

ul li a:hover {
  color: red;
}

h2 {
  color: red;
  font-size: 70px;
  margin: 0px;
  background-color: blue;
  text-align: center;
}

p {
  color: #00f;
  /* background-color: rgb(0, 0, 0); */
}

div h2 {
  color: green;
}

.title {
  color: magenta;
}

#bob {
  text-align: right;
}

h1 {
  font-family: "Arial", "Time New Roman";
  font-size: 22px;
  font-style: italic;
  font-weight: 100;
  text-align: center;
  text-decoration: none;
  text-indent: 30px;
  text-transform: uppercase;
  color: red;
  letter-spacing: 10px;
  word-spacing: 10px;
}

p {
  font-size: 22px;
  line-height: 30px;
  text-indent: 30px;
}

a {
  /* text-decoration: overline; */
}

.DzinText {
  font-family: "DzinBold", "DzinNarrow", "DzinRegular", "Arial", "Times New Roman";
  font-size: 50px;
  line-height: 50px;
  text-indent: 0px;
  text-align: center;
}

.blacklinkbox {
  margin-left: 5px;
  width: 20%;
  height: 100%;
  background-color: black;
  float: left;
}

.float-reset {
  /* height: 10%; */
  /* float: none; */
}
/* =XK= Xander Kyle =XK= */
