:root {
    --jumbotron-padding-y: 3rem;
}
body{
    color: #585858;
    text-align: left;
    background-color: #fff;
    text-transform: uppercase;
    /*font-family: 'Albert Sans', sans-serif;*/
    font-family: 'Helvetica', sans-serif;
}
header{
    /*margin-top: 70px;*/
    margin-top: 30px;
    z-index: 100;
    position: relative;
}
header h1{
    text-transform: uppercase;
    color: #010101;
}
a{
    color: #585858;
}
a:hover{
    color: #010101;
}
.navbar{
    background-color: #fff;
    text-align: center;
}
.navbar-nav li a {
    color: #010101!important;
}
.navbar-nav .active, .navbar-nav li a:hover {
    text-decoration: underline;
    text-underline-offset: 6px;
}
.navbar button{
    margin: 0 auto;
}
.jumbotron {
    padding-top: var(--jumbotron-padding-y);
    padding-bottom: var(--jumbotron-padding-y);
    margin-bottom: 0;
    background-color: #494c45;
}
.jumbotron p:last-child {
    margin-bottom: 0;
}

.jumbotron-heading {
    font-weight: 300;
}

.jumbotron .container {
    max-width: 40rem;
}
.home-image{
    /*border: 4px solid #585858;*/
    max-width: 450px;
}
footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
footer p {
    margin-bottom: .25rem;
}
.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.gallery-row{
    justify-content: space-between;
}
.gallery-container .gallery-item .gallery-title{
    position: relative;
    top: 235px;
}
.justified-gallery{
    margin-top: -70px;
}

.justified-gallery > a{
    overflow: initial!important;
    cursor: pointer;
}
.justified-gallery > a > .jg-caption{
    display: block!important;
    position: absolute;
    top: 100%;
    padding: 5px;
    /*background-color: #000;*/
    left: 0;
    right: 0;
    margin: 0;
    color: black!important;
    font-size: 12px;
    font-weight: 300;
    font-family: sans-serif;
    background-color: transparent!important;
}
.navbar-dark .navbar-toggler-icon{
    background-image: initial;
}
.navbar-dark .navbar-toggler-icon i{
    font-size: 20px;
    color: #010101;
}
.lg-sub-html a{
    padding-top: 5px;
    color: white!important;
    font-weight: 600;
}
.justified-gallery > a > .jg-caption i{
    color: red;
    position: absolute;
    top: 5px;
    right: 4px;
    font-size: 15px;
}
.lg-sub-html i{
    color: red;
    padding-bottom: 5px;
}
.content-container{
    max-width: 60%;
    margin: 0 auto;
    text-transform: initial;
}
.contact-info{
    font-size: 14px;
    text-transform: initial;
    text-align: right;
}
.contact-info ul{
    padding-left: 0;
}
.contact-info ul li{
    list-style-type: none;
    padding-bottom: 5px;
}
.contact-info ul li i{
    padding-left: 10px;
}
.contact-info img{
    width: initial;
}
main{
    text-transform: initial;
}
.margin-center{
    margin: 0 auto;
}
.btn-primary {
    background-color: gray;
    border-color: gray;
}
.btn-primary:hover{
    background-color: darkgray;
    border-color: darkgray;
}
textarea{
    color: #6c757d;
    resize: none;
}
.justified-gallery > a > .jg-caption{
    text-transform: uppercase;
    padding-right: 20px!important;
}
.contact h4, .content h2{
    text-transform: uppercase;
}
.content h2{
    -moz-text-decoration-color: #dee2e6;
    text-decoration-color: #dee2e6;
    text-underline-offset: 15px;
}
.form-control, .btn-primary{
    border-radius: initial;
}
.btn-primary{
    width: 30%;
    /*margin: 0 auto;*/
}

.lang-menu .selected-lang{
    padding-left: 5px;
}

.lang-menu .selected-lang img{
    height: 20px;
    position: relative;
    margin: 15px;
    margin-right: 0;
    min-width: 40px;
}

.lang-menu {
    text-align: right;
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 15px;
}
.lang-menu .selected-lang {
    display: flex;
    justify-content: space-between;
    line-height: 2;
    cursor: pointer;
    line-height: 50px;
}
.lang-menu ul {
    margin: 0;
    padding: 0;
    display: none;
    background-color: #fff;
    border: 1px solid #f8f8f8;
    position: absolute;
    top: 38px;
    left: 15px;
    border-radius: 5px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
    z-index: 100;
    width: 50px;
    height: 80px;
}
.lang-menu ul li {
    list-style: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
    text-align: center;
    display: block;
    line-height: 25px;
}
.lang-menu ul li a {
    text-decoration: none;
    padding: 5px 10px;
    display: block;
}
.lang-menu ul li a img{
    height: 15px;
    width: 30px;
}
.lang-menu ul li:hover {
    background-color: #f2f2f2;
}
.lang-menu:hover ul {
    display: block;
    width: 50px;
}
main .album{
    padding-top: 1rem!important;
    padding-bottom: 20px!important;
}
.home-image-title{
    padding: 10px 0;
}
.justified-gallery > a > .jg-caption,
.lg-sub-html h4{
    font-style: italic;
}
.lang-menu div{
    display: inline-block;
}
.lang-menu div:not(:first-child){
    padding-left: 10px;
}
.lang-menu a img {
    width: 40px;
    height: 20px;
}
.lg-show-in .lg-next,
.lg-show-in .lg-prev{
    display: none;
}
.gallery-item .gallery-overlay{
    display: block;
    position: absolute;
    top: 0;
    background: black;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
}
.gallery-item:hover .gallery-overlay{
    display: none;
}
@media (min-width: 768px) {
    .jumbotron {
        padding-top: calc(var(--jumbotron-padding-y) * 2);
        padding-bottom: calc(var(--jumbotron-padding-y) * 2);
    }
}
@media (max-width: 768px) {
    .home-image{
        width: 100%;
    }
    .gallery-container .gallery-item .gallery-title{
        position: absolute;
        bottom: -40px;
        height: 30px;
        top: initial;
    }
    .content-container{
        max-width: 80%;
    }
    .contact-info{
        padding-left: 1rem !important;
    }
    .btn-primary{
        width: 100%;
    }
}
