﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar-inverse {
    background-color: #A86123;
    border-color: #A86123;
    color: #E8E9DC;
}

.navbar-inverse .navbar-brand {
    color: #E8E9DC;
}


.navbar-inverse .navbar-nav > li > a {
    color: #E8E9DC;
}

.container {
    width: 80%;
}

.jumbotron {
    background-color: #E8E9DC;
    text-align: center;
    color: #A86123;
    font-family: 'Lucida Calligraphy';
}

.jumbotron h2{
    line-height: 45px;
}

.bordertje{
    border: 2px solid black;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.h-100 {
    height: 100% !important;
}

.d-block {
    display: block !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #E8E9DC;
    border: none;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

body {
    font-family: 'Bitter', Georgia, Times, sans-serif;
    background-color: #E8E9DC;
}

h1 {
    margin: 2em;
}

.pswp__caption__center {
    text-align: center;
}

img {
    width: 100%;
}

.spacer {
    height: 5em;
}

.figurecol {
    padding: 15px;
}

.pswp__button--download{

    background: none !important;
}


.pswp__button--share {
    background: url(downloadimg.png) 0 0 no-repeat !important;
    background-size: 18px !important;
    background-position: 14px 13px !important;
}