﻿#AboutUSBody {
    width: 100%;
    min-width: 200px;
    height: auto;
    direction: rtl;
}

#PageTitle {
    font-family: Tahoma;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 10px;
    display: block;
    text-decoration: wavy;
    color: #757575;
}

#AboutUSBodyTop {
    width: 100%;
    height: auto;
    background-color: #22b6b6;
    display: table;
    overflow: visible;
}

#CircleHeader {
    position: relative;
    margin: auto;
    border-radius: 50%;
    width: 30%;
    height: auto;
    padding-top: 30%;
    margin-top: 5%;
    margin-bottom: -10%;
    display: block;
    background: #f5f5f5;
    background-image: url("../Pictures/AboutUSPicture/AboutUs_Header.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
}

#AboutUSBodyBottom {
    width: 60%;
    height: auto;
    position: relative;
    margin: auto;
    /*border: 1px solid blue;*/
}

#AboutUSDescription {
    padding: 0px 5% 5% 5%;
    margin-top: 13%;
    font-family: Tahoma;
    font-size: 0.8em;
    text-align: justify;
    line-height: 20px;
}

    #AboutUSDescription b {
        display: flexbox;
        margin: 0px;
        padding: 0px;
        padding-bottom: 5px;
    }

#AboutUSPicture {
    width: 30%;
    height: auto;
    float: left;
    margin: 10px;
    clear: none;
}

.AboutUSDescriptionTitle {
    border-bottom: 1px solid #363839;
}
