
@font-face {
    font-family: 'aktiv';
    src: url("../font/AktivGroteskCorp-Bold.ttf");
    font-style: normal;
}

@font-face {
    font-family: 'aktiv-regular';
    src: url("../font/AktivGroteskCorp-Regular.ttf");
    font-style: normal;
}

.font-aktiv-regular{
    font-family: aktiv-regular;
}

body {
    font-family: aktiv !important;
    background-color: white;
}

button:focus {
    outline: 0px !important;
}

.grid-item {
    float: left;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.font-12 {
    font-size: 12px;
}

.navbar {
    background: white !important;
}

.header {
    width: 100%;
    box-sizing: border-box;
    padding-top: 2.2vw;
    padding-bottom: 2.2vw;
    pointer-events: auto;
    z-index: 1200;
    position: static;
}

.navbar-brand{
    padding: 0px !important;
}

.navbar-light .navbar-nav .nav-link{
    color: black !important;
}

/*.header-position {
    transform: translateY(-100%);
}

.header:not(.shrink):not(.transparent-header-theme--override) {
    transition: background 300ms ease-in-out 0s, padding 540ms ease-in-out, transform 100ms ease-in-out 100ms;
    background-color: transparent !important;
}*/

.header-layout-nav-left .header-nav-item:not(:last-child) {
    margin-right: 1.5vw;
}

.header-nav-list > div {
    white-space: nowrap;
}

.header-title-text {
    font-weight: 700 !important;
    font-style: normal !important;
    letter-spacing: 0em !important;
    text-transform: none !important;
    line-height: 1.4em !important;
    /*font-size: 2rem !important;*/
    font-size: calc((2 - 1) * 1.2vh + 1rem);
}

.header-text-link{
    font-family: aktiv-regular !important;
    font-weight: 400 !important;
}

.footer-text{
    font-family: 'aktiv-regular';
    font-size: 18px;
}

.gallery-strips-item img {
    overflow: hidden !important;
    /*width: 100%;*/
    height: 430px;
    cursor: zoom-in;
}

.gallery-strips-item div {
   /*float: left;*/
}

.footer {
    padding-top: calc(30vmax / 10);
    padding-bottom: calc(30vmax / 10);
}

.about {
    display: flex;
    /*padding-top: 6.6vmax;*/
    /*padding-bottom: 6.6vmax;*/
}

.about img {
    /*height: 570px;*/
    width: 100%;
}

.about .image-card {
    background-color: #dfe0e1;
    width: 30%;
    padding: 35px;
    margin-top: 50px;
    margin-left: -100px;
    display: inline-table;
}

.about-image{
    width: 75%;
}

.email-btn {
    padding: 20px;
    border: 1px solid #a8a6a1;
    background: transparent;
    color: #a8a6a1;
}

.email-btn:hover {
    background: #a8a6a1 !important;
    color: white !important;
}

.contact-image img {
    width: 100%;
}

.blog-heading{
    font-size: 43px;
    font-weight: 700;
}

.blog-date{
    font-family: aktiv-regular;
    font-weight: 400;
}

.blog p{
    font-family: aktiv-regular;
}

.image-subtitle{
    font-family: aktiv-regular;
}

.blog-image {
    width: 100%;
}

.blog-title {
    font-size: calc((4 - 1) * 1.2vw + 1rem);
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-more-link {
    padding-top: 30px;
    color: #a8a6a1;
    font-size: calc((1 - 1) * 1.2vw + .8rem);
    border-bottom: 1px solid;
    padding-bottom: 2px;
}

.blog-more-link:hover {
    text-decoration: none !important;
    color: #a8a6a1;
}

.post-title {
    font-weight: 700;
    font-size: 3rem;
}

.author-name {
    color: black !important;
    font-size: 12px;
}

.author-name:hover {
    text-decoration: none;
}

.next-post {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0px;
}

.header-small-screen {
    display: none;
    z-index: 1200;
    padding-top: 100px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: white;
}

.header-small-screen a {
    font-size: 35px;
    margin: 0px;
    font-weight: 300;
    color: black;
    font-family: aktiv-regular;
}

.header-small-screen a:hover {
    text-decoration: none !important;
}

.header-social-link {
    position: fixed;
    bottom: 20px;
    left: 44%;
}

#close_header {
    display: none;
    cursor: pointer;
}

.active-link {
    border-bottom: 1px solid gray;
    padding-bottom: 3px;
}

.contact-email{
    font-weight: 600;
    font-size: 17px;
    margin: 28px 0px;
}



.contact h1{
    font-size: 43px !important;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #fff;
    opacity: 1;
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


.popup-box {
    position: fixed !important;
    z-index: 1200;
    padding-top: 50px;
    padding-bottom: 30px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    display: none;
}

.popup-box-main {
    background: #fff;
    max-width: 650px;
    margin: 0 auto;
    position: relative;
    padding: 40px;
    background: #fff;
}

.label {
    font-family: aktiv-regular;
    font-size: 14px;
}

.close-icon {
    cursor: pointer;
}

.info-submit-btn {
    height: 65px;
    width: 105px;
    background: black;
    color: white;
    border: 0px !important;
    padding: 13px 25px !important;
    border-radius: 0px !important;
}

.field-error {
    font-family: aktiv-regular;
    border-radius: 2px;
    background: #cc3b3b;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 23px;
    margin: 12px 0;
    padding: 5px 15px 3px 10px;
}

#gallery img{
padding: 7px !important;
    cursor: zoom-in;
}
#gallery1 img{
padding: 7px !important;
    cursor: zoom-in;
}
@media screen and (max-width: 1943px) and (min-width: 0) and (orientation: landscape) {
    .header-title-text {
        font-size: calc((2 - 1) * 1.1vw + 1rem) !important;
    }

    .header-text-link {
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 1366px) {
    .about .image-card {
        width: 35%;
    }
}
@media only screen and (max-width: 1280px) {
    .about .image-card {
        width: 37%;
    }
}
@media only screen and (min-width: 990px) {

    #close_header {
        display: none !important;
        cursor: pointer;
    }

    .header-small-screen {
        display: none !important;
    }

    #header_toggle_button {
        display: none !important;
    }

    body {
        overflow-y: scroll;
    }
}


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {

    .about {
        display: inherit !important;
    }

    .about-image {
        width: 90% !important;
    }

    .about .image-card {
        position: initial !important;
        margin-top: -60px;
        overflow: overlay;
        z-index: 1200;
        margin-left: 25px;
        width: 91%;
    }

    .gallery-strips-item img{
        width: 100%;
    }

    .popup-box{
        padding-top: 0px !important;
    }

    .field-error{
        font-size: 10px;
        line-height: 12px;
    }

    .header-social-link {
        left: 40% !important;
    }
}


