html,
body {
  margin: 0;
  padding: 0;
}
body {
  background: url('bg.png');
}
body a {
  outline: none !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Lobster', cursive;
  color: #1d2127;
}
.mb-xlg {
  margin-bottom: 30px !important;
}
.content {
  max-width: 1200px;
  background-color: #FFF;
  border-bottom: 5px solid #1d2127;
  border-radius: 5px;
  border-top: 5px solid #CCC;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  margin: 25px auto;
  height: auto;
  overflow: hidden;
}
main .left_menu {
  max-width: 25%;
}
main .page_content {
  max-width: 75%;
  padding: 15px;
}
footer {
  background: #0e0e0e;
  border-top: 4px solid #0e0e0e;
  font-size: 0.9em;
  margin-top: 50px;
  padding: 25px 0 0;
  position: relative;
  clear: both;
  color: #CCC;
  text-align: center;
}
footer h4 {
  color: #FFF;
  font-size: 1.8em;
  font-weight: 200;
}
footer a {
  color: #FFF;
  font-weight: 300 !important;
}
footer a:hover {
  color: #CCC;
}
.copyright {
  max-width: 1200px;
  background-color: #FFF;
  border-bottom: 5px solid #1d2127;
  border-radius: 5px;
  border-top: 5px solid #CCC;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  margin: 25px auto 0 auto;
  padding-top: 15px;
  height: auto;
  overflow: hidden;
}
.nav-pills > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #555;
  border-radius: 0;
}
.nav-pills > li > a:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.nav-stacked > li + li {
  margin-top: 0;
  margin-left: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #555;
  background-color: #f5f5f5;
  font-weight: bold;
}
