
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
	background-color: #d9e6ff;
	font-family: Arial;
}

header {
	padding: 20px;
	background-color: white;
	overflow: hidden;
}

h1{
	padding-bottom: 25px;
	text-shadow: 1px 1px 2px #888;
}

header a {
	text-decoration: none;
	color: #000066;
}
header a:hover {
	color: #000066;
}

h2 {
	padding-bottom: 15px;
}

.content {
	margin-bottom: 20px;
}

.content p {
	padding-bottom: 15px;
}

a {
	color: #182767;
}

a:hover {
	color: #8db4ff;
	text-decoration: none;
}

ol {
	padding-left: 20px;
}

.logo {
	float: left;
}

.ortes {
	text-align: center;
	font-size: 50px;
	padding-left: 130px;
	padding-right: 130px;
	padding-top: 20px; 
	color: #000066;
	text-shadow: 1px 1px 2px #888;
	font-weight: bold;
}

.english {
	float: right!important;
}

.topnav {
	overflow: hidden;
	background-color: #182767;
	padding-left: 417px;
	padding-right: 20px;
	box-shadow: inset 0px 11px 8px -10px black,
        		inset 0px -11px 8px -10px black; 
}

.topnav a {
	text-decoration: none;
	display: block;
	float: left;
	text-align: center;
	padding: 20px 30px;
	color: white;
}

.topnav a:hover {
	background-color: #d9e6ff;
	color: black;
	box-shadow: inset 0px 11px 8px -10px white,
        		inset 0px -11px 8px -10px #d9e6ff;
}

.left {
	float: left;
	width: 20%;
	padding-bottom: 20px;
}

.middle {
	float: left;
	width: 55%;
	padding-left: 20px;
	margin-bottom: 20px;
}

.right {
	float: right;
	width: 25%;
	padding-left: 20px;
	margin-bottom: 20px;
}

.columns {
	padding: 20px;
}

.columns:after {
	content: "";
    display: table;
	clear: both;
}

.content {
	padding: 20px;
	background-color: white;
	overflow: hidden;
}



footer {
	padding: 20px;
	text-align: center;
	background-color: #182767;
	color: white;
}


.contact {
	float: left;
	flex: 50%;
	border-left: solid;
	border-width: 1px;
	padding-left: 20px;
	border-color: #888;
}

.contacts {
	display: flex;
	overflow-x: auto;
}

.imgs {
	float: left;
	padding-right: 20px;
}

.active {
	color: black !important;
	background-color: #d9e6ff;
	box-shadow: inset 0px 11px 8px -10px white,
        		inset 0px -11px 8px -10px #d9e6ff; 
}

/* responzivni*/

@media screen and (max-width: 1600px) {
	.contact {
		padding-left: 10px;
	font-size: 12px;
}

@media screen and (max-width: 1200px) {
	.middle {
		width: 70%;
		padding-left: 0;
	}
	.right {
		width: 30%;
	}
	.topnav {
		padding-left: 0;
		padding-right: 0;
	}
	.left {
		display: none;
	}
	.contact {
		float: none;
		flex: none;
		text-align: center;
		border: none;
		padding: 0;
		font-size: inherit;
	}
	.contacts {
		display: inherit;
	}
}


@media screen and (max-width: 750px) {
	.topnav a {
		padding: 20px 15px;
	}

	.ortes {
		font-size: 40px;
	}
	.middle, .right {
		width: 100%;
		padding: 0;
	}
}


@media screen and (max-width: 600px) {
	.topnav a {
    float: none;
    width: 100%;
    border-bottom: solid;
    border-width: 1px;
    border-color: white;
	}

	h1 {
		text-align: center;
	}

	.imgs {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.ortes {
		font-size: 35px;
		padding: 0;
	}
	.logo {
		float: none;
		display: block;
  		margin-left: auto;
  		margin-right: auto;
	}

	footer {
		font-size: 12px;
	}
}

@media screen and (max-width: 364px) {
	.ortes {
		font-size: 28px;
	}
}

@media print {

	body {
		font-size: 12px;
	}
	.topnav, .left {
		display: none;
	}
	
	.left, .middle, .right {
		width: 100%;
		padding: 0;
	}

	a {
		text-decoration: none;
		color: black!important;
	}
	.logo {
		display: none;
	}

	.ortes {
		color: black!important;
		font-size: 30px;
		text-shadow: none;
		padding: 0;
	}
	h1 {
		font-size: 20px;
		text-shadow: none;
	}

	.contact {
		padding: 0;
		border: none;
	}
}