body {
    margin-top: 0px;
    background-color: #383838;
    padding-left: 0px;
    margin-bottom: 0px;
}

small {
    padding-top: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 200;
    color: #888888;
}

.whiteText {
    color: #C3C3C3;
}

.darkGrayText {
    color: #DD6785;
    font-weight: 200;
}

.pinkText {
    color: #DD6785;
}

.pinkBold {
    color: #DD6785 !important;
}

.bar {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #DD6785;
    /* old IE */
    background-color: #DD6785;
    /* Modern Browsers */
    width: 160px;
    margin-top: 12px;
    margin-bottom: 15px;
}

.tag-default:hover {
    background-color: #ffffff !important;
    color: #DD6785 !important;
    font-weight: 200;
    border-color: #DD6785;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 4px;
    cursor: pointer;
}

.tag-default {
    background-color: #ffffff !important;
    color: #888888 !important;
    font-weight: 200;
    border-color: #888888;
    border-style: dotted;
    border-width: 1px;
    margin-bottom: 4px;
}

.copyright {
    color: #888888;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    position: absolute;
    padding-left: 70px;
    padding-bottom: 10px;
    bottom: 0;
}

.icon {
    max-width: 24px;
    color: #5D5D5D;
    margin-bottom: 20px;
}

.profilePane a {
    text-decoration: none;
}

.me {
    border-radius: 50%;
    max-width: 185px;
    margin-bottom: 20px;
}

.content {
    max-width: 1000px;
    margin: auto;
}

.fullHeight {
    height: 1200px;
    margin-bottom: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.profilePane {
    background-color: #1D1D1D;
    height: 100% !important;
    padding-top: 150px;
    padding-bottom: 0px;
    text-align: center;
    color: #888888;
    font-size: 14px;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
    transition: width 2s;
}

@media (max-width: 768px) {
    .profilePane {
        padding-top: 40px;
        padding-left: 0px;
        padding-right: 0ps;
        padding-bottom: 20px;
        margin-bottom: 20px !important;
        width: 100% !important;
    }
    .me {
        margin-bottom: 10px;
    }
    .fullHeight {
        height: 480px !important;
    }
    .copyright {
        display: none;
    }
    body {
        margin-top: 0px;
    }
    .projects,
    .about {
        height: auto !important;
    }
}

.profilePane h1 {
    color: white;
    text-align: center;
    font-size: 24px;
    margin-bottom: 0px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

.panes b {
    color: black;
}

.panes h2 {
    color: black;
    font-size: 18px;
    font-weight: 800;
    font-family: 'Lato', sans-serif;
}

.panes h3 {
    color: #696969;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 0px !important;
}

.panes h4 {
    color: #DD6785;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 0px !important;
}

.about {
    height: 264px;
}

.projects {
}

hr {
    margin-top: 0px;
    margin-bottom: 12px;
}

.panes p {
    font-size: 14px;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
    color: #525252;
    line-height: 20px;
    margin-bottom: 10px;
}

.panes {
    background-color: #ffffff;
    color: #black;
    border-radius: 5px;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
}