@import url(https://fonts.googleapis.com/css?family=Lato:400,400i,700);@charset "UTF-8";
body {
    font-family: 'Lato', sans-serif;
    background-size: cover;
    background-attachment: fixed;
}
h1.navbar-brand span {
    font-size: 1.5em;
}
h1.navbar-brand a {
    color: #fff;
}
h1.navbar-brand {
    font-weight: 600;
    line-height: 1em;
    font-size: 1.6em;
}
@media (max-width: 1200px){
    h1.navbar-brand {
        font-size: 1.2em;
        padding-top: 1em !important;
    }
}
.topnav, .brand-container {
    position: relative;
    background-color: #18719D;
}
a:hover {
    text-decoration: none;
}
.navbar-toggler svg {
    fill: #fff;
}
.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
}
#app-navbar-collapse {
    background-color: #71A34C;
    position: relative;
    z-index: 1;
}
.navbar-nav a {
    color: #fff;
}
.nav-item a.current {
    color: #000;
    position: relative;
}
.nav-item a:hover {
    color: #000;
}
.nav-item a.current::before {
    content: "⯈";
    color: #fff;
    position: absolute;
    left:0;
    font-weight: bold;
    top: -3px;
}
.subnav .nav-item a.current::before {
    color: #000;
}
.navbar-nav .bar-extension {
    position: absolute;
    top: 2.5rem;
    width: 100%;
    height: 2rem;
    background-color: #71A34C;
}
.subnav {
    background-color: #fff;
}
.subnav a {
    color: #000;
}
.subnav a:hover {
    color: #000;
}
.hero {
    color: #fff;
    background-color: rgba(0,0,0,0.5);
}
.content-holder {
    background-color:#fff;
}
a.external {
    padding-left: 18px;
    position: relative;
}
a.external::before {
    position: absolute;
    left:0;
    top:3px;
    display: inline-block;
    width: 24px;
    height: 24px;
    content: " ";
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' height='16' width='16'><path d='M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z' fill='%23007bff' /></svg>");
    background-repeat: no-repeat;
}
svg.inline {
    height: 1.3em;
    vertical-align: text-top;
}
.caption {
    margin-top: 1rem;
    font-size: 0.9em;
    font-style: italic;
    text-align: center;
}
.references-holder {
    background-image: url('../images/misty-clydebank.jpg');
    background-size: cover;
    background-position: center
}
.references-holder .jumbotron {
    background-color: rgba(255,255,255,0.5);
}
.footer {
    color: #fff;
    background-color: rgba(0,0,0,0.6);
}
.footernav svg {
    fill: #fff;
}
/* Background/hero images */
body.home {
    background-image: url('../images/crane-and-energy-centre.jpg');
}
body.clydebank {
    background-image: url('../images/queen-mary-at-clydebank.jpg');
}
body.conclusions {
    background-image: url('../images/clydebank-illustration.jpg');
}
body.team {
    background-image: url('../images/group-photo.jpg');
}
body.method {
    background-image: url('../images/model-background.jpg');
}
body.generic-clydebank {
    background-image: url('../images/clydebank-background.jpg');
}
/* Results-specific */
.results-holder {
    position: relative;
}
.results-holder .overlay {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}
.co2-visualisation {
    border: 1px dashed #faa;
    background-color: rgba(255,200,200,0.4);
    position: relative;
    overflow: hidden;
}
.co2-visualisation h4 {
    z-index: 20;
    position: relative;
}
#co2level {
    height: 2.5em;
    position: absolute;
    right: 0;
    background-color: rgba(80,255,80,0.7);
    width: 1.7%;
    z-index: 10;
}
strong.CHV {
    color: #FF420E;
}
strong.QQB {
    color: #064387;
}