/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(/img/greyzz.png) repeat 0 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Quattrocento', Georgia, Times, serif;
    font-weight:700;
    color:#67655D;  
}

a {
    color:#577492;
    font-weight:700;
}

p, div {
    font-family: 'Quattrocento Sans', Helvetica, Arial, sans-serif;
    font-weight:400;
    color:#67655D;
    font-size:16px;
}

/* Customize first page */
.title {
    font-size:1.5em;
    font-weight:400;
    font-family: 'Quattrocento', Georgia, Times, serif;
    color:#67655D;
    text-align:center;
    text-transform: uppercase;
    letter-spacing:2px;
}

.subtitle {
    color:#67655D;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-weight:500;
    font-size:14px;
}

/* Make sure abstract does not disply by default*/
.abstract{
    display:none;
}

/* Custom page footer */
.header,
.footer {
    text-align: center;
}

.footer {
    padding-top: 19px;
    border-top: 1px solid #A8A8A1;
}

.header,
.footer p {
    margin: 0.1em 0;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-weight:500;
    letter-spacing:1px;
    color: #67655D;
    font-size:.9em;
}

.footer a:link, .footer a:visited {
  color: #67655D;
}

.contact-title {
    background-color: #A8A8A1;
    text-transform: uppercase;
    text-align:center;
    color:#fff;
    padding-top:5px;
    padding-bottom:5px;
    letter-spacing:1px;
    font-family: 'Raleway', Helvetica, Arial, san-serif;
    font-weight: 400;
    font-size:.8em;
    margin-bottom:5px;
}

.contact {
    margin-bottom:10px;
    border: 1px solid #A8A8A1;
}

.media-list {
    padding-left:10px;
    padding-right:10px;
}

.media-list > media {
    padding-bottom: 0px;
}


.fa-ul li {
    margin-bottom:5px;
}

.nav {
  list-style: none;
  border-top: 1px solid #A8A8A1;
  border-bottom: 1px solid #A8A8A1;
  letter-spacing:1px;
  text-transform: uppercase;
}

.nav-pills > li > a {
  border-radius: 0px;
  color:#67655D;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size:1em;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    font-weight:500;
    background-color:transparent;
    color:#67655D;
}

/* Front page news. */
.date {
    color: #67655D;
    font-weight: 400;
    display: block;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
}

.jumbotron {
  color: inherit;
  background-color: inherit;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top:0px;
  margin-bottom: 0px;
}

.jumbotron p {
    margin-bottom: 0px;
    margin-top:0px;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top:0px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
  border-radius: 0px;
}
.jumbotron .container {
  max-width: 100%;
}

.jumbotron h2,
.jumbotron .h2 {
    margin-top:6px;
    font-size:24px;
}

/* bound how wide the page can get */
@media (min-width: 960px) {
    .container {
        width: 960px;
    }
}

/* Responsive: Portrait tablets and up */
@media (min-width: 768px) {
    /* increase header size and padding */
    .title {
        font-size:3em;
        letter-spacing:5px;
        margin-bottom:0px;
    }
    .subtitle {
        font-size:1em;
    }
    .contact {
        margin-top:1em;
        margin-bottom:1em;
    }
    .header,
    .footer p {
        font-size:.9em;
    }
    .news > img {
        width:64px;
    }
    .news > a > img {
        width:64px;
    }
    .media-list {
        padding-left:.5em;
        padding-right:.5em;
    }
    .media {
        padding-top:0px;
    }
    .list-group{
        margin-bottom: 0px;
    }
    .nav-pills {
        display: block;
        margin: 0 auto 1em;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top:0px;
        margin-bottom:0px;
        margin-left:0px;
        margin-right:0px;
        border-radius: 0px;
    }

    .jumbotron h2,
    .jumbotron .h2 {
        margin-top:0px;
        font-size:40px;
    }


}

.container-narrow > hr {
  margin: 30px 0;
}


