/* 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, img, ins, kbd, q, s, samp,
small, strike, 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;
	}

/* style globalne */
* {	box-sizing: border-box; }
body {
	margin: 49px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	background: #EAE3CE; /*#A99A85*/
	}
h2, h3, h4 {
	text-align: center;
	font-weight: 600;
    color: #000000;
	}
h1 {
	font-size: 50px;
	}
h2 {
	font-size: 25px;
	}
h3 {
	font-size: 20px;
	}
h4 {
	font-size: 15px;
	}
img {
	margin: 20px 0 0px 0;
	border: 1px solid #A99A85;
	}
.center {
	text-align: center;
	}
@media (max-width: 799px) {
    /* for tablets (small) */
    .col-s-1 {width: 8.33%; float: left;}
    .col-s-2 {width: 16.66%; float: left;}
    .col-s-3 {width: 25%; float: left;}
    .col-s-4 {width: 33.33%; float: left;}
    .col-s-5 {width: 41.66%; float: left;}
    .col-s-6 {width: 50%; float: left;}
    .col-s-7 {width: 58.33%; float: left;}
    .col-s-8 {width: 66.66%; float: left;}
    .col-s-9 {width: 75%; float: left;}
    .col-s-10 {width: 83.33%; float: left;}
    .col-s-11 {width: 91.66%; float: left;}
    .col-s-12 {width: 100%; float: left;}
}
@media (min-width: 800px) {
    /* for desktop (medium) */
    .col-m-1 {width: 8.33%; float: left;}
    .col-m-2 {width: 16.66%; float: left;}
    .col-m-3 {width: 25%; float: left;}
    .col-m-4 {width: 33.33%; float: left; /*border: 1px solid #A99A85;*/}
    .col-m-5 {width: 41.66%; float: left;}
    .col-m-6 {width: 50%; float: left;}
    .col-m-7 {width: 58.33%; float: left;}
    .col-m-8 {width: 66.66%; float: left;}
    .col-m-9 {width: 75%; float: left;}
    .col-m-10 {width: 83.33%; float: left;}
    .col-m-11 {width: 91.66%; float: left;}
    .col-m-12 {width: 100%; float: left;}
}
.container {
	/* background: #F4EED7; */
	max-width: 1024px;
	margin: 0 auto;
	overflow: hidden; /* naprawienie wystających elementów pływających */
	}

/* Nagłówek */
.top {
	background: #FFF8E1;
	border-bottom: 1px solid #A99A85;
	height: 85px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	}
.top a {
	color: #827258;
	text-decoration: none;
	}
.przelaczanie {
	float: right;
	margin: 0 0 0 10px;
	}
.przelaczanie_lgbt {
	margin: 0 0 0 10px;
	}
.przelaczanie_lgbt img {
	border: 1px solid red;
	}
@media (max-width: 950px) {
	.top {
		height: 170px;
	}
}
	
/* Logo */
.logo {
	float: left;
	font-weight: 600;
	/* line-height: 80px; /*wyrównanie logo w pionie*/
	color: #A99A85;
	padding: 5px 0 0 0;
	}
.logo:hover a {
	color: #6A6054;
	}
.logo-enlargement {
	color: #FFFFFF;
	}

/* Baner */
.banner {
	height: 700px;
	}

/* Kursy */
.kursy .container {
	padding: 130px 0;
	background: url("../img/SztukaLiczenia-tlo.png");
	border-top: 1px solid #A99A85;
	border-left: 1px solid #A99A85;
	border-right: 1px solid #A99A85;
	}
.ikona {
	/* width: 260px; */
	position: relative;
	top: -400px;
	left: 700px;
	}
.kursy p {
	font-size: 18px;
	padding: 20px 100px;
	text-align: justify;
	text-indent: 40px;
	margin: 0 auto;
    }
.podpis {
	padding: 0 20px;
	}
.ikony p {
	font-size: 15px;
	padding: 0;
	text-align: center;
	text-indent: 0;
    }
.kubek img  {
	margin: 30px 0 0 0;
	}
.podpis p  {
	padding: 0;
	text-align: center;
	text-indent: 0;
	}
.kursy a {
	color: #827258;
	}
.kursy a:hover {
	color: black;
	font-weight: bold;
    text-decoration: none;
    }
/* Stopka */
.footer {
	height: 40px;
	line-height: 40px;
	background: #F4EED7;
	text-align: center;
	color: #827258;
	border-top: 1px solid #A99A85;
	}
