﻿.MenuItem
        {        	
        background-color:white;        
        }
    .MenuItem:hover
    {    	
        /*transform: scale(0.9);*/                    
        border-bottom:4px solid red;                
    }
    
    .SubMenu
    {
    }
    .SubMenu:hover 
        {
        border-right:3px double red; 
        }
    .AboutIcons    
    {
    font-size:larger;
    font-weight:bold;
    margin-right:5px;
    color:darkblue;    
    }
    .NewsTitle 
    {
       position:absolute;           
       display:flex;
       align-items:center;
       justify-content:center;
       text-align:center;   
       left:50%;
       right: 50%;
       top:30%;          
       color:wheat;
       font-size:large;
       font-weight:bold;
       font-style:normal;
       transform: translate(-50%, -50%);    
       text-shadow: 2px 2px #f0f232;           
       z-index: 99;                    
    }
    .NewsImage {        
        width:100%;
        height:100%;        
    }
.SubPartDive{
                float:right;
                height:380px;
                margin-top:20px;                
                border-radius:5px;
                border:solid 2px Blue;
                display:block;
            }
            .Header {
                background-color:Blue;
                font-family:'vazir',Arial;
                font:larg;
                color:white;
                font-weight:bold;
            }                        