/*---[PALETA BAREV - JEN ABYCH VIDEL NAHLED BREV A KODY]----------------------------------------------------------*/
.PaletaBarev {
    color: rgba(23, 126, 137, 1);
    
    color: rgba(255, 193, 193, 1);
    color: rgba(255, 166, 158, 1);
    color: rgba(170, 68, 101, 1);
    color: rgba(140, 36, 93, 1);
    color: rgba(70, 34, 85, 1);

    color: rgba(52, 52, 74, 1);
    color: rgba(204, 90, 113, 1);
    color: rgba(131, 33, 97, 1);
    color: rgba(255, 148, 105, 1);
    color: rgba(189, 79, 108, 1);

    color: rgba(237, 123, 81, 1);
    color: rgba(107, 37, 41, 1);
    color: rgba(232, 181, 170, 1);
    color: rgba(66, 81, 58, 1);
    color: rgba(244, 212, 181, 1);

    color: rgba(23, 126, 137, 1); /*#177e89*/
    color: rgba(8, 76, 97, 1);
    color: rgba(109, 33, 60, 1);
    color: rgba(219, 58, 52, 1);
    color: rgba(250, 159, 66, 1);
}





/*---[BODY, HTML, SECTION...]-------------------------------------------------------------------------------------*/
body, html {
    margin: 0px;
    color: #1b1b1b;
}

body {
    height: 100%;
    line-height: 1.4;
    font-family: 'Montserrat', sans-serif;
    /*font-family: 'Lato', sans-serif;*/
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-family: 'Literata', serif;*/
    /*font-family: 'PT Serif', serif;*/
    /*display: none;*/
}


section {
    padding-top: 100px;
    padding-bottom: 150px;
}

.sekce-wrapper {
    width: 90%;
    margin: auto;
}


.sekce-text {
    font-family: 'Montserrat', sans-serif;
}



/*---[MAIN MENU]-------------------------------------------------------------------------------------------------*/

#mainNav {
    min-height: 75px;
    /*background-color: #177e89; */
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    padding: 5px;
    margin: 0px;
    transition: background-color 0.5s ease;
    /* border-bottom: 1px solid rgba(250, 159, 66, 1); */
}




#mainNav.navbgcolor {
    background-color: #177e89;
}

#mainNav .navbar-toggler {
    font-size: 80%;
    padding: 0.75rem;
    color: #64a19d;
    border: 1px solid #64a19d;
}

        #mainNav .navbar-toggler:focus {
            outline: none;
        }
    
    #mainNav .navbar-brand {
        color: #ffffff;
        font-size:36px;
        margin-left: 30px;
        padding-top: 4px;
        padding-bottom: 0px;
        font-weight: normal;
    }

    #mainNav .navbar-brand:hover {
        color: #ffffff;
    }

        #mainNav .navbar-brand .menu-inicialy {
            height: 52px;
            margin-right: 30px;
            padding-top: 0px;
        }

    #mainNav .navbar-nav .nav-item .nav-link .menu-icon {
        color: white;
    }


    #mainNav .navbar-nav .nav-item .nav-link {
        color: #d8d6d6;
        outline: none;
        background-color: transparent;
        margin-right: 30px;
        padding-top: 0px;
        padding-bottom: 0px;
        border-top: 0px solid rgba(23, 126, 137, 1);
    }

    
        #mainNav .navbar-nav .nav-item .nav-link:hover {
            color: #ffffff;
            border-top: 0px solid #222222;
        }



        #mainNav .navbar-nav .nav-item:active {
            outline: none;
            background-color: transparent;
            color: #ffffff;
        }

        #mainNav .navbar-nav .nav-item:focus {
        outline: none;
        background-color: transparent;
        }


