﻿@font-face {
    font-family: 'Eraser-Regular';
    src: url('font/EraserRegular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Blokletters-Balpen';
    src: url('font/Blokletters-Balpen-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Blokletters-Potlood';
    src: url('font/Blokletters-Potlood-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Blokletters-Viltstift';
    src: url('font/Blokletters-Viltstift-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RockSalt';
    src: url('font/RockSalt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    padding-top: 75px;
    padding-bottom: 20px;
    margin-bottom: 90px;
    background-color: #555;
    color: white;
    font-family: Blokletters-Potlood;
}

input,
textarea,
select {
    color: black;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

input[type=file] {
    width: 100%;
}

.glyphicon {
    margin: 0 10px 0 0;
}

.spacer {
    margin: 0 5px;
}

header {
    font-family: Blokletters-Viltstift;
    color: black;
    width: 100%;
    padding-bottom: 10px;
    position: fixed;
    top: 0;
}

.navbar-right {
    margin-right: 50px;
}

.navbar-invers {
    border-bottom: 3px solid orange;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a:visited {
    color: white;
}

    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        color: gold;
    }

footer {
    font-family: Blokletters-Balpen;
    background-color: #555;
    color: white;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    position: fixed;
    bottom: 0;
    min-height: 60px;
    max-height: 60px;
    font-size: 12px;
    line-height: 14px;
}

    footer .jmg-copyright {
        font-size: 10px;
        line-height: 12px;
    }

a,
a:visited {
    color: white;
}

    a:hover,
    a:focus {
        color: gold;
        text-decoration: none;
    }

.jmg-site-title {
    color: white;
    font-size: 18px;
    line-height: 20px;
    height: 20px;
    margin-left: -15px;
    padding: 15px;
    float: left;
}

strong {
    font-family: Blokletters-Viltstift;
}

.jmg-highlight {
    color: orange;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Blokletters-Viltstift;
    color: orange;
}

/* Make google maps responsive*/
.google-maps {
    position: relative;
    padding-bottom: 55%;
    overflow: hidden;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

#artwork {
    max-height: 800px;
}
