﻿.profile-picture {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    box-shadow: 0 4px 6px 0 rgba(34, 60, 80, .16);
    transition: all ease-in-out .2s;
}

    .profile-picture:hover {
        box-shadow: 0 8px 12px 0 rgba(34,60,80,.16);
    }

.HeaderBoxShadow {
    /*height: 250px;*/
    /*box-shadow: 20px 20px 6px 1px rgba(0, 0, 0, 0.4), 12px 12px 0px 8px rgba( 0, 0, 0, 0.4 ) inset;*/
}

.Company {
    text-align: center;
    font-weight: bold;
    color: white;
}

.Name {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: blue;
}

.Director {
    text-align: center;
    font-size: 12px;
    color: blue;
}

.img {
    text-align: center;
    padding-top: 30px;
}

.fontcss {
    text-align: left;
}

.MsoNormal {
    font-weight: 500;
}

/*.container {
    text-align: center;
    margin-top: 26px;
}

.Divcss {
    text-align: center;
}

.pcss {
    color: #FF6600;
}*/


.AboutUsHeader {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: large;
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
    color: black;
}

.header-main {
    min-width: 350px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: -1;
    padding: 1em 1em;
    background: rgba(255, 255, 255, 0.04);
    -webkit-box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.25);
}

.strongFont {
    font-weight: 500;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.container {
    margin-top: 26px;
}
