@media (max-width: 768px) {
  .btn {
    font-size:11px;
    padding:4px 6px;
  }
}

@media (min-width: 768px) {
  .btn {
    font-size:12px;
    padding:6px 12px;
  }
}

@media (min-width: 992px) {
  .btn {
    font-size:14px;
    padding:8px 12px;
  }
}

@media (min-width: 1200px) {
  .btn {
    padding:10px 16px;
    font-size:18px;
  }
}

/*
body {

  margin-top: 70px;
}
*/

.main-contain {
  margin-top: 70px;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  background-image: url("../images/dark_wall.png");
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #375a7f;
  border-top: 1px solid #000000;
}

.foot {
  padding: 0px;
  margin: 0px;
  line-height: 58px;
}

.foot-nav a {
  padding-left: 15px;
  padding-right: 15px;
}

.foot a {
  color: #ffffff;
  display: inline-block;
}

.foot a:hover {
  color: #0ce3ac;
  text-decoration: none;
}

.cardoftheday {
  padding-top: 0px;
}

.navbar-brand {
  padding-top: 10px;
}

.navbar {
  border-bottom: 1px solid #000;
}

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
  background-color: #000000;
}

.pgraph {
  text-indent: 1.5em;
}

.hof_profile_header {
  display: block;
  padding: 8px;
  line-height: 40px;
  background-color: #3d3d3d;
  color: FFFFFF;
  font-weight: bold;
  font-size: 1.25em;
}

.hof_profile_content {
  display: block;
  padding: 8px 8px 8px 15px;
}

select {
  color: #000000;
}

a.anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}

img.onr_img {
  border-radius: 4px;
}

span.info {
  color: #0ce3ac;
}

