body {                     
	background-color: #dddddd;
	font-family: 'Times New Roman', Georgia, and Baskerville, serif;
    	font-size: 18px;
	margin: 0;
    	margin-bottom: 20px;
}

header {
	background-color: #100110;
	background-position: 100%;
	background-repeat: no-repeat;
    	background-size: 500px;
	height: 250px;
	font-family: 'Times New Roman', Georgia, and Baskerville, serif;
}                      

section {
	padding: 1%;
    	margin-left: 25%;
	width: 50%;
    	text-align: justify;
    	line-height: 1.2; 
}

section.plan {
    	text-align: center; 
}


nav {
	background-color: #FFFFFF;
    	text-align: center;
    	border-bottom: 7px solid #100110;
    	font-size: 16px;
} 

a {
	color: #100110;

}

nav a {
	display: inline-block;
	text-decoration: none;
    	letter-spacing: 0.1em;
	color: #100110;
	padding: 0.5em 5em;   
}

a.aktivny {  
    	background-color: #9568ad;  
}


a:hover, a:focus {
	background-color: #fef200;
    	transition: 0.7s;
} 

nav a:hover, nav a:focus {
	letter-spacing: 0.3em;
}

a:active {
    	background-color: #fef200;
	transition: 0.7s;
}

h1, h2 {
    	letter-spacing: 0.1em;    
}

p {
    	letter-spacing: 0.04em;
}

header h1, footer p {
	margin: 0;
} 

header h1 {
	color: #FFFFFF;
	font-size: 3em;
	font-family: 'Times New Roman', Serif, Helvetica, sans-serif;
    	letter-spacing: 0.3em;
	text-align: center;
    	padding-top: 70px;
    	margin-bottom: 20px;
}

header h2 {
    	color: #FFFFFF;
	font-size: 1.5em;
	font-family: 'Times New Roman', Serif, Helvetica, sans-serif;
    	letter-spacing: 0.2em;
	text-align: center;
    	margin-top: 0;
    	margin-bottom: 0;
}

header a {
	color: #ffffff;
	text-decoration: none;
	font-size: 2.7em;
}


header a:hover, header a:focus {
	color: #fef200;
	background-color: transparent;
	text-decoration: none;
}

header div {
	position: absolute;
	left: 10px;
}


.right {
	width: 50%;
	margin-left: 40%;
	margin-right: 5%
	padding: 0;
} 

.left {
	width: 50%;
	margin-left: 25%;
	margin-right: 5%
	padding: 0;
}

.box {
	background-color: #ebebeb; 
	margin: 0;
	padding: 0;
	width: 100%;
} 
       

body h2 {
	margin-bottom: 0px;
}

main h1 {
	text-align: center;
	letter-spacing: 0.4em;
}

footer {
    	clear: both;
	color: #FFFFFF;
    	background: #100110;
	text-align: center;
    	font-size: 17px;
    	padding: 50px 0 50px 0;
    	width: 100%;
}