*{
margin: 0;
padding: 0;
box-sizing: border-box;
} #top-nav .img-box{
max-width: 100%;
display: block;
margin: auto;
overflow: hidden;
}
#top-nav .img-box img{
width: 100%;
max-width: 100%;
object-fit: cover;
}
.banner{
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
}
.banner .banner-img{
max-width: 100%;
display: block;
margin: auto;
overflow: hidden;
}
.banner .banner-img img{
width: 100%;
max-width: 100%;
object-fit: cover;
} .tabel-text{
margin: 60px 0;
}
.tabel-text p{
max-width: 100%;
margin: 0 auto;
color: #000000;
font-size: 18px;
}
.tabel-text h1{
max-width: 100%;
margin: 1rem auto;
color: #000000;
font-size: 30px;
font-weight: bold;
}
.tabel-top h2{
font-size: 24px;
color: #000000;
font-weight: bold;
margin-bottom: 35px;
} .table .thead-dark th{
color: #ffffff;
font-weight: bold;
font-size: 24px;
background-color: #d74b4e;
border-color: #fff;
}
.table-bordered td{
border-right: 1px solid #d74b4e;
background: #e6e6e6;
color: #000000;
font-size: 20px;
}
.table-bordered td:last-child{
border-right: none;
font-weight: bold;
}
.color td{
background: #f4d9da;
}
.color-last td{
background: #57bf9c;
color: #ffffff;
font-size: 24px;
font-weight: bold;
border: 1px solid #fff;
} .box-text{
max-width: 100%;
min-height: 325px;
display: flex;
align-items: center;
justify-content: center;
}
.box-text p{
font-size: 29px;
color: #000000;
font-weight: bold;
padding: 30px 60px;
border: 1px solid #d74b4e;
box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
} footer .footer-img{
max-width: 100%;
display: block;
margin: auto;
overflow: hidden;
}
footer .footer-img img{
width: 100%;
object-fit: cover;
}
.banner.donate-rece:after {
display: none;
} @media only screen and (max-width: 1200px) {
.tabel-text p {
font-size: 43px;
}
.tabel-text h1{
font-size: 44px;
}
.tabel-top h2{
font-size: 38px;
}
}
@media only screen and (max-width: 992px) {
.tabel-text p {
font-size: 32px;
}
.tabel-text {
margin: 30px 0;
}
.tabel-top h2 {
margin-bottom: 20px;
}
.box-text{
min-height: 270px;
}
}
@media only screen and (max-width: 768px) {
.tabel-text p {
font-size: 17px;
}
}
@media only screen and (max-width: 640px) {
.tabel-text p{
font-size: 13px;
}
}
@media only screen and (max-width: 540px) {
.table .thead-dark th {
font-size: 16px;
}
.color-last td {
font-size: 16px;
}
.table-bordered td {
font-size: 12px;
}
.box-text{
min-height: 200px;
}
.box-text p {
font-size: 22px;
padding: 15px 16px;
}
.tabel-text h1{
font-size: 26px;
}
.tabel-text p{
font-size: 24px;
}
.tabel-top h2{
font-size: 22px;
}
}
@media only screen and (max-width: 375px) {
.box-text p{
font-size: 16px;
}
.table .thead-dark th {
font-size: 14px;
}
.color-last td {
font-size: 12px;
}
.table-bordered td {
font-size: 10px;
}
.tabel-text h1{
font-size: 24px;
}
.tabel-text p{
font-size: 16px;
}
.tabel-top h2{
font-size: 20px;
}
.box-text{
min-height: 150px;
}
}
@media only screen and (max-width: 320px) {
.tabel-text h1{
font-size: 20px;
}
.tabel-text p{
font-size: 14px;
}
.tabel-top h2{
font-size: 16px;
}
.box-text{
min-height: 150px;
}
}
@media only screen and (max-width: 280px) {
.tabel-text h1{
font-size: 18px;
}
.tabel-text p{
font-size: 12px;
}
.tabel-top h2{
font-size: 14px;
}
.box-text{
min-height: 130px;
}
.tabel-text{
margin: 16px 0;
}
.box-text p{
font-size: 12px;
}
}