﻿.main-profile {
    color: white;
    height: 50em !important;
    padding-top: 2.5em
}

    .main-profile hr {
        background-color: #008dc9;
        border-style: solid;
    }

    .main-profile h1 {
        font-size: 3em;
        color: #373737;
        text-align: center;
        padding: 0;
        padding-bottom: 0.5em;
    }

    .main-profile .user-pic {
        width: 100px;
        height: 100px;
        border-radius: 50px;
        margin: 2em 0
    }

    .main-profile .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .main-profile .profile-header {
        background-color: #364150;
        border-radius: 5px
    }

    .main-profile .user-name {
        font-size: 1.5em;
        line-height: 1.5em;
        margin-top: 2em
    }

    .main-profile .user-position {
        font-family: Hurme-light,sans-serif
    }

    .main-profile .personal {
        color: #373737;
        padding: 2em 0;
        padding-left: 4em;
        border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px
    }

        .main-profile .personal hr {
            background-color: #c2c2c2;
            width: 95%;
            margin-right: 5em
        }

        .main-profile .personal h2 {
            font-size: 2em
        }

        .main-profile .personal p {
            font-size: 1.2em;
            line-height: 1.5em;
            color: #008dc9;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            justify-content: flex-start
        }

            .main-profile .personal p span {
                color: #373737
            }

    .main-profile .btn-orange {
        background-color: #f6a400;
        color: white;
        transition: all 0.4s ease;
        border: 2px solid #f6a400;
        font-size: 1em;
        border-radius: 5px;
        margin-top: 2em
    }

        .main-profile .btn-orange:hover {
            background-color: transparent;
            color: #f6a400
        }

    .main-profile .icon {
        background-color: white;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        box-shadow: 0px 12px 8px 1px rgba(0,0,0,0.05);
        font-size: 15px;
        color: #f6a400;
        text-decoration: none !important;
        transition: all 0.4s ease;
        margin-left: 1em
    }

        .main-profile .icon:hover {
            box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.05)
        }

@media only screen and (max-width: 600px) {
    .main-profile {
        text-align: center;
        padding-left: 1em;
        padding-right: 1em
    }

        .main-profile .personal {
            padding-left: 0.5em
        }

        .main-profile .user-pic {
            margin: 0em 0;
            margin-top: 1em;
            margin-bottom: 1em;
        }

        .main-profile .user-name {
            margin-top: 1em
        }
    .main-profile{
        height: 55em !important;
    }
}
