html {
    height: 100%;
}
body {
    background: #969696;
    height: 100%;
}
.container-fluid {
    height: 100%;
}
.row {
    height: 100%;
}

/* sidebar */

.sidebar {
    padding: 30px 20px;
    color: #eee;
    font-size: 13px;
}

.sidebar a {
    color: #eee;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.site-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 25px;
}

/* slideshow */

.slideshow {
    max-width: 900px;
    margin: auto;
    position: relative;
}

.slide {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 1s;
}

.slide.active {
    opacity: 1;
}

.home-slideshow img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.sidebar-background {
    background: #969696;
    padding-top: 20px;
}

.main-page {
    background: #999999;
    padding: 30px 10px;
}

.sidebar-background a {
    text-transform: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "Arial","Helvetica","sans-serif";
    line-height: 1.5em;
    font-style: normal;
    font-size: 12px;
    display: block;
    padding: .2em;
    color: #1f1f1f;
    margin-bottom: 0px;
}

.sidebar-second {
    padding-top: 15px;
}

.sidebar-second  a {
    font-family: "Helvetica",arial,sans-serif;
    font-weight: normal;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: proxima-nova;
    line-height: 1.8em;
    font-style: normal;
    font-size: 13px;
    color: #404040;
    margin-bottom: 0px;
}

.sidebar-background .submenu {
    margin-left: 10px;
}

.tile-img {
    width: 150px;
    height: 120px;
    object-fit: cover;
    cursor: pointer;
}

#image-viewer img{
    max-height: 80vh;
    cursor: pointer;
}

.gallery-img{
    width:168px;
    height:126px;
    object-fit:cover;
    cursor:pointer;
}