/* ============================
GLOBAL
=============================== */
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom:80px;
  font-size: 18px;
}

h1 {
  color: #bb081b;
}


/* ============================
HEADER-NAV
=============================== */
.header-logo-wrapper {
  background-color: #bb081b;
}

.header-addy {
  font-size: .85em;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  padding-top: 55px;
}

.header-logo {
  padding: 15px 0;
}

.navbar {
  border-radius: 0;
}

.navbar-inverse {
  background-color: #1f1f1f;
}

/* ============================
BODY
=============================== */

/*body > .container {
  padding: 60px 15px 0;
}*/

#body {
  text-align: justify;
  margin-bottom: 150px;
}

.glyphicon {
    font-size: 50px;
}

#icons {
  margin-top: 40px;
  margin-bottom: 100px;
  font-size: .75em;
}

#sidebar {
  padding-top: 75px;
}


/* ============================
FOOTER
=============================== */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  line-height: 20px;
  background-color: #f5f5f5;
  font-size: .75em;
  padding-top: 30px;
}

/*.container .text-muted {
  margin: 90px 0;
}*/

.text-muted {
  text-align: center;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.footer,
.footer-wrapper {
  background-color: #1f1f1f;
}

.footer-nav {
  text-align: center;
}

.footer-nav a {
  color: #777;
  text-decoration: underline;
}

.footer-nav a:hover {
  text-decoration: none;
}

.nmd {
  color: #f73449;
  text-decoration: none;
}

.nmd:hover {
  color: #f73449;
  text-decoration: underline;
}

/* ============================
MEDIA QUERIES
=============================== */

@media screen and (max-width:1200px) {

}
