.profileintro {
    height: 85vh;
    width: 100vw;
    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;
}

.profileimg {
    width: 23vw;
    background-color: var(--white);
    margin-right: 3rem;
    padding: 1rem;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 20px;
}

#aboutimg {
    width: 20vw;
    margin-bottom: 0.5rem;
}

.profileinfo {
    width: 20vw;
    font-size: 0.8rem;
    overflow: hidden;
    color: var(--midblue);
}

.profiletext {
    width: 45vw;
}

.aboutintro {
    font-size: 2.2rem;
    padding-bottom: 1.5rem;
}

#myname {
    font-size: 1.5rem;
    color: var(--midblue);
}

#aboutbodycopy {
    color: var(--midblue);
}

.personality {
    width: 70vw;
    background-color: var(--midblue);
    position: absolute;
    top: 110%;
    left: 15%;
    -webkit-transform: translate(-50%, 10%);
        -ms-transform: translate(-50%, 10%);
            transform: translate(-50%, 10%);   
    text-align: center;
    z-index: 1;
    border-radius: 40px;
}

.personality > h2, p, span, .number, .personalitytext {
    color: var(--white);
}

.personalitytitle {
    margin: 2rem 0 3rem 0;
}

p.personalitytext {
    padding-bottom: 2rem;
}

.mediator {
    font-weight: bold;
}

.personalitycontent {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.personalitybox {
    width: 20vw;
    margin: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

svg {
    width: 185px;
    height: 185px;
}

svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke-width: 25;
    stroke: var(--white);
    -webkit-transform: translate(12px,12px);
        -ms-transform: translate(12px,12px);
            transform: translate(12px,12px);
    stroke-dasharray: 502px;
    stroke-dashoffset: 502px;
}

.personalitybox:nth-child(1) svg circle {
    stroke-dashoffset: calc(502px - (502px * 98) / 100);
}

.personalitybox:nth-child(2) svg circle {
    stroke-dashoffset: calc(502px - (502px * 61) / 100);
}

.personalitybox:nth-child(3) svg circle {
    stroke-dashoffset: calc(502px - (502px * 67) / 100);
}

.personalitybox:nth-child(4) svg circle {
    stroke-dashoffset: calc(502px - (502px * 71) / 100);
}

.personalitybox:nth-child(5) svg circle {
    stroke-dashoffset: calc(502px - (502px * 57) / 100);
}

.personalitycircle {
    position: relative;
    top: 0;
    left: 0;
    padding-bottom: 0.8rem;
}

.percent {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.number {
    font-size: 1.5rem;
}

.aboutmid {
    width: 100vw;
    height: 1300px;
    background-color: var(--white);
    margin-top: 10rem;
    position: relative;
}

.skills {
    width: 100vw;
    height: 300px;
    position: absolute;
    top: 70%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
}

.skillscontent {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2rem;
}

.skillstext {
    color: var(--midblue);
}

.skillsbox {
    width: 250px;
}

.skillsborder {
    border: 1px solid var(--midblue);
    width: 200px;
    margin: 0.7rem auto;
    padding: 0.4rem 1rem;
    border-radius: 10px;
}

.experiencescontent {
    width: 80vw;
    margin: 3.5rem auto;
    text-align: center;
}

.panitia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2rem 0;
}

.panitiabox {
    width: 30%;
    max-width: 400px;
    height: 300px;
    margin: 2rem 0.5rem 0 0.5rem;
    background-color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 20px;
    overflow: hidden;
}

.panitiabox p {
    color: var(--midblue);
}

.panitiabox h3 {
    font-family: 'Bodoni Moda', serif;
    padding: 0 1rem 0.8rem 1rem;
}

.panitiaspan {
    color: var(--midblue);
    font-size: 0.8rem;
    font-weight: normal;
    font-family: 'Bodoni Moda', serif;
    overflow: hidden;
}

.panitiabox:hover > * {
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.dse18 {
    background-image: url(../assets/DSE18.jpg);
    background-size: 0%;
    background-position: center;
    background-repeat: no-repeat;
}

.panitiabox:hover.dse18 {
    background-image: url(../assets/DSE18.jpg);
    background-size: 125%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 100ms ease-in-out;
    -o-transition: 100ms ease-in-out;
    transition: 100ms ease-in-out;
}

.art19 {
    background-image: url(../assets/ART19.JPG);
    background-size: 0%;
    background-position: center;
    background-repeat: no-repeat;
}

.panitiabox:hover.art19 {
    background-image: url(../assets/ART19.JPG);
    background-size: 115%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 100ms ease-in-out;
    -o-transition: 100ms ease-in-out;
    transition: 100ms ease-in-out;
}

.dse19 {
    background-image: url(../assets/DSE19.jpg);
    background-size: 0%;
    background-position: center;
    background-repeat: no-repeat;
}

.panitiabox:hover.dse19 {
    background-image: url(../assets/DSE19.jpg);
    background-size: 120%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 100ms ease-in-out;
    -o-transition: 100ms ease-in-out;
    transition: 100ms ease-in-out;
}

.wgg {
    background-image: url(../assets/WGG19.jpg);
    background-size: 0%;
    background-position: center;
    background-repeat: no-repeat;
}

.panitiabox:hover.wgg {
    background-image: url(../assets/WGG19.jpg);
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 100ms ease-in-out;
    -o-transition: 100ms ease-in-out;
    transition: 100ms ease-in-out;
}

.art20 {
    background-image: url(../assets/ART20.jpg);
    background-size: 0%;
    background-position: center;
    background-repeat: no-repeat;
}

.panitiabox:hover.art20 {
    background-image: url(../assets/ART20.jpg);
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 100ms ease-in-out;
    -o-transition: 100ms ease-in-out;
    transition: 100ms ease-in-out;
}

.hima {
    background-image: url(../assets/HIMA.jpg);
    background-size: 0%;
    background-position: center;
    background-repeat: no-repeat;
}

.panitiabox:hover.hima {
    background-image: url(../assets/HIMA.jpg);
    background-color: #0d0d0d;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 100ms ease-in-out;
    -o-transition: 100ms ease-in-out;
    transition: 100ms ease-in-out;
}

@media only screen and (max-width: 1279px) {
    .skills {
        height: 350px;
        top: 75%;
        overflow: hidden;
    }
    .aboutmid {
        overflow: hidden;
        height: 1450px;
    }
}