@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
body,
html {
    height: 100% !important;
}

body {
    font-family: 'Roboto Slab', serif;
    font-size: 1.05em;
    position: relative;
}

.logo {
    font-weight: bold;
    font-size: 1.3em;
    color: white;
    padding-right: 20px;
}

section.fullpage {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-top: 5px solid white;
}

.fullpage-content {
    text-align: center;
    color: white;
    background-color: rgba(52, 58, 64, 0.95);
    padding: 20px;
    border-radius: 3px;
    min-width: 50%;
}

.fullpage-content h1 {
    font-size: 3.5em;
    letter-spacing: 10px;
}

.fullpage-content h2 {
    font-size: 2.5em;
    letter-spacing: 8px;
    font-style: normal;
}

.bg-home {
    background-image: url("../media/background-intro.jpg");
}

.bg-gallery {
    background-image: url("../media/background-gallery.jpg")
}

.bg-shop {
    background-image: url("../media/background-shop.jpg");
}

.bg-about {
    background-image: url("../media/background-about.jpg");
}

.bg-contact {
    background-image: url("../media/background-contact.jpg");
}

h1, h2 {
    text-transform: uppercase;
}

hr {
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    width: 65%;
}

section {
    padding-top: 25px;
    padding-left: 15px;
    color: white;
    padding-bottom: 15px;
}

.section-content {
    padding-left: 20px;
    color: white;
    overflow: auto;
}

.footer {
    line-height: 1em;
    font-size: 0.8em;
    background-color: rgb(55, 55, 55);
}

.img-thumbnail {
    margin-right: 10px;
    margin-bottom: 5px;
    width: 365px;
    height: 365px;
}

.img-thumbnail:hover {
    cursor: pointer;
}

.modal {
    color: black;
}

.modal-body {
    max-height: calc(100vh - 100px) !important;
    overflow-y: auto !important; 
}

.h2, h2 {
    font-size: 1.6rem;
    font-style: italic;
}

a:hover:not(.btn):not(.nav-link) {
    color: #91c6ff;
    border-bottom: 2px solid #7ebcff;
    text-decoration: none;
}

a {
    color: #60adff;
}

.img-peter {
    float: left;
    width: 300px;
    height: auto;
    cursor: default !important;
}

.peter-blurb {
    max-width: 70%;
    margin: 0 auto;
    text-align: left;
}