/*!
 * justifiedGallery - v3.8.1
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2020 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
    filter: "alpha(opacity=10)";
    opacity: 0.1;
    margin: 0;
    padding: 0;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img,
.justified-gallery > a > svg,
.justified-gallery > div > svg,
.justified-gallery > figure > svg,
.justified-gallery > a > a > svg,
.justified-gallery > div > a > svg,
.justified-gallery > figure > a > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    border: none;
    filter: "alpha(opacity=0)";
    opacity: 0;
}
.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 5px;
    background-color: #000000;
    left: 0;
    right: 0;
    margin: 0;
    color: white;
    font-size: 12px;
    font-weight: 300;
    font-family: sans-serif;
}
.justified-gallery > a > .jg-caption.jg-caption-visible,
.justified-gallery > div > .jg-caption.jg-caption-visible,
.justified-gallery > figure > .jg-caption.jg-caption-visible {
    display: initial;
    filter: "alpha(opacity=70)";
    opacity: 0.7;
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-entry-visible {
    filter: "alpha(opacity=100)";
    opacity: 1;
    background: none;
}
.justified-gallery > .jg-entry-visible > img,
.justified-gallery > .jg-entry-visible > a > img,
.justified-gallery > .jg-entry-visible > svg,
.justified-gallery > .jg-entry-visible > a > svg {
    filter: "alpha(opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-filtered {
    display: none;
}
.justified-gallery > .jg-spinner {
    position: absolute;
    bottom: 0;
    margin-left: -24px;
    padding: 10px 0 10px 0;
    left: 50%;
    filter: "alpha(opacity=100)";
    opacity: 1;
    overflow: initial;
}
.justified-gallery > .jg-spinner > span {
    display: inline-block;
    filter: "alpha(opacity=0)";
    opacity: 0;
    width: 8px;
    height: 8px;
    margin: 0 4px 0 4px;
    background-color: #000;
    border-radius: 6px;
}


.text-tiny {
    font-size: 0.7em;
}

.text-small {
    font-size: 0.85em;
}

.text-big {
    font-size: 1.4em;
}

.text-huge {
    font-size: 1.8em;
}
