@charset "utf-8";
@import url("../webfonts/IranNastaliq/stylesheet.css");

* {
    padding: 0;
    margin: 0;
}
img.img-thumbnail {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}
#carouselExampleFade {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
}
footer {
    height: 400px;
    background-color: #585858;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
footer a {
    font-size: 20px;
    margin-left: 30px;
}
div.container-fluid p {
    font-family: IranNastaliq;
    font-size: 35px;
}
div.card p {
    font-size: 30px;
}
div.card {
    -webkit-box-shadow: 10px 10px 10px #837879;
    box-shadow: 10px 10px 10px #837879;
    padding-right: auto;
    padding-top: auto;
    padding-bottom: auto;
    padding-left: auto;
}

div.card img {
    font-size: 10px;
}


footer  h  {
    color: #FFF8F8;
    margin-top: 30px;
    margin-left: 35%;
    font-size: 20px;
}
div.card-body {
    height: 300px;
    overflow-y: scroll;
}

@media screen and (max-width:600px){
body {
    background-color: #E1E86E;
}

}

@media screen and (min-width:600px) and (max-width:1500px){
body {
    background-color: #F4C3C3;
}

}
