/* Typeface, Text Size, Colour */

body {
    font-family: Frutiger, geneva, verdana, trebuchet, arial, sans-serif;
    line-height: normal;
    font-size: 14px;
}

@media (max-device-width: 576px) {
    body {
        font-size: calc(100% + 1vw);
    }
}

nav.navbar {
    margin-bottom: 20px;
}

.navbar .navbar-brand {
    font-size: 1.25em;
}

.container-fluid, .container-lg {
    margin-bottom: 40px;
}

a {
    color: #900;
    text-decoration: none;
}

a:hover {
    color: #009;
}

a:active {
    color: #999;
}


/* h2 a {
    color: #000;
    text-decoration: none;
}

h2 a:hover {
    color: #000;
}

h2 a:active {
    color: #000;
} */


/* Header file */

#header {
    max-width: 715px;
    min-width: 715px;
    width: 715px;
    min-height: 75px;
    margin: 0;
    padding: 0;
}

#logo {
    width: 200px;
    height: 50px;
    float: left;
}

#nav {
    width: 500px;
    height: 20px;
    float: right;
    text-align: right;
    padding: 30px 0px 0px 0px;
}

#nav a {
    font-variant: small-caps;
    font-family: Frutiger, geneva, verdana, trebuchet, arial, sans-serif;
    font-size: 16px;
    color: #900;
    text-align: right;
    padding: 0 0 0 25px;
}

#nav a:active {
    color: #999;
}

#nav a:hover {
    color: #009;
}

#title {
    float: left;
    width: 430px;
    font-size: 32px;
    margin: 15px 0px 15px 0px;
    letter-spacing: 0.5px;
    padding: 0 0 0 0px;
}

#group-title {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 36px;
    width: 300px;
    height: 37px;
    clear: both;
    color: #333;
}

#group-title a {
    color: #300;
}

#group-title a:hover {
    color: #600;
}

#tagline {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 18px;
    width: 300px;
    height: 20px;
}


/* Publication page */

.sect-title {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 5px;
}

.authors {
    font-size: 1.3em;
    margin-bottom: 5px;
}

.venue {
    font-style: italic;
}

.figure {
    margin: 10px auto;
}

.figure img {
    margin: 10px auto;
    width: 100%;
}

ul.links li a {
    margin: 0 5px;
}

.youtube-embed {
    max-width: 500px;
}


/* .pub .figure .img-caption {} */