﻿#personal-profile {
    margin-top: 80px;
    display: block;
    width: 100%;
}
.personal-profile-banner {
    width: 100%;
    margin-top: 80px;
    display: block;
}

.personal-profile-body {
    display: block;
    width: 100%;
}
#alt-headshot {
    display: block;
}
#personal-profile li {
    display: inline-block;
}
#profile-banner #right {
    width: 500px;
}
#profile-info {
    min-width: 200px;
    width: 100%;
    color: #ffffff;
    margin-left: 30%;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
#profile-info .info-name {
    font-family: Oswald;
    font-weight: 400;
    font-size: 45pt;
}
#profile-info .info-title {
    font-size: 20px;
}
.personal-profile-body {
    display: table;
    width: 100%;
    text-align: center;
    margin-top: 65px;
}
.profile-body-container li {
    display: inline-block;
    float: left;
}
#body-left {
    max-width: 40%;
    min-width: 300px;
}
#body-right {
    max-width: 60%;
    min-width: 300px;
}
#right-container {
    margin-left: 30px;
    text-align: left;
    font-size: 23px;
    font-weight: 300;
    color: #606161;
}
#right-container a {
    color: #606161;
}
#right-container a {
    text-decoration: none;
}

#alt-title {
    text-align: right;
    padding-top: 5px;
    font-size: 35pt;
    line-height: 50px;
    font-weight: 400;
    color: #a7aaac;
    text-transform: uppercase;
}

#profile-bio {
    margin-top: 12px;
}
#profile-links {
    margin-top: 20px;
}
#profile-icons {
    margin-top: 45px;
}
#profile-icons img {
    margin-right: 10px;
}
#profile-team {
    text-align: center;
    display: table;
    width: 100%;
    margin: 100px auto 0;
    height: 200px;
    border-top: #e9eaea solid 2px;
}
#profile-team ul {
    list-style: none;
}
#profile-team li {
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: inline-block;
    min-width: calc(25% - 10px);
    min-width: 260px;
    width: -webkit-calc(25% - 10px);
}
#profile-team li:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
#profile-team .profile-header {
    text-transform: uppercase;
    font-family: Oswald;
    font-weight: 400;
    font-size: 25px;
    margin-top: 10px;
    text-align: center;
}
#profile-team .profile-header a {
    color: #1d1e1e;
    float: none;
}
#profile-team img {
    width: 180px;
}
.profile-team-inner {
    margin-top: 80px;
    float: left;
    text-align: center;
    width: 100%;
    display: block;
}
#profile-team .profile-header a:hover {
    text-decoration: none;
}
#profile-team .profile-job-title {
    font-family: Roboto Slab;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    color: #606161;
    max-width: 260px;
}
#profile-banner {
    position: absolute;
    top: 80px;
}
@media(max-width: 1049px) {
    #alt-title {
        font-size: 30pt;
    }
    #right-container {
        font-size: 20px;
    }

}
@media(max-width: 949px) {
    #alt-title {
        font-size: 25pt;
    }
    #right-container {
        font-size: 18px;
    }
    .personal-profile-body,
    #profile-icons {
        margin-top: 20px;
    }
}
@media(max-width: 768px) {
    #alt-title {
        font-size: 20pt;
    }
    #right-container {
        font-size: 15px;
    }

}
@media (max-width: 987px) {
    #profile-banner {
        top: 0;
    }
}

@media (max-width: 851px) {
    #personal-profile .info-name {
        font-size: 25px;
        margin-top: 5px;
    }
    #profile-info .info-title {
        font-size: 12px;
    }
}

@media (max-width: 451px) {
    #personal-profile .info-name {
        font-size: 20px;
        margin-top: 5px;
    }
    #profile-info {
        margin-left: 10%;
    }
    #profile-info .info-title {
        font-size: 10px;
    }
}

@media (max-width: 321px) {
    #personal-profile .info-name {
        font-size: 15px;
        margin-top: 5px;
    }
    #profile-info {
        margin-left: 0;
    }
    #profile-info .info-title {
        font-size: 10px;
    }
}

    