﻿/*
* General styles
*/
p{ line-height: 1.5em; }
h1, h2, h3, h4{
    color: orange;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0 0 .5em 0;
}
h1{ font-size: 1.7em; }
h2{ font-size: 1.5em; }
a{
	color: black;
	text-decoration: none;
}
	a:hover,
	a:active{ text-decoration: underline; }

/* box model */

body{
    font-family: 'Montserrat', sans-serif;
	font-size: 0.9em; 
	line-height: 1.1em; 
	width: 100%; 
	margin: 0; 
	background: #eee;
}

.container { 
	width:70%; 
	margin-left:auto; 
	margin-right:auto; 
}

.logo {
	width: 35%;
	margin-top: 5px;
	font-family: georgia;
	display: inline-block;
}

header{
	margin-top:20px;
	height:50px;
}

nav{
	width: 60%;
	display: inline-block;
	text-align: right;
	float: right;
}
	nav ul{}
		nav ul li{
			display: inline-block;
		}
			nav ul li a{
				font-size: 0.9em;
				font-family: 'ABeeZee';
				padding: 15px;
				background: #ffa500;
				color: white;
				text-transform: uppercase;
			}
			nav ul li a:hover{
				background-color: #ffb424;
				box-shadow: 0px 1px 1px #666;
			}
			nav ul li a:active{ background-color: #ff8f00; }

main {
	margin: 30px 0;
	padding: 20px;
	clear: both;
	background-color:#fff;
	background-image:url(BykKravy.png);
	background-repeat: no-repeat;
	background-size: 600px;
	background-position:right bottom;
}

.intro {
	width:50%;
	line-height:1.6em;
	margin-bottom:30px;
	border: 2px solid #000;
	padding:10px;
}

.herne_pole {
	width:38%;
	margin-left:50px;
}

#ovladanie {
	height:50px;
	margin-top:20px;
	margin-bottom:20px;
}

.grid{
	display:inline;
	margin-right:10px;
	float:left;
	height:50px;
	min-width:80px;
}

input[type=text] {
   	margin-top:7px;
	padding:5px;
	font-size:1.3em;
	width:100px;
}

#konzola {
	min-height:150px;
	width:100%;
}

footer{
	border-bottom: 1px #ccc solid;
	margin-bottom: 10px;
}
	footer p{
		text-align: right;
		text-transform: uppercase;
		font-size: 80%;
		color: grey;
	}
	
button {
	border-radius: 5px;
	border: none;
	font-family: 'Montserrat', sans-serif;
	padding: 10px;
	background-color:#ffdb99;
	box-shadow: 0px 1px 1px #666;
	margin:10px;
	font-weight:bolder;
}

button:hover {
	background-color:#ffa500;
}

#sendBtn {
	margin-top:7px;
	margin-left:10px;
	float:right;
}

/* multiple styles seperated by a , */
#content,
ul li a{ box-shadow: 0px 1px 1px #999; }

#obr{
	padding:10;
	width: 110px;
	background: #eee;
}

#kalkulacia.table{
	font-size:14px;
	font-face:normal;
}

table{
	border-collapse:collapse;
}

table, th, td {
	border: 1px solid black;
}

th{
	font-size:1.1em;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#A7C942;
	color:#ffffff;
}

tr:nth-child(odd)		{ background-color:#EAF2D3; }
tr:nth-child(even)		{ background-color:#fff; }
