﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

#mainNav { font-size: 1.2rem; }

/* Sticky footer styles
-------------------------------------------------- */
html { position: relative; min-height: 100%; background-color: rgb(254, 254, 254); }

body { /* Margin bottom by footer height */ margin-bottom: 60px; font-family: 'Thasadith', sans-serif; font-weight: bold; color: #454545; }

.btn { font-weight: bold; }

.footer { position: absolute; bottom: 0; width: 100%; }

.greetings { margin-top: 50px; }

.jumbotron { background-color: transparent; border: 1px solid #454545; }

    .jumbotron .lead { font-weight: 600; font-size: 0.9rem; }

div .modal-content { background-color: transparent; border-color: transparent; }

.carousel-caption { color: #ffffff; word-wrap: break-word; background-color: rgba(69,69,69,0.5); max-width: 100%; bottom: 0; font-size: 13px; margin: auto; display: none; padding-bottom: 0; }

.img-fluid { max-height: 900px; margin: auto; }

.carousel-caption:hover { display: block; }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .carousel-caption { color: #ffffff; word-wrap: break-word; max-width: 300px; bottom: 0; font-size: 20px; margin: auto; }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .jumbotron .lead { font-size: 1.2rem; }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}


.lightgallery { margin-bottom: 0; }
    .lightgallery > a { border: 2px solid #FFF; border-radius: 3px; display: block; overflow: hidden; position: relative; float: left; margin: 3px; }
    .lightgallery a > img { -webkit-transition: -webkit-transform 0.15s ease 0s; -moz-transition: -moz-transform 0.15s ease 0s; -o-transition: -o-transform 0.15s ease 0s; transition: transform 0.15s ease 0s; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); height: 100%; width: 100%; }
    .lightgallery a:hover > img { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); }
    .lightgallery a:hover .demo-gallery-poster > img { opacity: 1; }
    .lightgallery a .demo-gallery-poster { background-color: rgba(0, 0, 0, 0.1); bottom: 0; left: 0; position: absolute; right: 0; top: 0; -webkit-transition: background-color 0.15s ease 0s; -o-transition: background-color 0.15s ease 0s; transition: background-color 0.15s ease 0s; }
        .lightgallery a .demo-gallery-poster > img { left: 50%; margin-left: -10px; margin-top: -10px; opacity: 0; position: absolute; top: 50%; -webkit-transition: opacity 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s; transition: opacity 0.3s ease 0s; }
    .lightgallery a:hover .demo-gallery-poster { background-color: rgba(0, 0, 0, 0.5); }
    .lightgallery .justified-gallery > a > img { -webkit-transition: -webkit-transform 0.15s ease 0s; -moz-transition: -moz-transform 0.15s ease 0s; -o-transition: -o-transform 0.15s ease 0s; transition: transform 0.15s ease 0s; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); height: 100%; width: 100%; }
    .lightgallery .justified-gallery > a:hover > img { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); }
    .lightgallery .justified-gallery > a:hover .demo-gallery-poster > img { opacity: 1; }
    .lightgallery .justified-gallery > a .demo-gallery-poster { background-color: rgba(0, 0, 0, 0.1); bottom: 0; left: 0; position: absolute; right: 0; top: 0; -webkit-transition: background-color 0.15s ease 0s; -o-transition: background-color 0.15s ease 0s; transition: background-color 0.15s ease 0s; }
        .lightgallery .justified-gallery > a .demo-gallery-poster > img { left: 50%; margin-left: -10px; margin-top: -10px; opacity: 0; position: absolute; top: 50%; -webkit-transition: opacity 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s; transition: opacity 0.3s ease 0s; }
    .lightgallery .justified-gallery > a:hover .demo-gallery-poster { background-color: rgba(0, 0, 0, 0.5); }
    .lightgallery .video .demo-gallery-poster img { height: 48px; margin-left: -24px; margin-top: -24px; opacity: 0.8; width: 48px; }
.lightgallery a { border: 3px solid #04070a; }
.home .lightgallery { padding-bottom: 80px; }