.masthead {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,255,1) 100%) !important;
}

.bg-gradient {
    background: #3030ff;
}

.page-section {
    padding: 4rem 0;
}

#page {
    padding-top: 5.5rem;
}

#page p {
    text-align: justify;
    text-indent: 20px;
}

#page img {
    text-align: center;
}

#contact-info {
    font-size: 20px;
}

.post-thumbnail{
    overflow: hidden;
}

.post-thumbnail img {
    opacity: 0.8;
}

.post-list-item img {
    transition-duration: 1s;
}

.post-list-item:hover img {
    transform: scale(1.2);
    opacity: 1;
    transition-duration: 1s;
}

.post-list-item a {
    transition-duration: 1s;
}

.post-list-item a:hover {
    text-decoration: none;
    color: #0f9fe2;
    transition-duration: .5s;
}

a {
    color: black !important;
    transition-duration: .5s;
}

#products a:hover {
    text-decoration: none;
    color: black;
}

#portfolio .container-fluid .portfolio-box .portfolio-box-caption {
        background: rgb(48 48 255 / 72%) !important;
}