/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 8%;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

.text-vertical-center h2 {
    font-size: 2.2em;
    text-shadow: 0 2px 6px rgba(255, 255, 255, 0.5);
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1100;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #222;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1100;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/farverige-keramik-kander.webp) no-repeat center center scroll;
    background-size: cover;
}

.no-webp .header {
    background-image: url(../img/farverige-keramik-kander.jpg);
}

/* Header Logo */

.header-logo {
    width: auto;
    height: auto;
    max-height: 10rem;
    max-width: 90vw;
    filter: drop-shadow(0 2px 6px rgba(255, 255, 255, 0.5));
}

@media(max-width:768px) {
    .header-logo {
        max-height: 5rem;
    }
}

/* About */

.about {
    padding: 50px 0;
}

/* Section Image */

.section-image {
    max-width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 4px;
    margin-top: 20px;
}

/* Facebook Button */

.btn-facebook {
    border-radius: 0;
    color: #fff;
    background-color: #1877f2;
    border: none;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active {
    color: #fff;
    background-color: #1466d0;
}

/* Instagram Button */

.btn-instagram {
    border-radius: 0;
    color: #fff;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    border: none;
}

.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active {
    color: #fff;
    background: linear-gradient(45deg, #e08020, #d55a30, #c91f38, #b81e5a, #a81578);
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

/* Udstilling og salg */

.udstilling-og-salg {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.salg-item {
    margin-bottom: 30px;
}

.salg-item strong {
    display: block;
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 4px;
}

.salg-item span {
    display: block;
    font-size: 1.15em;
    color: #555;
    line-height: 1.6;
}

/* Åbent værksted */

.vaerksted {
    padding: 50px 0;
    background-color: #539182;
    color: #fff;
}

.vaerksted a {
    color: #d4eeea;
}

.vaerksted a:hover {
    color: #fff;
}

.vaerksted .btn-light {
    color: #fff;
    background-color: #8b6e4e;
}

.vaerksted .btn-light:hover,
.vaerksted .btn-light:focus,
.vaerksted .btn-light:active {
    color: #fff;
    background-color: #6e5639;
}

@media(max-width: 1199px) {
    .vaerksted .vaerksted-image {
        margin-top: 30px;
    }
}

/* Tidligere udstillinger */

.udstillinger {
    padding: 40px 0;
    background-color: #f8f8f8;
}

.udstillinger h2 {
    font-size: 1.6em;
}

.udstillinger-grid {
    column-count: 3;
    column-gap: 2em;
    margin-top: 20px;
}

.udstilling-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
    break-inside: avoid;
}

.udstilling-item strong {
    display: block;
    font-size: 1.15em;
    font-weight: 700;
    line-height: 1.3;
}

.udstilling-item span {
    display: block;
    font-size: 1.05em;
    color: #777;
    line-height: 1.4;
    margin-top: 2px;
}

@media(max-width: 992px) {
    .udstillinger-grid {
        column-count: 2;
    }
}

@media(max-width: 600px) {
    .udstillinger-grid {
        column-count: 1;
    }
}

/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

/* Footer */

footer {
    padding: 100px 0;
    background-color: #eeeeee;
}