* {
  cursor: url(http://cur.cursors-4u.net/cursors/cur-11/cur1054.cur), auto !important;
}

html {
  background: url("http://www.classicgaming.cc/classics/pac-man/images/web/seamless-background-pac-man-wall-pattern.jpg")
    scroll;
}

img {
  width: auto;
  max-height: auto;
}

.navbar {
  overflow: hidden;
  background-color: #2a2b2c;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
}

.fa {
  padding: 15px;
  font-size: 20px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

@font-face {
  font-family: pacmanfont;
  src: url("font/ARCADE_R.TTF");
}

.navbar a {
  font-family: "pacmanfont", monospace;
  float: left;
  display: block;
  color: #ffffff;
  padding: 1px 30px;
  text-decoration: none;
  font-size: 10.5px;
}

.navbar a:hover {
  background: #7a7a7a;
  color: #fded11;
}

body {
  background: url("http://www.classicgaming.cc/classics/pac-man/images/web/seamless-background-pac-man-wall-pattern.jpg");
  margin-bottom: 60px;
}

.jumbotron {
  background-color: transparent !important;
  color: white;
  font-family: pacmanfont;
  font-size: 15px !important;
  width: 50% !important;
  margin-left: auto;
  margin-right: auto;
}

.display-4 {
  font-family: pacmanfont;
  font-size: 24pt !important;
}

.lead {
  padding: 1%;
  font-size: 12px !important;
}

.logo-center {
  padding: 1pt;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  border: 5px solid whitesmoke;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: transparent;
  text-align: left;
}

.footer .container .text-muted:hover {
  text-decoration: underline;
}
