body {
    /*background: #0000ff;*/
    background: powderblue;
    margin: 0;
    padding: 0;
    font-family: Vazir;

}

@font-face {
    font-family: "Vazir";
    src: url(font/Vazir.ttf);
    src: url(font/Vazir.eot);
    src: url('font/Vazir.eot?#iefix') format('embedded-opentype'),
    url('font/Vazir.woff') format('woff'),
    url('font/Vazir.ttf') format('truetype');
    font-weight: normal;
}


h2 {
    margin-left: 25px;
}

#grow:hover
{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}


iframe, object, embed {
    max-width: 100%;
}

.carousel-inner img {
    width: 100%; /* Set width to 100% */
    margin: auto;
    min-height:200px;
}

#myTopnav.topnav{
    float: right;
}
.topnav {
    overflow: hidden;
    /*background-color: #333;*/
    background-color: white;
    text-align: right;
}

.topnav a {
    float: left;
    display: block;
    /*color: #f2f2f2;*/
    color: #404040;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 15px;
 /*   font-family: Verdana, Geneva, sans-serif; */
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav .icon {
    display: none;
}

.card img {
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 50px 20px 0 rgba(0, 0, 0, 0.19);
}
.card img:hover {
    opacity: 0.5;
}



/*.side-image img {
    box-shadow: 0 14px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
*/

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

}

/************ styles for SIGNUP_FA.PHP **********/

