.profile-wrapper { }

.profile-title-wrapper {
    padding:10px;
	font-size:30px;
    font-weight:900;
    border-radius:5px;
    margin:5px;
    background-color:#ffb56b;
    padding:10px;
    border-radius:10px;
    border:1px solid #684018;
}
.profile-title {
    padding:5px;
    justify-content: center;
}
.profile-detail-wrapper {
    justify-content: flex-start;
    flex-direction: column;
}

.profile_detail {
    padding: 5px;
    display:block;
}

.profile-detail-title {
    width: 100%;
    padding:5px;
    margin:5px;
    border-radius:5px;
    background-color:#ffb56b;
    padding:10px;
    border-radius:10px;
    border:1px solid #684018;
    font-weight:900;
}
.profile-detail-text {
    padding:7px;
    background-color:white;
    border-radius:7px;
    font-weight:300;
    box-shadow: 1px 1px 3px #684018;
}

.profile-description {
    margin:5px;
    background-color: #ffb56b;
    padding:10px;
    border-radius:10px;
    border:1px solid #684018;
    font-weight:900;
}
.profile-description-title {
    margin:5px;
    padding:5px;
}

.profile-description-text {
    margin:5px;
    padding:5px;
    border-radius:5px;
    font-weight:300;
    box-shadow: 1px 1px 3px #684018;
    
    background-color:white;
}


.profile-pics-wrapper {
    padding: 5px;
}
.profile_pic { }
.profile-pics { 
    background-color:black;
    border-radius:10px;
    border: 2px solid #684018;
    background-color:black;
    border-radius:10px;
    overflow: hidden;
    max-height:300px;
}
.profile-pics a {}
.profile-pics a img {}
