@import url("https://fonts.googleapis.com/css?family=Kaushan+Script&subset=latin,latin-ext");

.error-page {
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
}

footer.footer-subpage {
    position: fixed;
    bottom: 0px;
    width: 100%;
}

@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background: #000 !important;
    }
}
@media (max-width: 740px) {
    .full-height,
    .full-height body,
    .full-height header,
    .full-height header .view {
        height: 700px;
    }
}

.intro {
    background: url("../img/background0.jpg") no-repeat center center;
    background-size: cover;
}

.intro h2 {
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}

.intro2 {
    background: url("../img/background1.jpg") no-repeat center center;
    background-size: cover;
    min-height: 0px !important;
}

.about-landing-page {
    background-color: #2196f3;
}

.navbar-landing-page {
    background-color: transparent;
}

.navbar-subpage {
    background-color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-subpage .container {
    margin-top: 0px;
    margin-bottom: 0px;
}

.navbar-landing-page .navbar-brand {
    visibility: hidden;
}

.top-nav-collapse {
    background-color: #000;
}

.top-nav-collapse .navbar-brand {
    visibility: visible !important;
}

.page-footer
{
    background-color: #000;
    z-index: 1030;
}

.map-background {
    background-image: url("../img/map.jpg");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.openstreetmap-copyright {
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 5px;
    padding-right: 15px;
    font-size: 0.8em;
}


.card-header-margin
{
    margin-top: 0px !important;
    margin-bottom: 0px !important;;
    padding-top: 15px !important;;
    padding-bottom: 24px !important;
}

.product-title
{
    font-weight: 300 !important;
}

.product-code
{
    font-weight: 200 !important;
}