
#profile-avatar {
    height:200px;
    width:200px;
    background-color: #fff;
    border-radius: 7px;
    overflow: hidden;
    position:absolute;
    top:-35px;
    left:40px;
    box-shadow: 0 0 5px rgba(101,90,117,.5);
}
.avatar-edit-btn {
    font-size:30px;
    color:#fff;
    position:absolute; 
    top:12px;
    left:156px;
    cursor:pointer;
    text-shadow: 0px -1px 0px #ddd;
}
#profile-avatar-img {
    height:190px;
    width:190px;
    margin:5px;
    border-radius: 6px;
    background-color: #eee;
}
#profile-menu {
    width:100%;
    height:31px;
    box-shadow: 0 0 5px rgba(101,90,117,.5);
    background-color:#fff;
    margin-bottom:15px;
}

#profile-half-left {
    
}

#profile-info {
    position:relative;
    border-top:solid 1px #fff;
}
.profile-intro {
    padding-right:20px;
    margin-bottom: 7px;
}

.quoteText {
    font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-style:italic;
    font-size: 26px;
    color:#494949;
    letter-spacing: 2px;
    width:80%;
    margin-left:10%;
    margin-top:30px;
    margin-bottom:30px;
    text-shadow: 0px 1px 0px rgba(255,255,255,1), 0px -1px 0px rgba(0,0,0,1);
    overflow:hidden;
    text-overflow:ellipsis;
    word-wrap: break-word; 
}
.quoteAuthor {
    font-style:italic;
    font-size: 11px;
    color: #5f5f5f;
    text-shadow: none;
    letter-spacing: 1px;
}

.interview {
    width:100%;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:20px;
    text-align: left;
}
.interviewTitle {
    font-family: Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
    font-size: 16px;
    padding-left:15px;
    padding-right:15px;
    width: 100%;
    color: #43335e;
    margin-bottom: 0px;
    margin-top: 20px;
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
.interviewText {
    font-size: 13px;
    margin-left:17px;
    margin-right:20px;
    padding-left:10px;
    border-left:solid 2px rgb(99, 117, 148);
    color:#353339;
}
.quotes {
    height: 10px;
    width:12px;
    margin-right: 7px;
    margin-left: 2px;
    background-image: url('https://s3.amazonaws.com/wyspimg/openQuotes.png');
    background-repeat: no-repeat;
    background-size: 12px 10px;
}

/* interview form */
.questionLabel{
    font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    height:25px;
    font-size: 16px;
    color: #43335e;
    margin-top:10px;
    margin-bottom:10px;
    cursor:pointer;
    font-style: italic;
}
.questionLabel: hover{
    color:#000;
}
.questionBlock{
    margin-top:-10px;
}
.answerBtn {
    margin-top:5px;
}
.question-edit-icon {
    margin-left:7px; font-size:12px; color:#8f8c9b;
}

#profile-header {
    width:100%;
    background-color: #6c5a79;
    position: relative;
}
#profile-header-pic {
    width:100%;
}
.cover-header-pic-edit {
    cursor:move;
}

#hide-profile {
    width:100%;
    background-color: #333;
    z-index:20;
    position: absolute;
    top:338px;
    left:0;
    height:6000px;
}
.cover-edit-btns {
    color:#fff;
    margin:20px;
}
