body {
    font-family: 'Lato', sans-serif;
    background-color: #FFF;
}

header .nav-item {
    font-size: 20px;
    position: relative;
}

header .nav-link {
    color: #FFF;
}

header .nav-link:hover {
    color: #FFF;
}

header .nav-link::after {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 4px;
    left: 0;
    background: #010101;
}

main {
    padding-top: 89px;
}

.link {
    color: #AE5A5E;
}

.carousel-caption {
    width: 100%;
    text-align: left;
    padding-bottom: 11rem;
    padding-top: 140px;
    left: 0;
    right: 0;
    bottom: 0;
}

.carousel-caption h5 {
    color: #FFFFFF;
    font-size: 36px;
    margin-bottom: 0;
}

.carousel-caption p {
    color: #FFFFFF;
    font-size: 36px;
    margin-bottom: 0;
}

.border-text {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #D2AE7E;
    border-radius: 8px;
    color: #FFF!important;
    text-decoration: none;
}

.border-icon {
    display: inline-block;
    border: 1px solid #D2AE7E;
    padding: 5px 10px;
    color: #D2AE7E;
    border-radius: 8px;
}

.footer p {
    color: #FFF;
}

.footer a {
    color: #D2AE7E;
}

.footer .list-inline {
    padding: 5px 10px;
}

#carouselMain .carousel-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 100%);
}


/*IKONY - ETAPY*/

#ikony-etapy {
    margin-top: 40px;
    margin-bottom: 40px;
}

#ikony-etapy .card,
#blog .card {
    border-radius: 0;
    /* border: 1px solid #D2AE7E; */
    border: 1px solid #D2AE7E;
    /* background: transparent; */
    background-color: #D2AE7E;
    box-shadow: none;
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
    padding: 14px 30px 18px 36px;
    cursor: pointer;
    text-decoration: none;
    /* color: #D2AE7E; */
    color: #FFF;
    margin-top: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#blog .card {
    align-items: start;
    justify-content: flex-start;
    cursor: auto;
    text-align: left;
}

#blog .card .card-author {
    text-align: left;
    width: 100%;
}

#ikony-etapy .card:hover,
#blog .card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

#ikony-etapy .card h3 {
    font-size: 24px;
    font-weight: 500;
}

#ikony-etapy .card p {
    font-size: 16px;
}

.carousel.slide {
    background-color: #F2F2F2;
}

.line {
    height: 5px;
    color: #D2AE7E;
    background-color: #D2AE7E;
}

.big-menu {
    background-color: #F2F2F2;
    height: 150px;
    display: none;
    margin-bottom: 60px;
}

.big-menu .card {
    background: #FFF;
    color: #FFF;
    width: 100%;
    padding: 3rem 1.5rem 1rem 1.5rem;
    border: none;
    position: relative;
    top: -145px;
    border-radius: 0;
}

.big-menu .card h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #D2AE7E;
}

.big-menu .card p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #000;
}

.big-menu .card a {
    color: #000;
    display: inline-block;
    padding: 10px;
    width: 52px;
    border: 1px dotted #707070;
    text-align: center;
    font-size: 20px;
}

#projectsSection h1 {
    font-size: 24px;
    margin-bottom: 25px;
}

#projectsSection p {
    font-size: 18px;
    margin-bottom: 25px;
}

.projects-container h2 {
    color: #D2AE7E;
}

#blog .card,
.projects-container .card {
    text-decoration: none;
    padding: 0;
    border-radius: 0;
}

#blog .card-img,
.projects-container .card-img {
    width: 100%;
    height: 370px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0;
}

#blog .card-title,
.projects-container .card-title {
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    text-align: center;
    background-color: #F2F2F2;
    padding: 15px;
    margin: 0;
    border-radius: 0;
}

.bg-dark {
    background-color: #010101!important;
}

.navbar-right {
    padding: 5px 10px;
}

@media (min-width: 992px) {
    .navbar-nav .nav-item .nav-link:hover::after,
    .navbar-nav .nav-item.active .nav-link::after {
        background: #FFF;
    }
    .big-menu {
        display: block;
    }
}