/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css?family=Dosis:400,700&subset=latin-ext');
@import url('fontello.css');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Styles */
html {
    min-height: 100%;
}
body {
    font-family: 'Dosis', 'sans-serif';
    color: #fff;
    background: url('../img/bg.jpg') repeat center center;
    background-size: cover;
}
.nikola-image {
    background: url('../img/nikola.jpg') no-repeat center center;
    background-size: 100%;
    width: 256px;
    height: 256px;
    display: block;
    margin: 60px auto 60px auto;
    border: 10px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
#background-polygons {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
#background-polygons > canvas {
    max-width: 100% !important;
    width: 100%;
}
#main {
    position: relative;
    z-index: 2;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px 60px 20px;
}
h1 {
    text-align: center;
    font-size: 4rem;
}
h1 span {
    display: block;
    font-size: 1.5rem;
    margin-top: 20px;
}
.social {
    text-align: center;
    margin-top: 60px;
}
.social li {
    display: inline-block;
}
.social li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border: 2px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.social li a:hover {
    background: #fff;
    color: #222;
}
.skills {
    max-width: 600px;
    margin: 60px auto 0 auto;
    overflow: hidden;
}
.skills li {
    display: block;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
    margin: 0 0 20px 0;
}
.skills li:nth-child(2n) {
    padding-right: 0;
    padding-left: 10px;
}
.skills li .skill-bar {
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    position: relative;
}
.skills li .skill-bar .skill-name {
    margin: 3px;
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 3px 5px;
    border-radius: 2px;
}
.skills li .skill-bar .skill-value {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: rgba(216, 248, 255, 0.15);
    z-index: 1;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -ms-transition: all 2.5s;
    -o-transition: all 2.5s;
    transition: all 2.5s;
}
@media screen and (max-width: 1279px) {
    .nanoterm {
        display: none !important;
    }
}