html, body {
    height: 100%;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 0;
    font-weight: lighter;
}

html, body, #mainNav {
    min-width: 1000px !important;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    font-weight: 300;
    font-family: 'PT Sans Narrow', sans-serif;
}

/*
@media (min-width: 992px) {
  .tight-center {
    max-width: 90%;
    margin: 0 auto !important;
    float: none !important;
  }

  .center-background {
    background-image: url("../img/backgrounds/bg-graffiti.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 0px 35px 12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 35px 12px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 35px 12px rgba(0,0,0,0.75);
  }
}
*/
hr {
    /*max-width: 100px;*/
    height: 2px;
    border-top: 1px solid white;
}

hr.colored {
    border-color: yellow; /* #0A8FD5 */
    width: 50px;
}
/*
@media (min-width: 992px) {
  hr {
    max-width: 100px;
  }
}
*/
a {
    color: white;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover, a:focus {
    color: white;
    text-decoration: none;
}

p {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.1px;
}

p.lead {
    font-size: 20px;
    font-weight: 1500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bolder;
    text-transform: uppercase;
}
/*
@media (min-width: 768px) {
}
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 50px;
  }
}
*/
