/**Achievement table css*/


/* 
html,
body,
.intro {
    height: 100%;
} */

.display-7{
    background-color: rgb(228, 222, 222)!important;
}

table {
    height: 300px;
    width: 100%;
}

table td,
table th {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: start;
}

thead th {
    color: skyblue;
}

.card {
    border-radius: .5rem;
}

.table-scroll {
    border-radius: .5rem;
}

.table-scroll table thead th {
    font-size: 1.25rem;
}

thead {
    top: 0;
    position: sticky;
}


/**Gallery section css*/


/* .container-fluid {
    background: rgb(202, 228, 238);
} */

.section1 {
    background-color: rgb(248, 239, 227);
}

.section2 {
    background-color: rgb(194, 245, 194);
}

.section3 {
    background-color: rgb(238, 204, 238);
}

.container-fluid img {
    height: 300px;
    width: 450px;
}

.text-dark {
    text-decoration: none;
    font-size: medium;
}

.text-primary {
    text-decoration: none;
}

button {
    border: skyblue;
    background-color: rgb(138, 243, 138);
}

.p-4 a{
    font-weight: bolder;
}