html {
	box-sizing: border-box; /* do rozmerov elementu zaráta všetko okrem marginu*/
}

*, *:before, *:after{
	box-sizing: inherit;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 100%;
	margin: 0 auto;
     overflow-x:hidden;
}


img {
	max-width: 100%;
	max-height: auto;
	-webkit-font-smoothing: antialiased;
}



a:hover {
	color: #518b99;
	text-decoration: none;
}

.kontakt_header {
	background-color: darkgray;
}

.kontakt_header a {
	color:  #fff;
}

.kontakt_header a:hover {
	color:  #dc3545;
}

.btn {
	margin: .2em;
}

/* .menu {
	height: 3em;
	vertical-align: middle;
}

.menu a {
	vertical-align: middle;
} */

.menu .logo {
	height: 2em;
}
.navbar-nav,
.bg-light {
	background-color: #fff!important;
}

.navbar-brand,
.navbar-toggler {
	font-size: 1em;
	padding:  0;
}
.navbar-toggler-icon {
	width: 2em;
	height: 2em;
}

nav {
	height: 3em;
	background-color: transparent;
}
.navbar-light .navbar-nav .nav-link {
	color:  #000;
	padding:  0 1.8em;
}

.uvod {
	background: url('../img/stol.png');
	background-size: cover;/*roztiahnutý obrázok ako treba*/
	background-repeat: no-repeat;
	background-position: 0 60%;
	height: 45em;
	text-align: center;
	padding-top: 15.8em;
}

.uvod_ostatne {
	background: url('../img/pc.png');
	background-size: cover;/*roztiahnutý obrázok ako treba*//
	background-repeat: no-repeat;
	height: 25em;
	text-align: center;
	padding-top: 8.8em;
}

h2,
h3,
.ref {
	font-weight: bold;
}

.uvod h1 {
	font-size: 5.375em;
	text-transform: uppercase;
}

.tvar {
	margin: 0 auto;
	max-width: 40%;
}

main h2,
main h3 {
	padding-top: 2.31em;
	padding-bottom: 1.44em;
}

main p {
	text-align: justify;
}

main div {
	padding-bottom: 1.5em;
}

.sro {
	background-image: url('../img/stol.png');
	background-size: cover;/*roztiahnutý obrázok ako treba*//
	background-repeat: no-repeat;
}

.chcem {
	border: 1px solid #000;
}

.chcem:hover,
.chcem:focus {
	background-color: #cfdfe3;
}

table {
	background-color: rgba(255, 255, 255, .7)
}
.table td, .table th,  .table tr {
	border-top: 1px solid #000;
}
.table thead tr, .table thead th, .table thead td {
	border-top: none;
	border-bottom: 1px solid #000;
}
.table thead th,
.table tbody th {
	vertical-align: middle;
}

.sluzby {
	background-color: #cfdfe3;
}

.sluzby h4 {
	text-align: center;
}
 .vyber .fa {
 	color:  #02a0c6;
 }

 .card{
 	text-align: center;
 	border: 1px solid #02a0c6;
 	border-radius: 15px;
 	margin-bottom: 1em;
 }

 .card h3 {
 	padding-top: 0;
 }

 .card-deck .card .card-title {
 	background-color: #02a0c6;
 	color: #fff;
 	padding: 1em 0;
 	border-radius: 15px 15px 0 0;
 }

 .card-deck .card .card-text {
 	text-align: center;
 }

 .card-logo {
 	max-width: 90%;
 	max-height: 3em;
 	margin: 0 auto;
 	padding-top: .5em;
 }

 .card-deck .card .card-footer {
 	background-color: #fff;
 	border-top: none;
 }

 footer,
 .form-control {
 	background-color: #1e1e1e;
 }

.pre-footer {
	background-color: #000;
	min-height: 6.3125em;
	padding-top: 2.5em;
	color: #fff;
	font-family: 'Noticia Text', serif;
	font-style: italic;
	text-align: center;
}


.autor a,
.design a {
	color: #fff;
}

#kontakt {
	padding-top: 3em;
}

form {
	margin-bottom: 0;
	padding-bottom: 2.8125em;
}

.form-control {
	border-color: #fff;
	border-radius: 0;
}

.file_form div {
    padding-bottom: 0;
}

.file_form .form-control {
	background-color: #fff;
	border: 1px solid #1e1e1e;
	border-radius: 5px;
}


.sprava {
	min-height: 9.6875em;
}

.footer_form button,
.file_form button  {
	width: 10.3125em;
	height: 2.75em;
	border-radius: 0;
	text-transform: uppercase;
	background-color: #dc3545;
	border: 0;
	cursor: pointer;
}

.form-control-file,
.file_form button {
	background-color: #dc3545;
	border-radius: 5px;
	color: #fff;
}

.file_form button:hover,
.file_form button:focus {
	font-size: 102%;
}

.footer_form button:hover,
.footer_form button:focus {
	border: 1px solid #1e1e1e;
}

.frame {
	width: 100%;
	height: 10em;
}

.odmena {
	font-weight: bold;
	color: #02a0c6;
	font-size: 1.5em;
}

ol.simple-list {
    list-style-type: none;

    margin: 0;
    margin-left: 3em;
    padding: 0;

    counter-reset: li-counter;
}
ol.simple-list > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 3em;
    border-left: 2px solid #CCCCCC;
}
ol.simple-list > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.8em;

    font-size: 3em;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    color: #464646;

    content: counter(li-counter);
    counter-increment: li-counter;
}

.tabulka2 {
	display: none;

}
.tabulka2 h6 {
	font-size: .8em;
}
.tabulka2 a {
	text-align: center;
}

@media screen and (max-width: 768px) {
	.pajba {
		display: none;
	}
	.design {
		padding-bottom: 2.5em;
	}
}

@media screen and (max-width: 630px) {
	.tabulka,
	.pajba {
		display: none;
	}
	.tabulka2 {
		display: table;
	}
	.uvod h1 {
		font-size: 7vh;
	}

}



