@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,700);

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

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
    height: 100vh;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    background-color: #2196f3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    color: white;
    padding: 20px;
    padding-top: 60px;
    text-align: center;
    background: -moz-radial-gradient(bottom, ellipse cover, rgba(56, 145, 229) 0%, rgba(0,58,128,1) 90%);
    background: -webkit-gradient(radial, bottom center, 0px, center center, 100%, color-stop(0%, rgba(56, 145, 229)), color-stop(90%, rgba(0,58,128,1)));
    background: -webkit-radial-gradient(bottom, ellipse cover, rgba(56, 145, 229) 0%, rgba(0,58,128,1) 90%);
    background: -o-radial-gradient(bottom, ellipse cover, rgba(56, 145, 229) 0%, rgba(0,58,128,1) 90%);
    background: -ms-radial-gradient(bottom, ellipse cover, rgba(56, 145, 229) 0%, rgba(0,58,128,1) 90%);
    background: radial-gradient(ellipse at bottom, rgb(56, 145, 229) 0%, rgba(0,58,128,1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3891e5', endColorstr='#003a80', GradientType=1 );
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-gitlab:before {
    content: "\e900";
}

.icon-cv:before {
    content: "\e923";
}

.icon-mail:before {
    content: "\e96e";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-github:before {
    content: "\eab0";
}

.icon-skype:before {
    content: "\eac5";
}

.icon-linkedin:before {
    content: "\eaca";
}

a {
    text-decoration: none;
    color: inherit;
}

h1 {
    font-weight: 400;
    margin-bottom: 0.6rem;
}

.social {
    margin: 40px auto 0 auto;
}

.social a {
    display: inline-block;
    border: solid 1px white;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px;
    transition: all 0.15s ease-in-out;
}

.social a:hover {
    color: #3891e5;
    background-color: white;
}

.social span {
    margin-right: 5px;
}

@media screen and (max-width: 750px) {
    html, body {
        font-size: 12px;
    }

    body {
        padding: 10px;
        padding-top: 40px;
    }

    .social {
        margin: 20px auto 0 auto;
    }

    .social a {
        margin: 10px 5px;
    }
}
