/* Author: pidpawel <pidpawel.eu>, all rights reserved */

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

/* @font-face {
font-family: 'Selawik Regular';
font-style: normal;
font-weight: normal;
src: local('Selawik Regular'), url('fonts/selawk.woff') format('woff');
}

@font-face {
font-family: 'Selawik Light';
font-style: normal;
font-weight: normal;
src: local('Selawik Light'), url('fonts/selawkl.woff') format('woff');
} */

@font-face {
font-family: 'Selawik Semilight';
font-style: normal;
font-weight: normal;
src: local('Selawik Semilight'), url('fonts/selawksl.woff') format('woff');
}

/* @font-face {
font-family: 'Selawik Semibold';
font-style: normal;
font-weight: normal;
src: local('Selawik Semibold'), url('fonts/selawksb.woff') format('woff');
} */


@font-face {
font-family: 'Selawik Bold';
font-style: normal;
font-weight: normal;
src: local('Selawik Bold'), url('fonts/selawkb.woff') format('woff');
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background: #333232;
    font-family: 'Selawik Semilight', Sans-Serif;
    color: #E8F1F2;
    font-smooth: always;
    -webkit-font-smoothing: subpixel-antialiased;
    -mox-osx-font-smoothing: grayscale;
}

a, a:active {
    color: #658E9C;
    text-decoration: none;
}
a:hover {
    color: #89D2DC;
}

#parent {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#child {
    text-align: center;
    display: inline-block;
}

#logo-up, #logo-down {
    text-transform: uppercase;
    font-family: 'Selawik Bold', Sans-Serif;
    margin: 0 auto;
}
#logo-up {
    font-size: 8vw;
}
#logo-down {
    font-size: 3.8vw;

}

#contact-sheet {
    margin: 2vw auto;
    border-top: 1px solid #686868;
    padding-top: 2vw;
}
