*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: vazir;
}
html{
    scroll-behavior: smooth;
}
#navbar{
    background-color: rgb(60, 130, 230);
}
.nav-link:hover{
    box-shadow: 0 0 15px rgb(46, 45, 45);
    transition: 0.3s ease;
    background-color: rgb(0, 100, 255);
    
}
#Logo{
    width: 69px !important;
}
#title{
    text-shadow: 0 0 10px black;
}
#header{
    background: url(../Images/Header-Background.png);
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px;
}
#HomeLogo{
    max-width:350px;
}
.header-text{
    text-shadow: 0 0 5px black;
}
#AboutUsPic{
    max-width: 500px;
}
#AboutUs{
    padding: 100px;
    background-color: lightgray;
}
.AboutUsText{
    font-size: 20px;
}
.hr{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-top: 3px solid rgb(60, 130, 230) !important;
}
#Classes-Title{
    text-shadow: 0 0 10px rgb(60, 130, 230);
}
#Classes{
    background-color: lightgrey;
}
#footer{
    padding: 35px;
    background-color: #353a40;
}
.display-none{
    display: none;
}
#backtotop:hover{
    cursor: pointer;
}
#FaniHerfeiLogo{
    max-width: 230px;
}
@media (max-width: 520px){
    #title{
        font-size: 25px;
    }
    .nav-link{
        padding: 10px !important;
    }
    #AboutUs{
        padding: 10px !important;
    }
    #AboutUsText{
        padding: 20px !important;
    }
    
}
@media (max-width: 939px){
    .header-text{
        text-align: center;
    }
    #HomeLogo{
        margin: auto;
    }
    #AboutUsPic{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: auto;
    }
    #AboutUsText{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
}
@media (max-width: 1200px){
    .Manager-names{
        font-size: 23px !important;
    }
    #AboutUs{
        padding: 30px;
    }
    #AboutUsPic{
        max-width: 400px;
    }
}
@media (max-width: 575px){
    .header-text{
        font-size: 25px !important;
    }
    #HomeLogo{
        max-width: 300px;
    }
    #header{
        padding: 50px;
    }
}
@media (max-width: 400px) {
    .header-text{
        font-size: 18px !important;
    }
    #Classes{
        padding: 15px !important;
    }
}