/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: 'Arial MT Extra Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Arial MT Extra Bold'), url('../fonts/ARIALMTEXTRABOLD.woff') format('woff');
}


@font-face {
    font-family: 'Arial MT Light';
    font-style: normal;
    font-weight: normal;
    src: local('Arial MT Light'), url('../fonts/ARIALMTLIGHT.woff') format('woff');
}


@font-face {
    font-family: 'Arial MT Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Arial MT Medium'), url('../fonts/ARIALMTMEDIUM.woff') format('woff');
}


@font-face {
    font-family: 'Arial MT Extra Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial MT Extra Bold Italic'), url('../fonts/ARIALMTEXTRABOLDITALIC.woff') format('woff');
}


@font-face {
    font-family: 'Arial MT Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial MT Light Italic'), url('../fonts/ARIALMTLIGHTITALIC.woff') format('woff');
}


@font-face {
    font-family: 'Arial MT Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial MT Medium Italic'), url('../fonts/ARIALMTMEDIUMITALIC.woff') format('woff');
}


@font-face {
    font-family: 'Arial MT Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial MT Black Italic'), url('../fonts/arialmtblackitalic.woff') format('woff');
}


@font-face {
    font-family: 'Arial MT Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial MT Italic'), url('../fonts/ARIALMTITALIC.woff') format('woff');
}


@font-face {
    font-family: 'Arial MT Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Arial MT Bold'), url('../fonts/ARIALBOLDMT.woff') format('woff');
}


@font-face {
    font-family: 'Arial MT Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial MT Bold Italic'), url('../fonts/ARIALBOLDITALICMT.woff') format('woff');
}


@font-face {
    font-family: 'Arial MT Narrow Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Arial MT Narrow Regular'), url('../fonts/ARIALMTNARROW.woff') format('woff');
}


@font-face {
    font-family: 'Arial Rounded MT Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Rounded MT Regular'), url('../fonts/ARIALROUNDEDMT.woff') format('woff');
}


@font-face {
    font-family: 'Arial Rounded MT Bold Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Rounded MT Bold Regular'), url('../fonts/ARLRDBD.woff') format('woff');
}


@font-face {
    font-family: 'Arial MT Narrow Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial MT Narrow Italic'), url('../fonts/ARIALMTNARROWITALIC.woff') format('woff');
}


@font-face {
    font-family: 'ArialMT Regular';
    font-style: normal;
    font-weight: normal;
    src: local('ArialMT Regular'), url('.././fonts/arialmt.woff') format('woff');
}


@font-face {
    font-family: 'Arial MT Black Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Arial MT Black Regular'), url('../fonts/ARIALMTBLACK.woff') format('woff');
}


@font-face {
    font-family: 'Arial Rounded MT Light';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Rounded MT Light'), url('../fonts/ARIALROUNDEDMTLIGHT.woff') format('woff');
}


@font-face {
    font-family: 'Arial MT Narrow Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Arial MT Narrow Bold'), url('../fonts/ARIALMTNARROWBOLD.woff') format('woff');
}


@font-face {
    font-family: 'Arial MT Narrow Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial MT Narrow Bold Italic'), url('../fonts/ARIALMTNARROWBOLDITALIC.woff') format('woff');
}


@font-face {
    font-family: 'Arial Rounded MT ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Rounded MT ExtraBold'), url('../fonts/ARIALROUNDEDMTEXTRABOLD.woff') format('woff');
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: "ArialMT Regular", sans-serif;
}
body{
    background-image: url("../images/titulka.jpg");
    background-position: center 4.5rem;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;

}
.navbar-toggler{
    border: none;
}
#h1-navbar{
    font-size: 1em;
    font-weight: bold;
}
.navbar-brand{
    line-height: 1px;
    letter-spacing: 1.1px;
    padding-bottom: 15px;
}
.nav-item{
   /* font-family:  "Arial M", sans-serif; */
    font-size: 1.3em;
    margin-left: 2rem;
    margin-right: 2rem;
    letter-spacing: 1.2px;
}
.card-deck{
    margin-top: 50vh;
    margin-bottom: 2vh;
}
.custom-link{
    color: black;
    transition: color ease-in-out 200ms;
}

.card-header{
    font-weight: bold;
    background-color: white;
    letter-spacing: 0.5px;
    font-size: 1rem;
    z-index: 1;
    color: inherit;
}
.card-img-top{
    border-radius: 0;
    max-height: 25rem;
    z-index: 0;
    object-position: center;
    object-fit: cover;
    border: none;

}
.card:hover{
    transform: scale(1.02);
    height: available;
    border: none;
}
.card{

    transform: scale(1);
    transition: ease-in-out 500ms;
    border-radius: 0;
    border: none;
    max-width: 90%;
    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
}
.card-text{
    font-size: 0.8rem;
    text-align: justify;
    z-index: 1;
}
.card-body{
    z-index: 1;
}
.img-thumbnail{
    border: none;
    border-radius: 0;
    background-color: transparent;
    overflow: hidden;
}

.btn:focus, .btn:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
}

#image-gallery .modal-footer{
    display: block;
}

.thumb{
    margin-top: 15px;
    margin-bottom: 15px;
    height: 100%;
    overflow: hidden;
}
.img-thumbnail{
    padding: 0;
    height: 20vh;
    object-fit: cover;
    width: -webkit-fill-available;
}
@media screen and (min-width: 1350px){
    .img-thumbnail{
        height: 20vh;
    }
}
@media screen and (max-width: 1220px){
    .img-thumbnail{
        height: 10vh;
    }
}
@media screen and (max-width: 767px){
    .img-thumbnail{
        height: 30vh;
    }
}
h2{
    font-size: 1.1rem;
    color: black;
}
.reference{
    padding-left: 5%;
}
.reference>.row{
    width: 85%;
}
.content-container{
    margin-top: 30vh;
    background-color: white;
    padding-top: 25px;
    padding-bottom: 25vh;
}
.h2-cnc{
    font-weight: bold;
}
.cnc-image{
    width: 100%;
    height: auto;
    margin-top: 25px;
}
#cnc-text{
    margin-top: 25px;
}
#contact-container{
    padding-left: 10%;
    padding-right: 10%;
}
.custom-link:hover{
    text-decoration: none;
    color: #696969 !important;
}
.about-us{
    text-align: justify;
}