
img {
    display: block;
    width: 100%;
}

/* PhotoSwipe */
.pswp__custom-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1em;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    box-sizing: border-box;
}
.pswp__custom-caption a {
    color: #d33d38;
    text-decoration: underline;
}

/* TB */
.tb-hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.tb-has-decoration {
    display: inline-block;
    padding-bottom: 0.25em;
    border-bottom: solid 2px #d33d38;
}
.tb-category-buttons .button.is-active {
    color: #d33d38;
    border-color: #d33d38;
}
.button.is-outlined:hover {
    --bulma-button-border-width: max(1px, 0.0625em);
}
.has-text-tb {
    color: #d33d38 !important
}

/* Background */
#bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    z-index: -1;
}

/* Main */
#main {
    position: relative;
    width: 100%;
    height: auto;
}

/* Page */
.page {
    width: 100%;
}
.page-nav {
    position: sticky;
    top: 0;
    z-index: 5000;
    background-color: white;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* Home Page */
#home-page {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    display: none;
}
#home-page-banner {
    background-image: url(../img/banner.jpg);
}
.home-page-btn {
    position: relative;
}
.home-page-btn-title {
    position: absolute;
    bottom: 0;
    left: 0;
}

/* List Page */
#list-page {
    display: none;
}
#list-page-banner {
    background-position: center top;
}

/* Video Page */
#video-page {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 5100;
    display: none;
}
#video-page-container {
    position: absolute;
    top: 50%;
    left: 0;
}
#video-page-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1em;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    box-sizing: border-box;
}
#video-page-caption a {
    color: #d33d38;
    text-decoration: underline;
}
#video-page-close-btn {
    position: absolute;
    width: 50px;
    height: 60px;
    top: 0;
    right: 0;
    opacity: 0.85;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../img/close-button.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36%;
}

/* Loader */
#loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 1000;
}
#loader-icon {
    position: relative;
    width: 6em;
    height: 6em;
    margin: 10em auto 0;
}