.primary-text {
    color: #757575 !important;
}

.accent-text {
    color: #4CAF50 !important
}

.accent-color {
    background-color: #4CAF50 !important
}

.bold {
    font-weight: 600 !important;
}

h5 > small {
    white-space: nowrap;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

.container > .row {
    margin: 0;
}

.container .side-bar {
    padding: 0;
}

.side-bar-picture {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.side-bar-picture > .header {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    padding: 20px 10px;
}

.side-bar-picture > .header > h4 {
    margin: 0;
    color: white;
    text-shadow: 0 1px 0 black;
    padding-top: 100px;
    font-weight: 700;
}

.side-bar-picture > .header > h4 > small {
    display: block;
    font-size: 50%;
    font-weight: 400;
    line-height: 1;
}

.side-bar-content {
    margin-top: 24px;
    padding: 0 0.75rem;
}

.side-bar-content .col.s2 {
    text-align: center;
    padding: 0;
}

.side-bar-content .col.s10 {
    padding-left: 0;
}

.side-bar-content .divider {
    margin-top: 20px;
    margin-right: -0.75rem;
    background-color: rgba(0, 0, 0, .16);
}

.side-bar-content .progress {
    background-color: rgba(0, 0, 0, .16);
    overflow: visible;
}

.side-bar-content .progress .circle {
    border-radius: 50%;
    width: 11px;
    height: 11px;
    background-color: white;
    position: absolute;
    right: -5px;
    top: -3px;
}

.side-bar-content .skills-title {
    font-size: 1.5rem;
    line-height: 110%;
    margin-bottom: 1rem;
    display: block;
}

.card .card-content i.card-icon {
    line-height: 42px;
    font-size: 24px;
    margin-left: 30%;
}

.card .card-content .divider {
    margin: 16px 0;
}

.card .card-content .interest-icons i {
    margin: 16px;
    font-size: 36px;
}

.row .main-content {
    padding: 24px 36px;
    box-shadow: inset 2px 0 5px -1px rgba(0, 0, 0, 0.16), inset 2px 0 10px -1px rgba(0, 0, 0, 0.12);
}

@media only screen and (max-width: 600px) {
    .row .main-content {
        padding: 24px 24px;
    }
}

.row .main-content .card {
    margin: 0 0 24px 0;
}

dl {
    margin: 0;
}

dt {
    float: left;
    clear: left;
    width: auto;
    text-align: left;
    font-weight: 700;
}

dd {
    padding-bottom: 0.5em;
    clear: both;
    margin: 0;
}

@font-face {
    font-family: 'custom-icons';
    src: url('../fonts/custom-icons.eot?ve839c');
    src: url('../fonts/custom-icons.eot?ve839c#iefix') format('embedded-opentype'), url('../fonts/custom-icons.ttf?ve839c') format('truetype'), url('../fonts/custom-icons.woff?ve839c') format('woff'), url('../fonts/custom-icons.svg?ve839c#custom-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

i.custom-icons {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'custom-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
