.gray-bg{
    border-radius:100px 0;
    background-color: #f2f2f4;
}
.text-middle{
    text-align: justify;
    max-width: 600px;
}
.text-strong{
    text-transform: uppercase;
    font-weight: 700;
}
.heading-icon{
     font-size: 25px;
     color: #19463d;
     padding: 20px 0;
 }
.text-big{
    font-size: 18px;
}
.text-justify{
    text-align: justify;
}

.heading-main{
    color: white;
    font-size: 40px;
    background: #19463d;
    border-radius: 100px 0 100px 0;
    padding: 10px 50px;
    width: 90%;
    margin: auto;
}

@media (min-width: 576px) {
    html {
        font-size: 1.6em;
    }
    .heading-icon{
        font-size: 1.6em;
    }
    .text-big{
        font-size: 1em;
    }

}
@media (min-width: 992px) {
    html {
        font-family: Arial, Roboto, Helvetica, sans-serif; font-weight: normal; font-style: normal; font-size: 1.125em; line-height: 1.188em; letter-spacing: 0;
    }
    .nav-link{
        border-radius:100px 0;
        background: #19463d;
        margin: 0 20px;
        width: 100%;
        color:white!important;
        font-weight:600;
        text-transform: uppercase;
        letter-spacing:1px;
        padding: 5 15px;
    }
    .nav-link:hover{
        background-color: rgb(115,0,0);
        transition: background-color 300ms ease;
    }
    .link-active{
        background-color: rgb(115,0,0);
        border-radius:100px 0;
        margin: 0 20px;
        width: 100%;
        color:white!important;
        font-weight:600;
        text-transform: uppercase;
        letter-spacing:1px;
        padding: 5 15px;
    }
}


@media (max-width: 991px) {
    .nav-link{
    color:white!important;
    font-weight:600;
    text-transform: uppercase;
    letter-spacing:1px;
    }
    .navbar-custom {
        background-color: #19463d!important;
        background-image: none !important;
        line-height: 2;
        font-size: 1em;

    }
    .nav-link {
        border-top: 1px solid #5a000040;
        border-bottom: 1px solid #5a000040;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .bg-light {
        background-color: #19463d !important;
    }
    .navbar-brand::after{
        content: " Ing. Peter Turčány, geodetické práce";
        font-size: 0.75em;
        color:white;
    }
    .heading-main{
        font-size: 30px;
        padding: 50px 30px;
    }
}
@media (min-width: 992px){
    .bg-light {
        background-color: transparent!important;
    }
}
@media (max-width:400px){
    .navbar-brand::after{
        content: " Ing. Peter Turčány";
        font-size: 0.75em;
        color:white;
    }
}
.navbar-custom{
    background: transparent;
    background-image: url('../img/Header-turcany.sk.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.shadow-up{
    box-shadow: 0px -5px 3px 0px rgba(204,198,204,1);
}
.hero-img {
        margin-top: -105px;
        width: 100%;
        background: transparent;
        background-image: url('../img/background-img.jpg');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 150px 0 0 0;
}
.hero-img-sub {
    margin-top: -105px;
    width: 100%;
    background: transparent;
    background-image: url('../img/background.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 0 0;
}
.space-fifty{
    margin-top:50px;
}
.space-fifty-b{
    margin-bottom: 50px;
}
.space-fifty-d{
     padding-bottom:50px;
 }
.space-200{
    margin-bottom: 200px;
}
.space-twenty{
    margin-bottom: 20px;
}
.space-hundred{
    margin-top: 50px;
    margin-bottom: 50px;
}
.space-twohundred{
    margin-top: 100px;
    margin-bottom: 100px;
}
.sirka{
    padding-right: 20px;
    padding-left: 20px;
}
.thumb-img{
    max-width: 600px;
    width: 100%;
    padding: 0 50px;
}
.team-photo{
    max-width: 600px;
    width: 100%;
}

.row.equal {
    display: flex;
    flex-wrap: wrap;
}

.link-body{
    color: inherit!important;
}
.link-body:hover{
    color: inherit;
    text-shadow: 1px 1px 20px #4e4e4e;
    text-transform: none;
    text-decoration: none;
    transition: text-shadow 600ms ease;

}.btn-success{
    background-color: #19463d;
    border-color: #19463d;
 }
.btn-success:hover{
    background-color: rgb(115, 0, 0);

}
.link-footer{
    color:#19463d;
}
.link-footer:hover{
    color: rgb(115,0,0);
    transition: color 600ms ease;
}
.img-fluid{
    padding-bottom: 20px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler{
    border-color: white;
}

