﻿@font-face {
    font-family: Bertram;
    src: url("/Files/Fonts/Bertram Std Regular.otf") format("opentype");
}

.fotorama {
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0 !important;
    overflow: hidden;
    background-color: #fff;
}

    .fotorama div {
        text-align: center;
        display: block;
    }

    .fotorama .glass {
        text-align: center;
        display: block;
        margin: 40vh auto 0 auto;
        filter: drop-shadow(0 0 6px rgba(0, 0, 0, 1));
        max-width:800px;
    }

        .fotorama .glass b {
            display: block;
            color: #fff;
            font-family: 'Montserrat', sans-serif;
            font-size: 60px;
            line-height: 1.1;
            font-weight: normal;
            font-weight: 800;
        }

            .fotorama .glass b a {
                color: #fff;
            }

        .fotorama .glass p {
            color: #fff;
            font-family: 'Montserrat', sans-serif;
            font-size: 24px;
            letter-spacing: 1px;
            line-height: 1.5;
            font-weight: 600;
        }


.fotorama__nav--dots {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 25vh;
    left: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
    align-items: center;
}

    .fotorama__nav--dots .fotorama__nav__frame {
        width: 18px;
        height: 30px;
        display: inline-block;
        position: relative;
    }

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    background-color: #fff;
}

.fotorama__dot {
    width: 8px;
    height: 8px;
    border-color: #fff;
}

@media (max-width: 1440px) {
}

@media (max-width: 1366px) {

    .fotorama .glass b {
        font-size: 40px;
    }

    .fotorama .glass p {
        font-size: 18px;
    }
}

@media (max-width: 1280px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 760px) {

    .fotorama .glass b {
        font-size: 32px;
    }

    .fotorama .glass p {
        font-size: 16px;
    }

    .fotorama__nav--dots {
        bottom: 26vh;
    }
}


@media (max-width: 540px) {

}

@media (max-aspect-ratio: 1) {
    .fotorama {
        position: relative;
        width: 100%;
        height: 75vh;
        margin: 0 !important;
        overflow: hidden;
        background-color: #000;
    }

        .fotorama .glass {
           margin: 25vh auto 0 auto;
        }

}
