@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


#navbar {
    transition: background-color 0.3s ease;
}

#navbar.scrolled {
    background-color: var(--bs-primary) !important;
}

.row-header{
    position: relative;
    top: -50px;
}

.page-header{
    height: 100vh !important;
    min-height: 700px;
}

a.navbar-brand>img {
    height: 36px;
    width: 36px;
    position: relative;
    top: -1px;


}

a.navbar-brand>img.scrolled {
    filter: invert(100%);
}

@media (max-width: 576px) {
    #centralLogo {
        width: 128px;
        height: 128px;
    }
}

@media (max-height: 640px) {
    #centralLogo {
        width: 128px;
        height: 128px;
    }
}

#navigateToContentHeader {
    height: 100px !important;
    width: 100px !important;
    transition: opacity 0.3s ease;
}

#navigateToContentHeader.opacity {
    opacity: 0;
    transition: opacity 0.3s ease;
}


a {
    text-decoration: none;
}

.service-item-image {
    background-position: center;
    height: 200px;
}

/**umb_name:text-shadow*/
.text-shadow {
    text-shadow: 2px 2px 2px #000;
}

/**umb_name:roboto-thin*/
.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

/**umb_name:roboto-light*/
.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

/**umb_name:roboto-regular*/
.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/**umb_name:roboto-medium*/
.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

/**umb_name:roboto-bold*/
.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

/**umb_name:roboto-black*/
.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

/**umb_name:roboto-thin-italic*/
.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

/**umb_name:roboto-light-italic*/
.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

/**umb_name:roboto-regular-italic*/
.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

/**umb_name:roboto-medium-italic*/
.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

/**umb_name:roboto-bold-italic*/
.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

/**umb_name:roboto-black-italic*/
.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}