.navbar {
  background: none !important; }

.navbar-header {
  display: block;
  float: none;
  text-align: center;
  margin: 40px 0px 20px; }

a.navbar-brand {
  background: url("../img/logo-penn-media.png") no-repeat scroll right center transparent;
  display: block;
  height: 110px;
  text-indent: -9999em;
  width: 488px;
  margin: 10px auto !important;
  float: none; }

#main-nav {
  margin-bottom: 0px; }
  #main-nav.navbar-default {
    border: 0px none !important; }
  #main-nav.shrink .navbar-header {
    display: none; }

.navbar-nav {
  line-height: 1em;
  margin: 0px; }
  .navbar-nav li > a {
    line-height: 1em; }
  .navbar-nav li:hover > a {
    background: none; }
  .navbar-nav li.active > a {
    font-weight: bold; }
  .navbar-nav > li > a {
    padding: 4px 20px;
    color: #FFF !important;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 300; }
  .navbar-nav > li.active a {
    color: #111 !important;
    background: none !important;
    font-weight: normal; }

#navbarCollapse {
  background: url(../img/bg-gray-bar.jpg) repeat-y center;
  margin: 0px;
  text-align: center;
  line-height: .7em;
  padding: 1px 0px; }
  #navbarCollapse .navbar-nav {
    display: inline-block;
    margin: 0px auto;
    float: none; }
    #navbarCollapse .navbar-nav > li > a {
      text-transform: uppercase; }

#page-top {
  padding-bottom: 10px;
  background: #FFF; }
  #page-top .container {
    padding-left: 0px;
    padding-right: 0px; }

.affix {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 100; }
  .affix .container {
    background: #FFF; }

@media screen and (max-width: 679px) {
  #page-top {
    padding-bottom: 0px; }

  .navbar-header {
    margin: 0px;
    background: none; }
    .navbar-header button {
      margin-top: 20px;
      background: #FFF; }

  a.navbar-brand {
    background: url("../img/logo-penn-mobile.png") no-repeat scroll right center transparent;
    height: 50px;
    width: 222px;
    margin: 10px 10px 10px 20px; }

  button.navbar-toggle {
    display: none; }

  ul.navbar-nav {
    display: block;
    width: 100%; }
    ul.navbar-nav li {
      display: block; }

  .open .dropdown-menu {
    display: block !important; } }
/* CSS Document */
* {
  font-family: "Open Sans","Lora",serif, sans-serif; }

html, body {
  background: url(../img/bg-pattern.png) #FFF top;
  font-size: 14px;
  color: #006aac;
  height: 100%;
  margin: 0px; }

.page-layout {
  background: #FFF; }

a {
  color: #400000; }
  a:hover {
    color: #400000;
    text-decoration: underline; }

.fl {
  float: left; }

.fr {
  float: right; }

.text-brown {
  color: #452A08; }

#home {
  margin: 0px 20px;
  background: url(../img/home.jpg) center;
  background-size: cover;
  height: 100%; }
  #home .container {
    height: 100%;
    position: relative; }
    #home .container .text {
      text-align: center;
      color: #FFF;
      font-size: 32px;
      letter-spacing: 4px;
      font-weight: 300;
      top: 50%;
      margin-top: -3.0em;
      position: absolute;
      width: 100%; }
      #home .container .text p {
        text-align: center;
        line-height: 1.2em;
        margin-bottom: 1.6em; }

#about, #service {
  padding-top: 20px;
  margin-bottom: 30px; }

#contact {
  background: url(../img/contact.jpg) center;
  background-size: cover;
  height: 100%;
  color: #FFF;
  font-size: 18px;
  margin-bottom: 60px; }
  #contact h1 {
    color: #006aac;
    margin-top: 2em; }
  #contact a {
    color: #FFF; }
  #contact .map {
    text-align: center;
    margin-top: 2.5em; }
    #contact .map img {
      width: 100%;
      max-width: 400px; }

h1 {
  font-size: 32px;
  letter-spacing: 4px;
  font-weight: 400;
  text-align: center;
  color: #696463;
  margin-bottom: 1em; }
  h1 .icon {
    display: inline-block;
    width: 15px;
    height: 22px;
    background: url(../img/hd-icon.png) no-repeat center;
    margin-right: 20px; }

.people {
  position: relative;
  border: 1px solid #696463;
  margin-bottom: 1em; }
  .people .info {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 36px;
    background: #696463;
    color: #FFF;
    line-height: 36px;
    text-align: center; }

.text {
  text-align: center;
  line-height: 2em; }
  .text p {
    margin-bottom: 2em;
    padding: 0 10%; }
  .text b, .text strong {
    font-weight: 400;
    color: #696463; }
  .text .image {
    width: 90%;
    margin: 0px auto 2em; }

#footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: #FFF;
  padding-top: 10px; }
  #footer .container {
    background: url(../img/bg-gray-bar.jpg) repeat-y center;
    padding: 20px 0px;
    text-align: center;
    color: #FFF; }

.download-link {
  background: #006aac;
  display: inline-block;
  border-radius: 4px;
  padding: 10px 22px;
  color: #FFF;
  text-decoration: none;
  font-size: 1.2em; }

.mobile-only {
  display: none; }

@media screen and (max-width: 979px) {
  .text p {
    padding: 0px; } }
@media screen and (max-width: 579px) {
  .no-mobile {
    display: none; }

  .text p {
    padding: 0px; }

  .mobile-only {
    display: block; }

  .container h1 {
    font-size: 20px;
    line-height: 32px; }

  .mobile-separator {
    background: url(../img/mobile-bar.png) repeat-y center;
    height: 1px;
    margin: 0px;
    clear: both;
    float: none; }

  #home {
    margin: 0px; }
    #home .container {
      padding: 0px; }
      #home .container .text {
        font-size: 18px;
        width: 100%; }

  .people .info {
    position: static;
    height: 4em;
    padding: 10px 0px;
    line-height: 1.2em; }
  .people .name {
    font-weight: 500; }
  .people .title {
    display: block;
    text-align: center; }

  #about, #service {
    margin-bottom: 0px; }

  #contact {
    font-size: 16px;
    margin-bottom: 0px; }
    #contact .map {
      margin-top: 1.5em; }

  #footer {
    position: static;
    margin-bottom: 80px;
    padding-top: 0px; }
    #footer .container {
      background: #333; } }
#mobile-nav {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: url(../img/bg-gray-bar.jpg) repeat-y center;
  height: 80px; }
  #mobile-nav .inner {
    padding-top: 15px;
    position: relative; }
    #mobile-nav .inner ul {
      z-index: 2;
      position: absolute;
      width: 100%;
      margin: 0px;
      padding: 0px; }
  #mobile-nav li {
    float: left;
    width: 25%;
    list-style: none; }
    #mobile-nav li a {
      color: #FFF; }
    #mobile-nav li .img {
      display: block;
      text-align: center; }
      #mobile-nav li .img img {
        margin: 5px 10px; }
    #mobile-nav li .text {
      display: block;
      text-align: center;
      font-size: 10px; }
  #mobile-nav .bg {
    position: absolute;
    width: 25%;
    height: 80px;
    background: #333;
    left: 0px;
    top: 0px;
    z-index: 1; }

/*# sourceMappingURL=site.css.map */
