html{
	color: #fff;
	background-color:darkblue;
}

html, body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

h1{
	font-size:50px;
	margin:0;
	font-weight:300;
}

h2{
	font-size: 30px;
	font-weight:400;
	word-break: keep-all;
}

a{
	color: #fff;	
}

.cc-wrap{
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;	
}

.cc-wrap .cc{
	display: table-cell;
	vertical-align: middle;
	padding: 40px;
}

.contact{
	margin-top: 40px;
	text-align: left;
	display: inline-block;
}

.kodica{
	font-weight:700;
	margin-right:6px;
	font-size:36px;
}

footer{	
	position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    opacity: .7;
}

footer > div{	
    padding: 20px;
    word-break: break-word;
}

footer a{
	text-decoration: none;	
}

footer a:hover{
	border-bottom:1px solid #fff;
}