a {
    color: inherit;
    cursor: pointer;
    text-decoration-line: none
}

a:visited {
    color: inherit
}

li {
    margin: 0;
    padding: 0;
    padding-left: 1em;
}

ul {
    margin: 0;
    padding: 0;
    padding-left: 1.2em;
    list-style: outside;
}

@-moz-document url-prefix() {
  ul {
    padding-left: 1.0em;
  }
}

li span {
  position: relative;
  left: -1em;
}

p {
    margin-top: 0;
    margin-bottom: 25px;
    font-family: Source Sans Pro, sans-serif;
    font-weight: 300;
    font-size: 10pt;
    line-height: 17pt
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background: #ccc
}

h1,
h2,
h3,
h5,
h6 {
    font-weight: 400;
    margin: 0
}

h2 {
    font-weight: 500;
    font-size: 22pt;
    line-height: 37pt
}

h3 {
    padding-bottom: 10px;
}

h4 {
    font-weight: 400;
    margin: 0;
    font-size: 12pt;
    line-height: 20pt;
    opacity: 1
}

.resume {
    font-family: Source Sans Pro, sans-serif !important;
    background: #ccc;
    max-width: 800px;
    margin: auto;
}

.contact-list {
    font-size: 15px;
    font-weight: 400;
    display: grid;
    grid-template-columns: 35% 1fr;
    grid-template-rows: 5% 1fr 1fr 1fr 1fr 1fr 5%;
    gap: 0px 10px;
    grid-auto-flow: row;
    grid-template-areas:
        "avatar pad-top"
        "avatar misc-info"
        "avatar location-info"
        "avatar email-info"
        "avatar linkedin-info"
        "avatar github-info"
        "avatar pad-bottom";
}

.avatar {
    grid-area: avatar;
}

.pad-bottom {
    grid-area: pad-bottom;
    height: 5px;
}

.pad-top {
    grid-area: pad-top;
    height: 5px;
}

.location-info {
    grid-area: location-info;
}

.email-info {
    grid-area: email-info;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.linkedin-info {
    grid-area: linkedin-info;
}

.github-info {
    grid-area: github-info;
}

.misc-info {
    grid-area: misc-info;
}

.icon-list {
    display: grid;
    align-items: center;
    grid-template-columns: 12% 1fr;
    grid-template-rows: 1fr;
    gap: 4px 8px;
    grid-auto-flow: row;
    grid-template-areas:
        "icon-box icon-label-box";
}

.icon-box {
    grid-area: icon-box;
    text-align: center;
}

.icon-label-box {
    grid-area: icon-label-box;
}

.m-box {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.page-heading {
    width: 100%;
    height: 100%;
    max-width: 400px;
    padding: 0;
    text-align: left;
    color: #fff;
    color: hsla(0, 0%, 100%, .70);
    font-weight: 400;
    background-color: #16151c;
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
}

.page-heading a {
    color: hsla(0, 0%, 100%, .70);
    text-decoration: none
}

.page-content {
    width: 100%;
    height: 100%;
    float: right;
    display: flex;
    flex-direction: column
}

.page-content .about {
    display: block;
    margin-top: 8px !important;
    font-weight: 300;
    font-size: 17px;
    color: #000
}

.page-content .block {
    width: 90%;
    position: relative;
    background-color: #fff;
    padding: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.page-content .block .headline {
    font-weight: 300;
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 1.1;
    padding-bottom: 10px;
    padding-top: 10px;
}

.page-content .block .info {
    font-size: 17px;
    color: #000;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 300;
}

.info {
    font-weight: 300;
}

.emphasis {
    font-weight: 500;
}

.small {
    letter-spacing: -1px;
}

.avatar-img {
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url('./avatar.jpg');
    color: #000;
    background-size: cover;
    background-color: #16151c;
    background-position: -20px;
}

.fa,
.material-icons {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
         url("../webfonts/fa-brands-400.woff2") format("woff2"),
         url("../webfonts/fa-brands-400.woff") format("woff"),
         url("../webfonts/fa-brands-400.ttf") format("truetype"),
         url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-github:before {
    content: "\F09B"
}

.fa-linkedin:before {
    content: "\F0E1"
}

.fa-circle:before {
    content: "\F111"
}

@font-face {
    font-family: Material Icons;
    font-style: normal;
    font-weight: 400;
    src: url();
    src: local("Material Icons"), local("MaterialIcons-Regular"),
        url("../webfonts/MaterialIcons-Regular.woff2") format("woff2"),
        url("../webfonts/MaterialIcons-Regular.woff") format("woff"),
        url() format("truetype")
}

.material-icons {
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga"
}

.faicon {
    display: inline;
    font-size: 1.2em;
}