/*---[UVOD]-------------------------------------------------------------------------------------------------*/
.uvod {
    background: linear-gradient(rgba(20,20,20, 0.25), rgba(20,20,20, 0.25)), url(../images/blur-1853957.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    height: 100vh;
    width: 100%;
    margin: auto;
}      

.uvod-logo {
    margin-top: 100px;
    width: 1000px;
}

.uvod-motto1 {
    color: #ffffff;
    font-size: 42px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 30px;
}

.uvod-cara {
    background-color: rgba(250, 159, 66, 1);
    height: 1.4px;
}

.uvod-text {
    color: #ffffff;
    font-size: 38px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-shadow: 2px 2px 2px #333333;
}

.uvod-motto2 {
    color: #ffffff;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-shadow: 2px 2px 2px #333333;
}


.uvod-inicialy {
    height: 60px;
    margin-top: 20px;
}


.uvod-btn {
    color: #ffffff;
    border-color: #ffffff;
    background: rgba(0,0,0,0.4);
    border-width: 1px;
    margin-top: 40px;
}

    .uvod-btn:hover {
        color: #ffffff;
        border-color: #ffffff;
        background-color: rgba(23, 126, 137, 1);
    }



/*---[SLUZBY]-------------------------------------------------------------------------------------------------*/
.sekce-sluzby {
    background-color: rgb(237, 237, 237);
    width: 100%;
    margin: auto;
}

.sluzby-nadpis {
    font-family: 'Literata', serif;
    margin-bottom: 20px;
    font-size: 48px;
    color: rgb(124, 124, 124);
    padding-top: 0px;
}

.sluzby-cara {
    margin-top: 5px;
    margin-bottom: 50px;
    background-image: linear-gradient(90deg, rgb(135, 65, 83), transparent);
    height: 2px;
    border: 0px;
    width: 100%;
    margin-left: 0px;
    margin-right: auto;
}

.sekce-text-sluzby {
    font-size: 31px;
    color: #303030;
    margin-bottom: 65px;
}

.sluzby-w {
    border-left: 14px solid #874153; 
    /*background: linear-gradient(to right, rgba(0, 0, 0, 0.1), transparent);*/
    padding-left: 15px;
    margin-top: 0px;
    width: 100%;
}

.sluzby-w-head {
    font-size: 28px;
    color: #874153;
}

.sluzby-m {
    border-left: 14px solid #216183;
    /*background: linear-gradient(to right, rgba(0, 0, 0, 0.1), transparent);*/
    padding-left: 15px;
    margin-top: 35px;
    width: 100%;
}

.sluzby-m-head {
    font-size: 28px;
    color: #216183;
}


.sluzby-k {
    border-left: 14px solid #7D5648;
    /*background: linear-gradient(to right, rgba(0, 0, 0, 0.1), transparent);*/
    padding-left: 15px;
    margin-top: 35px;
    width: 100%;
}

.sluzby-k-head {
    font-size: 28px;
    color: #7D5648;
}

.sluzby-e {
    border-left: 14px solid rgb(151, 133, 75);
    /*background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));*/
    padding-left: 15px;
    margin-top: 35px;
    width: 100%;
}

.sluzby-e-head {
    font-size: 28px;
    color:  rgb(151, 133, 75);
}

.sluzby-list {
    font-size: 18px;
    color: #303030;
}

.sluzby-interier {
    border-left: 14px solid #111111;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    padding-left: 20px;
    margin-top: 35px;
    width: 52%;
    color: #DDDDDD;
    padding-top: 5px;
    padding-bottom: 5px;
}

.londalogo {
    height: 25px;
    vertical-align: top;
    opacity: 0.6;
}

.londalogomodal {
    height: 40px;
    vertical-align: middle;
    opacity: 0.6;
}

.linklonda {
    color: #874153;
    font-weight: 500;
    text-decoration: underline;
}

    .linklonda:hover {
        color: #303030;
        font-weight: 500;
        text-decoration: underline;
    }

.sluzby-card-image{
    height: 230px;
}

.sluzby-card-btn {
    color: rgb(124, 124, 124);
    font-size: 28px;
    margin-left: 178px;
    cursor: pointer;
}

.sluzby-card-btn:hover{
    color: #874153;
}


/*---[GALERIE]-------------------------------------------------------------------------------------------------*/
.sekce-galerie {
    background-color: rgb(237, 237, 237);
    width: 100%;
    margin: auto;
}

.galerie-nadpis {
    font-family: 'Literata', serif;
    margin-bottom: 20px;
    font-size: 48px;
    color: rgb(124, 124, 124);
    padding-top: 0px;
}

.galerie-cara {
    margin-top: 5px;
    margin-bottom: 50px;
    background-image: linear-gradient(90deg, rgb(135, 65, 83), transparent);
    height: 2px;
    border: 0px;
    width: 100%;
    margin-left: 0px;
    margin-right: auto;
}

.galerie-container-all {
    margin: 0px auto;
}

.galerie-container {
    width: calc(20% - 15px);
    overflow: hidden;
    margin: 5px;
    padding: 0px;
    display: block;
    position: relative;
    float: left;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}

.galerie-img {
    width: 100%;
    transition-duration: .3s;
    max-width: 100%;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.galerie-title {
    position: absolute;
    display: block;
    cursor: crosshair;
    top: 35%;
    display: none;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 1.6em;
    text-shadow: 1px 5px 10px black;
    transition-duration: .3s;
}

.galerie-text {
    position: absolute;
    top: 70%;
    cursor: crosshair;
    max-width: 80%;
    text-align: center;
    left: 50%;
    text-shadow: 1px 5px 10px black;
    font-size: 1em;
    display: none;
    margin-right: -50%;
    transition-duration: .3s;
    transform: translate(-50%, -50%)
}

.galerie-container:hover img {
    transform: scale(1.2);
    transition-duration: .3s;
    filter: grayscale(50%);
    opacity: .7;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.galerie-container:hover span {
    color: white;
    display: block;
    transition-duration: .3s;
}




/*---[CENIK]-------------------------------------------------------------------------------------------------*/
.sekce-cenik {
    background-color: rgb(237, 237, 237);
    width: 100%;
    margin: auto;
}

.cenik-nadpis {
    font-family: 'Literata', serif;
    margin-bottom: 20px;
    font-size: 48px;
    color: rgb(124, 124, 124);
    padding-top: 0px;
}

.cenik-cara {
    margin-top: 5px;
    margin-bottom: 50px;
    background-image: linear-gradient(90deg, rgb(135, 65, 83), transparent);
    height: 2px;
    border: 0px;
    width: 100%;
    margin-left: 0px;
    margin-right: auto;
}

.cenik-avatar {
    height: 40px;
    padding-right: 30px;
}

.cenik-tab {
    color: #303030;
    text-align: left;
    margin-top: 15px;
}


.cenik-tab > tbody > tr > td {
    padding-left: 30px;
}

.cenik-tab-thead-w {
    font-size: 22px;
    font-weight: normal;
    border-top: 2px solid rgb(237, 237, 237);
}

.cenik-tab-thead-m {
    font-size: 22px;
    font-weight: normal;
    border-top: 2px solid rgb(237, 237, 237);
}

.cenik-footer {
    color: rgb(135, 65, 83);
    margin-top: 25px;
    justify-content: center;
}



/*---[KONTAKT]-------------------------------------------------------------------------------------------------*/
.sekce-kontakt-horni {
    background-color:  rgb(237, 237, 237);
    width: 100%;
    margin: auto;
    /*background: linear-gradient(180deg, #888888 0%, #ffffff 100%)*/
}

.sekce-kontakt-dolni {
    background-color: rgb(237, 237, 237);
    width: 100%;
    margin: auto;
}

.kontakt-nadpis {
    font-family: 'Literata', serif;
    margin-bottom: 20px;
    font-size: 48px;
    color: rgb(124, 124, 124);
    padding-top: 0px;
}

.kontakt-cara {
    margin-top: 5px;
    margin-bottom: 50px;
    background-image: linear-gradient(90deg, rgb(135, 65, 83), transparent);
    height: 2px;
    border: 0px;
    width: 100%;
    margin-left: 0px;
    margin-right: auto;
}

.kontakt-right {
    margin: auto;
    margin-top: 0px;
    padding-top: 0px;
}

.avatarcard {
    width: 340px;
    background-color: rgba(0, 0, 0, 0.03);
}

.avatar-img {
    width: 245px;
    padding-top: 15px;
}

.kontakt-name {
    font-family: 'Courgette', cursive;
    font-weight: normal;
    font-size: 38px;
    text-align: center;
    color: #000000;
}

.kontakt-body {
    text-align: left;
}

.kontakt-motto {
    /*color: #893517;*/
    color: #976859;
}

.kontakt-info-header {
    font-weight: normal;
    font-size: 30px;
}

.kontakt-info {
    font-weight: normal;
    font-size: 18px;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 45px;
    margin-bottom: 20px;
}


.kontakt-info-icons {
    vertical-align: middle;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 30px;
}

.kontakt-info-iconstxt {
    font-weight: normal;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 10px;
}


.kontakt-info-tel {
    font-weight: bold;
    font-size: 26px;
    vertical-align: middle;
    margin-left: 10px;
}

.kontakt-info-pracdoba{
    text-align:left;
    margin:auto;
}


.kontakt-tabletdh {
    background-color: rgba(0, 0, 0, 0.08);
}

.kontakt-tabletd {
    color: #7D5648;
    text-align: center;
    background-color: #FFFFFF;
    font-size: 17px;
}

.kontakt-info-podpis {
    font-family: 'Courgette', cursive;
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}

.adresa-top {
    border: 5px solid #FFFFFF;
    border-radius: 5px;
    background-color: #CDCDCD;
    padding-left: 0px;
}

.adresa-header {
    color: #101010;
    font-size: 32px;
    margin-bottom: 30px;
    justify-content: center;
    width: 100%;
}

.adresa-subheader {
    font-size: 27px;
    color: #af7866;
    padding-bottom: 20px;
}

.adresa-card{
    padding-left: 0px;
    padding-right: 0px;
}

.adresa-card-header {
    font-size: 22px;
    background-color:rgba(175, 120, 102, 0.8);
}

.adresa-card-title{
    font-size: 21px;
}

.adresa-info {
    font-weight: normal;
    font-size: 18px;
    padding-top: 2px;
}

.adresa-mapa {
    margin-top: 40px;
    padding: 0px;
    border: 2px solid #FFFFFF;
    border-radius: 2px;
}

.google-mapa{
    width: 100%;
    height: 370px;
    border: 4px solid #FFFFFF;
    align-content: center; 
}

.sekce-footer {
    background-color: #777777;
    height: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.studiobay-footer {
    background-color: #777777;
    color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 0px;
    text-align:center;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 800px;
}

.modalrow {
    height: 250px;
    min-height: 250px;
    margin: auto;
    padding: 0px;
    vertical-align: middle;
}

.modal-interier {
    width: 1200px;
    position: absolute;
    float: left;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



/*#####################################################################################################################*/
/*---[MEDIA QUERIES...]------------------------------------------------------------------------------------------------*/
/*#####################################################################################################################*/

/*Extra small devices (portrait phones, less than 576px) ##############################################################*/
@media (min-width: 300px) and (max-width: 480px) {
    #mainNav {
        font-size: 22px;
    }

        #mainNav .navbar-brand {
            color: #ffffff;
            font-size: 24px;
            margin-left: 10px;
            padding-top: 4px;
            padding-bottom: 0px;
            font-weight: normal;
        }


    section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .sekce-uvod {
        background-color: rgb(237, 237, 237);
        width: 100%;
        margin: auto;
    }

    .uvod-logo {
        margin-top: 70px;
        padding-top: 30px;
        width: 330px;
    }

    .uvod-motto1 {
        color: #FFFFFF;
        font-size: 36px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        margin-top: 30px;
    }

    .uvod-text {
        color: #ffffff;
        font-size: 24px;
        font-family: 'Montserrat', sans-serif;
        font-weight: normal;
        text-shadow: 2px 2px 2px #333333;
        padding-top: 20px;
    }

    .sluzby-nadpis {
        font-family: 'Literata', serif;
        margin-bottom: 20px;
        font-size: 22px;
        color: rgb(124, 124, 124);
        padding-top: 0px;
    }

    .sekce-text-sluzby {
        font-size: 20px;
        color: #303030;
        margin-bottom: 40px;
    }

    .sluzby-w-head {
        font-size: 22px;
    }

    .sluzby-m-head {
        font-size: 22px;
    }

    .sluzby-k-head {
        font-size: 22px;
    }

    .sluzby-e-head {
        font-size: 22px;
    }

    .sluzby-list {
        font-size: 14px;
    }

    .sluzby-w {
        border-left: 10px solid #874153;
    }

    .sluzby-m {
        border-left: 10px solid #216183;
    }

    .sluzby-k {
        border-left: 10px solid #7D5648;
    }

    .sluzby-e {
        border-left: 10px solid rgb(151, 133, 75);
    }

    .sluzby-card-mediadev {
        margin-top: 20px;
        margin: 15px auto;
        width: 300px;
    }

    .sluzby-card-btn {
        visibility: hidden;
    }

    .sluzby-crd-txt {
        font-size: 15px;
    }

    .galerie-nadpis {
        font-family: 'Literata', serif;
        margin-bottom: 20px;
        font-size: 22px;
        color: rgb(124, 124, 124);
        padding-top: 0px;
    }


    .galerie-title {
        visibility: hidden;
    }

    .galerie-text {
        font-size: 9px;
    }

    .cenik-nadpis {
        font-family: 'Literata', serif;
        margin-bottom: 20px;
        font-size: 22px;
        color: rgb(124, 124, 124);
        padding-top: 0px;
    }

    .cenik-avatar {
        height: 30px;
    }

    .cenik-tab-thead-w {
        font-size: 15px;
    }

    .cenik-tab-thead-m {
        font-size: 15px;
    }

    .cenik-tab > tbody > tr > td {
        padding-left: 30px;
        font-size: 14px;
    }

    .cenik-footer {
        font-size: 14px;
        line-height: 30px;
        justify-content: space-between;
    }


    .avatarcard {
        width: 300px;
        background-color: rgba(0, 0, 0, 0.03);
        margin: 10px auto;
    }

    .avatar-img {
        width: 245px;
        padding-top: 15px;
    }

    .kontakt-name {
        font-family: 'Courgette', cursive;
        font-weight: normal;
        font-size: 38px;
        text-align: center;
        color: #000000;
    }

    .kontakt-body {
        text-align: left;
    }

    .kontakt-motto {
        /*color: #893517;*/
        color: #976859;
    }

    .kontakt-nadpis {
        font-family: 'Literata', serif;
        margin-bottom: 20px;
        font-size: 22px;
        color: rgb(124, 124, 124);
        padding-top: 0px;
    }

    .kontakt-info-header {
        font-size: 20px;
    }

    .kontakt-tabletdh {
        font-size: 16px;
    }

    .kontakt-tabletd {
        font-size: 14px;
    }

    .kontakt-info-icons {
        visibility: hidden;
    }

    .kontakt-info-iconstxt {
        visibility: hidden;
    }

    .kontakt-info-podpis {
        margin-top: 0px;
    }

    .sekce-kontakt-dolni {
        margin-top: 0px;
    }

    .adresa-header {
        font-size: 25px;
    }

    .adresa-subheader {
        font-size: 25px;
    }

    .studiobay-footer {
        background-color: #777777;
        color: #FFFFFF;
        padding-top: 30px;
        padding-bottom: 0px;
        text-align: center;
        font-size: 13px;
    }
}

    /*Extra small devices (portrait phones, less than 576px) ##############################################################*/
@media (min-width: 481px) and (max-width: 575px) {

    #mainNav {
        font-size: 30px;
    }

    #mainNav .navbar-brand {
        color: #ffffff;
        font-size: 24px;
        margin-left: 30px;
        padding-top: 4px;
        padding-bottom: 0px;
        font-weight: normal;
    }
    
    
    section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .sekce-uvod {
        background-color: rgb(237, 237, 237);
        width: 100%;
        margin: auto;
    }

    .uvod-logo {
        margin-top: 70px;
        padding-top: 40px;
        width: 500px;
    }

    .uvod-motto1 {
        color: #FFFFFF;
        font-size: 45px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        margin-top: 30px;
    }

    .uvod-text {
        color: #ffffff;
        font-size: 34px;
        font-family: 'Montserrat', sans-serif;
        font-weight: normal;
        text-shadow: 2px 2px 2px #333333;
    }

    .sluzby-nadpis {
        font-family: 'Literata', serif;
        margin-bottom: 20px;
        font-size: 34px;
        color: rgb(124, 124, 124);
        padding-top: 0px;
    }

    .sekce-text-sluzby {
        font-size: 24px;
        color: #303030;
        margin-bottom: 40px;
    }

    .sluzby-card-mediadev {
        margin-top: 20px;
    }

    .sluzby-card-btn {
        visibility: hidden;
    }

    .sluzby-crd-txt {
        font-size: 13px;
    }

    .cenik-nadpis {
        font-family: 'Literata', serif;
        margin-bottom: 20px;
        font-size: 34px;
        color: rgb(124, 124, 124);
        padding-top: 0px;
    }

    .galerie-nadpis {
        font-family: 'Literata', serif;
        margin-bottom: 20px;
        font-size: 34px;
        color: rgb(124, 124, 124);
        padding-top: 0px;
    }


    .galerie-title {
        visibility: hidden;
    }

    .galerie-text {
        font-size: 10px;
    }


    .cenik-nadpis {
        font-family: 'Literata', serif;
        margin-bottom: 20px;
        font-size: 34px;
        color: rgb(124, 124, 124);
        padding-top: 0px;
    }

    .cenik-footer {
        font-size: 17px;
        line-height: 30px;
        justify-content: space-between;
    }

    .kontakt-nadpis {
        font-family: 'Literata', serif;
        margin-bottom: 20px;
        font-size: 25px;
        color: rgb(124, 124, 124);
        padding-top: 0px;
    }

    .studiobay-footer {
        background-color: #777777;
        color: #FFFFFF;
        padding-top: 30px;
        padding-bottom: 0px;
        text-align: center;
        font-size: 13px;
    }
}

    /*Small devices (landscape phones, 576px and up) ######################################################################*/
    @media (min-width: 576px) and (max-width: 767px) {

        .sekce-uvod {
            background-color: rgb(237, 237, 237);
            width: 100%;
            margin: auto;
        }

        .uvod-logo {
            margin-top: 70px;
            padding-top: 40px;
            width: 500px;
        }

        .uvod-motto1 {
            color: #FFFFFF;
            font-size: 45px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            text-transform: uppercase;
            margin-top: 30px;
        }

        .uvod-text {
            color: #ffffff;
            font-size: 36px;
            font-family: 'Montserrat', sans-serif;
            font-weight: normal;
            text-shadow: 2px 2px 2px #333333;
        }

        .sluzby-nadpis {
            font-family: 'Literata', serif;
            margin-bottom: 20px;
            font-size: 38px;
            color: rgb(124, 124, 124);
            padding-top: 0px;
        }

        .sekce-text-sluzby {
            font-size: 24px;
            color: #303030;
            margin-bottom: 40px;
        }

        .sluzby-card-mediadev {
            margin-top: 20px;
        }

        .sluzby-card-btn {
            visibility: hidden;
        }
    }

    /*Medium devices (tablets, 768px and up) ##############################################################################*/
    @media (min-width: 768px) and (max-width: 991px) {
        .sekce-uvod {
            background-color: rgb(237, 237, 237);
            width: 100%;
            margin: auto;
        }

        .uvod-logo {
            margin-top: 70px;
            padding-top: 40px;
            width: 600px;
        }

        .uvod-motto1 {
            color: #FFFFFF;
            font-size: 40px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            text-transform: uppercase;
            margin-top: 30px;
        }

        .uvod-text {
            color: #ffffff;
            font-size: 32px;
            font-family: 'Montserrat', sans-serif;
            font-weight: normal;
            text-shadow: 2px 2px 2px #333333;
        }

        .sluzby-nadpis {
            font-family: 'Literata', serif;
            margin-bottom: 20px;
            font-size: 38px;
            color: rgb(124, 124, 124);
            padding-top: 0px;
        }

        .sekce-text-sluzby {
            font-size: 24px;
            color: #303030;
            margin-bottom: 40px;
        }

        .sluzby-card-mediadev {
            margin-top: 20px;
        }

        .sluzby-card-btn {
            visibility: hidden;
        }

        .sluzby-nadpis {
            font-family: 'Literata', serif;
            margin-bottom: 20px;
            font-size: 42px;
            color: rgb(124, 124, 124);
            padding-top: 0px;
        }

        .galerie-nadpis {
            font-family: 'Literata', serif;
            margin-bottom: 20px;
            font-size: 42px;
            color: rgb(124, 124, 124);
            padding-top: 0px;
        }

        .cenik-nadpis {
            font-family: 'Literata', serif;
            margin-bottom: 20px;
            font-size: 42px;
            color: rgb(124, 124, 124);
            padding-top: 0px;
        }

        .cenik-footer{
            font-size: 22px;
        }


        .kontakt-nadpis {
            font-family: 'Literata', serif;
            margin-bottom: 20px;
            font-size: 42px;
            color: rgb(124, 124, 124);
            padding-top: 0px;
        }

        .avatarcard {
            padding-bottom: 20px;
        }
        

        .kontakt-info-header {
            padding-top:20px;
        }
        
        .kontakt-info-icons {
            vertical-align: middle;
            font-size: 10px;
            padding-left: 20px;
            padding-right: 30px;
        }

        .kontakt-info-iconstxt {
            font-weight: normal;
            font-size: 12px;
            vertical-align: middle;
            margin-left: 1px;
        }

        .adresa-subheader {
            font-size: 22px;
        }

        .studiobay-footer {
            font-size: 14px;
        }

        .galerie-title {
            font-size: 14px;
        }

        .galerie-text {
            font-size: 12px;
        }

    }


    /*Large devices (desktops, 992px and up) ##############################################################################*/
    @media (min-width: 992px) and (max-width: 1199px) {
    }

    /*Large devices (large desktops) ######################################################################################*/
    @media (min-width: 1200px) and (max-width: 1679px) {
        .sekce-uvod {
            background-color: rgb(237, 237, 237);
            width: 100%;
            margin: auto;
        }
    
        .uvod-logo {
            margin-top: 70px;
            padding-top: 40px;
            width: 510px;
        }
    
        .uvod-motto1 {
            color: #FFFFFF;
            font-size: 40px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            text-transform: uppercase;
            margin-top: 30px;
        }
    
        .uvod-text {
            color: #ffffff;
            font-size: 30px;
            font-family: 'Montserrat', sans-serif;
            font-weight: normal;
            text-shadow: 2px 2px 2px #333333;
        }

        .sluzby-card-image{
            height: 210px;
        }
        
        .sluzby-card-btn {
            color: rgb(124, 124, 124);
            font-size: 28px;
            margin-left: 50px;
            cursor: pointer;
        }
        
        .sluzby-card-btn:hover{
            color: #874153;
        }

        .avatarcard {
            width: 270px;
            background-color: rgba(0, 0, 0, 0.03);
            margin: 10px auto;
        }
    
        .avatar-img {
            width: 230px;
            padding-top: 15px;
        }
    
        .kontakt-name {
            font-family: 'Courgette', cursive;
            font-weight: normal;
            font-size: 38px;
            text-align: center;
            color: #000000;
        }
    
        .kontakt-body {
            text-align: left;
        }
    
        .kontakt-motto {
            /*color: #893517;*/
            color: #976859;
            font-size: 14px;
        }
    
   
        .kontakt-info-header {
            font-size: 20px;
        }
    
        .kontakt-tabletdh {
            font-size: 16px;
        }
    
        .kontakt-tabletd {
            font-size: 14px;
        }
    
        .kontakt-info-icons {
            font-size: 10px;
        }
    
        .kontakt-info-iconstxt {
            font-size: 10px;
        }
    
        .kontakt-info-podpis {
            margin-top: 10px;
        }
    
        .sekce-kontakt-dolni {
            margin-top: 0px;
        }
    
        .adresa-header {
            font-size: 25px;
        }
    
        .adresa-subheader {
            font-size: 25px;
        }
    
        .studiobay-footer {
            background-color: #777777;
            color: #FFFFFF;
            padding-top: 30px;
            padding-bottom: 0px;
            text-align: center;
            font-size: 13px;
        }
    }




    /*Extra large devices (large displays) ################################################################################*/
    @media (min-width: 1680px) and (max-width: 1919px) {
        /*---[SLUZBY]---------------------------*/
        .sekce-text-sluzby {
            font-size: 27px;
            color: #303030;
            margin-bottom: 55px;
        }

        .sluzby-card-btn {
            color: rgb(124, 124, 124);
            font-size: 28px;
            margin-left: 125px;
            cursor: pointer;
        }

        .sluzby-card-image {
            height: 230px;
        }

        /*---[CENIK]---------------------------*/
        .cenik-nadpis {
            font-family: 'Literata', serif;
            margin-bottom: 20px;
            font-size: 48px;
        }

        .cenik-cara {
            margin-top: 5px;
            margin-bottom: 50px;
        }

        /*---[KONTAKT]------------------------*/
        .kontakt-nadpis {
            margin-bottom: 20px;
            font-size: 48px;
        }

        .avatarcard {
            width: 310px;
        }

        .avatar-img {
            width: 230px;
            padding-top: 15px;
        }

        .kontakt-name {
            font-family: 'Courgette', cursive;
            font-weight: normal;
            font-size: 35px;
            text-align: center;
        }

        .kontakt-body {
            text-align: left;
        }

        .kontakt-info-header {
            font-weight: normal;
            font-size: 28px;
        }

        .kontakt-info {
            font-weight: normal;
            font-size: 17px;
            vertical-align: middle;
            margin-left: 10px;
            margin-top: 40px;
        }

        .kontakt-info-icons {
            vertical-align: middle;
            font-size: 12px;
            padding-left: 20px;
            padding-right: 30px;
        }

        .kontakt-info-iconstxt {
            font-weight: normal;
            font-size: 15px;
            vertical-align: middle;
            margin-left: 1px;
        }

        .kontakt-info-podpis {
            margin-top: 70px;
            margin-bottom: 30px;
        }

        .modal-interier {
            width: 1200px;
            position: absolute;
            float: left;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }
    }






    /*FullHD and more devices (extra large displays) ######################################################################*/
    @media (min-width: 1920px) {
    }