/* Move down content because we have a fixed navbar that is 50px tall */
 html {
    background: url(img/iseki-scene-04.jpg) no-repeat center 0px;
    background-size: cover;
    background-attachment: fixed;
}
body {
    font-family:'Source Sans Pro', 'Open Sans', sans-serif;
    min-height: 100%;
    padding-top: 50px;
    font-weight: 400;
    background: transparent;
}
nav.navbar.navbar-inverse.navbar-fixed-top.iseki-top-bar {
    background: transparent;
    /*#003594;*/
    border: none;
}
nav.navbar.navbar-inverse.navbar-fixed-top.iseki-top-bar section.iseki-logo {
    height: 50px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    float: left;
    /*background: transparent url(img/iseki.png) no-repeat 10px 2.5px;*/
}
nav.navbar.navbar-inverse.navbar-fixed-top.iseki-top-bar {
    background: transparent url(img/iseki.png) no-repeat 10px 2.5px;
}
#iseki-jumbotron-wrapper .iseki-headbox {
    padding: 15px;
    border-radius: 6px;
    border: none;
    color: #ffffff !important;
}
#iseki-jumbotron-wrapper .iseki-headbox p, #iseki-jumbotron-wrapper .iseki-headbox h3 {
    color: #fefefe;
    /*    font-weight: bold !important;
*/
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);*/
}
div#iseki-tile-wrapper {
    margin-top: 0px;
}
#iseki-tile-wrapper a {
    text-decoration: none;
    height: 100%;
}
.iseki-backdropped-tile {
    border-radius: 5px;
    margin: 10px;
    padding: 20px;
    border: 1px solid #bfc1c9;
}
#iseki-tile-wrapper .iseki-backdropped-tile:hover {
    background: #1E398F;
    background: rgba(0, 53, 148, 0.85);
    border-color: rgba(0, 53, 148);
}
#iseki-tile-wrapper .iseki-backdropped-tile:hover * {
    color: #ffffff;
}
.iseki-tile-header {
    font-size: 21px;
    line-height: 21px;
    margin-top: 0;
    /*    font-weight: bold;
*/
    width: 100%;
}
.iseki-backdropped-tile h2, .iseki-backdropped-tile h3 {
    color:#1E398F;
}
.iseki-backdropped-tile p {
    font-size: 16px;
    /*    font-weight: 500;
*/
    color: #000000;
}
.transopaque {
    background:#ffffff;
    background:rgba(255, 255, 255, 0.85);
}
.transopaque-head {
    background: #1E398F;
    background: rgba(0, 53, 148, 0.85);
}
.iseki-backdropped-tile p.iseki-url {
    color: #ff8f00 !important;
}
.iseki-bevel {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(240, 240, 240, 0.9) 100%);
    /* firefox */
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.0);
    -moz-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.8);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(240, 240, 240, 0.9)));
    /* webkit */
}
.iseki-headbox h3 {
    margin-top: 0
}
@media(max-width: 990px) {
    nav.navbar.navbar-inverse.navbar-fixed-top.iseki-top-bar {
        background: rgba(255, 255, 255, 0.85) url(img/iseki.png) no-repeat 10px 2.5px;
    }
}
@media (min-width:991px) {
    #iseki-tile-wrapper .iseki-backdropped-tile {
        min-height: 230px;
    }
}