/*-----------------------------------------------------------------------------------

    Project Name: Ulterious - Project Portfolio Template
    Developer: Habibur Rahman - habibsoft372@gmail.com
    Version: 1.0

-----------------------------------------------------------------------------------*/

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.navbar, .footer {
    background: linear-gradient(90deg, #5598b5 0%, #45869d 100%)!important;
}
.footer p{
    color: white;
    margin: 0;
    font-size: 13px;
    text-align: center;
    padding: 5px;
}
.card{
    border: 1px solid #bce1f1!important;
}
.album {
    margin: 0 0 30px;
}
.title {
    font-weight: bold;
    color: #5598b5;
    text-transform: uppercase;
}
.sub-title {
    color: #437e93;
    font-size: 20px;
    font-weight:500;
    margin-bottom:30px;
}
.card .card-button a {
    text-decoration: none;
    padding: 5px 15px;
}
.card .card-button a:hover {
    color: #ffffff;
}

.card-body p{
    text-align: justify;
}
.card-body {
    padding: 25px 20px 20px!important;
}

.card.shadow-sm img {
    border-bottom: 1px solid #e5e5e5;;
}
.card.shadow-sm {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px!important;
    }
}