/* Custom navbar */
body {
	margin-top 51px;
}
.navbar li {
    font-family: "proxima-nova-condensed";
    font-size: 18px;
}
.cu-bar {
    font-family:"proxima-nova";
    background-color:rgb(60,60,60);
    color:rgb(150,150,150);
}
.nav-img {
	margin: 12px 25px;
}
.cu-logo {
    background-image:url('siteimgs/cu3.png');
    background-repeat: no-repeat;
    background-position: bottom;
    height:35px;
    width:60px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Custom container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}

/* Custom jumbotron */
.jumbotron {
  padding: 20px 0px 0px 0px;
  margin-bottom: 30px;
  color: #EEE;
  background-color: #eee;
  min-height:10px;
  font-family: "proxima-nova-condensed"
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
  padding:0px;
  margin:150px 0 0 0;
  font-size: 24px;
  font-weight: 300;
  background-color:rgba(30,30,30,0.3);
}
.jumbotron p {
  margin-bottom: 0px;
  margin: 0px;
  font-size: 14px;
  font-weight: 200;
  background-color:rgba(30,30,30,0.3);
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 3px;
}
.jumbotron .container {
  max-width: 100%;
}

/* Custom img-rounded */
.img-rounded {
	border-radius: 3px;
}

/* Disable collapsing transition */
.collapsing {
    -webkit-transition: none;
    transition: none;
}

/* Custom button styling */
.btn-custom {
    border-color:#DDDDDD;
    margin-top:5px;
}
.btn-custom a {
}

/* Custom fonts */
body {
    color:rgb(84,84,84);
    font-family:"stevie-sans", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family:"proxima-nova",sans-serif;
    color:rgb(0,0,0);
}
strong {
    color:rgb(24,24,24);
    font-family:"ff-ernestine-web-pro"; /* note: only normal is loaded in typekit */
    font-weight: normal;
}

/* typekit loading */
.wf-loading .navbar .navbar-nav a {
}

/* scrollspy */
.scrollspy {
  margin-left:735px;
  position:absolute;
  font-size:11px;
}
.scrollspy ul .active {
  border-left: 2px solid rgb(145, 145, 145);
}
body {
  position: relative; /* 'recommended' */
}
.scrollspy a {
    color:rgb(119,159,188);
}

/* abstracts on publication page */
.abstract  {
    display:none;
}
