* {
    font-family: 'Prompt', sans-serif;
}

.logo-text {
    font-size: 20px;
    padding-top: 5px;
    color: #003E93;
}

.bg-empty {
    background: #e9e7e7;
}

.carousel-item {
    max-height: 550px;
}

#department {
    min-height: 200px;
    position: relative;
    background-image: url("../images/pwa_HQ.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    background-attachment: fixed;
}

.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

.news-title {
    max-height: 100px;
}

.news-image {
    max-height: 500px;
}

.news-detail-image {
    max-height: 700px;
}

.top-bar {
    color: #fff;
    background-color: #005da8;
    text-align: right;
}

.responsive-img {
    width: 100%;
    max-width: 400px;
    height: auto;
}

.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%
}

.card-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pcard {
    min-width: 300px;
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.pname {
    color: black;
    /* font-size: 18px; */
}

.ptitle {
    color: grey;
    /* font-size: 16px; */
}

.flip-card {
    background-color: transparent;
    width: 300px;
    height: 100px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    background-color: #eb33ff;
    color: white;
    transform: rotateY(180deg);
}

.heading {
    font-size: 20px;
    font-weight: 600;
    color: #3D5AFE;

}

.line1 {
    color: #000;
    font-size: 12px;

}

.line2 {
    color: #000;
    font-size: 12px;

}

.line3 {
    color: #000;
    font-size: 12px;

}

.cards {

    transition: all 0.2s ease;
    cursor: pointer;


}

.cards:hover {

    box-shadow: 5px 6px 6px 2px #e9ecef;
    transform: scale(1.1);
}
