@media screen and (min-width: 384px) {
    html {
        font-size: 45%;
    }
}

@media screen and (min-width: 1024px) {
    html {
        font-size: 90%;
    }
}

@media screen and (min-width: 1280px) {
    html {
        font-size: 100%;
    }
}

body {
    display: flex;
    margin: 0;
    background-color: #ffffff;
    flex-direction: column;
    color: #404040;
}

a {
    color: #404040;
    text-decoration: none;
    font-weight: bold;
}

.header h3 {
    color: inherit;
    margin: 2em 0;
}

*, *:after, *:before {
    box-sizing: border-box;
}

div {
    position: relative;
}

.header, .content {
    width: 100%;
    display: flex;
}

.header {
    height: 80px;
    width: 100%;
    line-height: 0;
    background-color: #f3f4f0;
}

.header-title {
    margin: 0;
    height: 100%;
    vertical-align: middle;
    flex: 0 0 20em;
    background-color: #EAEAEA;
}

.header-title h2 {
    padding: .75em 4em;
}

.header-title a {
    text-decoration: none;
    color: inherit;
}

.header, .inner>section {
    border-bottom: 4px solid #e3e3e3;
}

.content {
    flex: 1;
}

.content .inner {
    flex: 1;
}

.inner>section>div {
    margin: 0 8.3333%;
}

.inner>section{
    padding: 2em 0;
}

.inner>section h3 {
  margin-top: 0;
}

.inner>section:nth-child(even) {
    background-color: #f3f4f0;
}

.inner section.about-me h4 {
    display: inline-block;
    margin: auto 1em auto 0;
}

/***
 * generated by perfecticons.com
 ***/

@font-face {
    font-family: 'si';
    src: url('./icons/socicon.eot');
    src: url('./icons/socicon.eot?#iefix') format('embedded-opentype'),
         url('./icons/socicon.woff') format('woff'),
         url('./icons/socicon.ttf') format('truetype'),
         url('./icons/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(./icons/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a:hover {
  background-color: #b5b5b5;
}
.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 44px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    background-color: #dbdbdb;
}

.soc-icon-last{
    margin:0 !important;
}

.soc-twitter:before {
    content:'a';
}
.soc-facebook:before {
    content:'b';
}
.soc-github:before {
    content:'Q';
}

.soc-twitter:before:hover {
    font-color: #fff
}
.soc-facebook:before {
    font-color: #fff
}
.soc-github:before {
    font-color: #fff
}
