/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
}

html {
    width: 100%;
    height: 100%;
}

b {
    color: #2a2a2a;
}

@media(max-width:767px) {
    .navbar {
        padding: 0px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0px 0;
    }
}


/* Sections */
.even-section {
    font-size: 17px;
    padding-top: 30px;
    padding-bottom: 40px;
    background: #fff;
}


.odd-section {
    font-size: 17px;
    padding-top: 30px;
    padding-bottom: 40px;
    background: #eee;
}

#intro {
    text-align: center;
    padding-top: 48px;
    margin-bottom: -70px;
}

#intro .jumbotron {
    background-color: white;
}

.page-header {
    margin-top: 0px;
}

.even-section .page-header {
    border-bottom: 1px solid #ddd;
}

.odd-section .page-header {
    border-bottom: 1px solid #ccc;
}

#footer {
    text-align: center;
    padding: 0 0 40px 0;
    font-size: 16px;
}

#footer a {
    color: #666;
}

#footer a:hover {
    text-decoration: none;
    color: #222;
}

#publications p {
    margin-bottom: 1.2em;
}

a {
  /*color:#337ab0;*/
  color: #006eac;
  text-decoration:none;
  font-weight: 500;
}

a:hover {
  color:#8c1515;
  /*text-decoration:underline;*/
  border-bottom: 1px #8c1515 dotted;
}

table {
  width:100%;
  border-collapse:collapse;
}

th, td {
  text-align:left;
  padding:5px 10px;
  border-bottom:1px solid #ddd;
}

.collapsible {
  position: relative;
  padding-bottom: 1.7em;
}
.collapsible:not(.open) > * {
  display: none;
}
.collapsible:not(.open) > p:first-child {
  display: block;
}
.collapsible > .toggler {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  background: rgb(250,250,250);
  text-align: center;
  cursor: pointer;
}
.collapsible > .toggler::after {
  content: "\25bc" " " "Show More";
  font-size: 14px;
}
.collapsible.open > .toggler::after {
  content: "\25b2" " " "Show Less";
  font-size: 14px;
}
