@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,700");
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300");
@import url("//fonts.googleapis.com/css?family=VT323");
@import url("//fonts.googleapis.com/css?family=Oswald:200,300");
@import url("//fonts.googleapis.com/css?family=Archivo+Narrow");
@import url("//fonts.googleapis.com/css?family=Archivo+Black");
:root {
    --bg-dark: #00254D;
    --bg-light: #f2f8ff;
}

body, textarea {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    background-color: var(--bg-light);
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    lang: en;
}

.navbar {
    font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.btn {
    font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.btn-doi {
    float:right;
    width:7em;
    margin-left:1em;
}

/* set the text color of the menu items */
.navbar .nav > li > a {
  color: black;
}

/* set active menu item */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
/* set hover and focus */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    /* background: #036; */
    background: var(--bg-dark);
    color: white;
}

.logo-bee {
    display: inline;
    vertical-align: top;
    height: 26px;
    margin: 0px 4px 0 0;
}

.navbar-default .navbar-brand {
    /* background: #1e3352; */
}

.navbar-default .navbar-brand:hover {
    background: var(--bg-dark);
    color: white;
}

.jumbotron {
    background: var(--bg-dark);
    color: white;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    font-size: 21px;
    font-weight: 200;
}

/* e.g. flush left feature list on homepage */
.flushleft {
    list-style-type: square;
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
}

/* book covers on documentation page */
.book {
    float: left;
    width: 90px;
    padding: 0 10px 5px 0;
}

/* for the CSL-PSL table */
.pro {
    color: green;
    font-size: 125%;
}

.con {
    color: red;
    font-size: 125%;
}

/* photo on homepage */
#tony {
    float: left;
    width: 40%;
    max-width: 175px;
    padding: 0 10px 2px 0;
}

.publications {
    list-style:none outside none;
    padding-left:0;
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
}

.publications li {
    padding-bottom:2ex;
}

.gi-small {
    font-size:-2;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}
  


.sidebar-nav {
    margin-top: 20px;
    padding: 0;
    list-style: none;
}
