<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<style>
body {
	margin: 0;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px;
}

.active {
  background-color: #666666;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  font-family: "Pexico Micro Regular";
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 14px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: grey;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #4c4c4c;
  color: white;
}

.dropdown-content a:hover {
  background-color: #4c4c4c;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

a {
  font-family: "Pexico Micro Regular";
  color: blue;
  text-decoration: none;
  font-size: 12px;
}


#t01 {
  font-family: "Pexico Micro Regular";
  border-radius: 10px;
  background: #FAF0E6;
  padding-top: 5px; 
  padding-right: 0px;
  padding-bottom: 10px; 
  padding-left: 0px;
  width: 70%;
  font-size: 12px;
  border-spacing: 0px;
  font-weight: bold;
  word-wrap: break-word;
}

#titleText {
  font-family: "Pexico Micro Regular";
  padding-top: 10px; 
  padding-right: 1px;
  padding-bottom: 8px; 
  padding-left: 1px;
  width: 100%;
  font-size: 12px;
  color: #FFFFFF;
}

td {
  padding-top:5px;
  padding-bottom:5px;
  padding-right:5px;
}

@font-face {
	font-family: "Pexico Micro Regular";
    src: url("../font/pexico.otf") format("opentype");
}

form{
 margin:0px; padding:0px; display:inline;
}

.topcorner{
	position:absolute;
	top:10;
	right:10;
	text-align: right;
}

</style>
</head>
<body bgcolor="#121212">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-96891793-1"></script>
<center>
<a href="/">
	<img style="padding:5px;" src="https://cavejam.com/images/blacklogo.png?2" alt="Logo">
</a>
<script>
<!-- Google tag (gtag.js) -->
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-96891793-1');
</script>
<div class='topcorner'></div>
<div class='topnav' id='myTopnav'>
  <a href='/'>Home</a>
<a href='https://cavejam.com/login/'>Login</a><a href='https://cavejam.com/registration/'><font color='white'>Register</font></a>
  <a href='javascript:void(0);' style='font-size:15px;' class='icon' onclick='myFunction()'>&#9776;</a>
</div>
<script>
function myFunction() {
  var x = document.getElementById('myTopnav');
  if (x.className === 'topnav') {
    x.className += ' responsive';
  } else {
    x.className = 'topnav';
  }
}
</script><?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://cavejam.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://cavejam.com/wp-sitemap-posts-page-1.xml</loc></sitemap></sitemapindex>
