.intro-2 {
    background: url("../Foto/bg3.jpg")no-repeat center;
    background-size: cover;
}

.view {
    margin-top: -56px;
}

.navbar {
    z-index: 1;
}

html,
body,
header,
.view {
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: white;
    }
}

.btn-nb-orange {
    color: #fff;
    background-color: #e68700;
}

.col-nb-orange {
    color: #e68700;
}

.bg-col-nb-orange {
    background-color: #e68700;
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(font/Urbanist-Regular.woff) format('woff');
}

#Urbanist {
    font-family: 'Urbanist', sans-serif;
}

.collapse-content .fa.fa-heart:hover {
    color: #f44336 !important;
}

.collapse-content .fa.fa-share-alt:hover {
    color: #0d47a1 !important;
}