/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

/* ubuntu-300 - latin */
@font-face {
    font-family: 'Ubuntu';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/ubuntu-v14-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Ubuntu Light'), local('Ubuntu-Light'),
    url('../fonts/ubuntu-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/ubuntu-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/ubuntu-v14-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/ubuntu-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/ubuntu-v14-latin-300.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-500 - latin */
@font-face {
    font-family: 'Ubuntu';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/ubuntu-v14-latin-500.eot'); /* IE9 Compat Modes */
    src: local('Ubuntu Medium'), local('Ubuntu-Medium'),
    url('../fonts/ubuntu-v14-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/ubuntu-v14-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/ubuntu-v14-latin-500.woff') format('woff'), /* Modern Browsers */ url('../fonts/ubuntu-v14-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/ubuntu-v14-latin-500.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
    font-display: block;
    src: url('../fonts/icomoon.woff2?9bgtab') format('woff2'),
    url('../fonts/icomoon.ttf?9bgtab') format('truetype'),
    url('../fonts/icomoon.woff?9bgtab') format('woff'),
    url('../fonts/icomoon.svg?9bgtab#icomoon') format('svg');
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.icon-facebook:before {
    content: "\f09a";
}

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

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

.icon-xing:before {
    content: "\f168";
}

.icon-instagram:before {
    content: "\f16d";
}

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

html {
    font-size: 16px;
}

@media (min-width: 500px) {
    html {
        font-size: 20px;
    }
}

body {
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background: #00ACC1;
}

strong {
    font-weight: 500;
}

.main {
    padding: 1rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;

    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

@media (min-width: 500px) {
    .main {
        padding: 0;
        max-width: 50rem;
    }
}

.wrapper h1 {
    font-size: 1.5rem;
    line-height: 3rem;
    font-weight: 500;
}

@media (min-width: 400px) {
    .wrapper h1 {
        font-size: 1.75rem;
    }
}

@media (min-width: 500px) {
    .wrapper h1 {
        font-size: 2rem;
    }
}

.wrapper p {
    font-weight: 300;
}

.wrapper p a {
    color: #fff;
    text-decoration: none;
    transition: opacity .3s ease-in-out;
    outline: none;
    opacity: 1;
}

.wrapper p a:hover {
    opacity: .75;
}

.wrapper .image {
    border: 0;
    display: inline-block;
    position: relative;
    border-radius: 100%;
    width: 12rem;
    margin-bottom: 1rem;
}

.wrapper .image img {
    display: block;
    border-radius: 100%;
    width: 100%;
}

.icons {
    margin-top: 2rem;
}

.icons li {
    display: inline-block;
    padding: 0 1rem 0 0;
    font-size: 1.5rem;
}

.icons li a {
    color: #fff;
    text-decoration: none;
    opacity: .5;
    transition: opacity .3s ease-in-out;
    outline: none;
}

.icons li a:hover {
    opacity: 1;
    text-decoration: none;
    color: #fff;
}

.icons li .label {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
