/* RESET */
/* 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 {
	background-color: #ebe4dd;
	font-family: 'Forma DJR Cyrillic Micro', sans-serif;
	font-style: normal;
	font-weight: normal;
	background-image: url(../img/hp-bg1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
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;
}
a:visited {
    color: #6EC6B5;
    text-decoration: non;
}

/* main */

.retro {
	background-image: url(../img/hp-bg2.jpg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.kick {
	width: 50%;
}


/* FONTS */

@font-face {
    font-family: 'Forma DJR Cyrillic Micro';
    src: url('FormaDJRCyrillicMicro-Regular.woff2') format('woff2'),
        url('FormaDJRCyrillicMicro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* MEDIA */

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) { }

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width: 767.98px) { }

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) { }

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {  }

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) { ... }