@charset "UTF-8";
/* CSS Document */

*, *:before, *:after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


body {
	 font-family: 'Open sans', sans-serif;
  font-size: 12px;
  font-weight: 300;
  
}


p {font-size: 1.5em;color: rgb(5, 5, 5);}
a {color: #000; text-decoration: none;}
a:focus,a:hover {color:#ccc;text-decoration:none}

h1 {font-size: 4em;text-transform: uppercase; font-weight: 700;color: #174e90}
h2 {font-size: 2.5em;text-transform: uppercase;font-weight:600;color: #174e90}
h3 {font-size: 2em;text-transform: uppercase; font-weight: 600;color: #174e90}
h4 {font-size: 24px;text-transform: normal;font-weight: 400;color: rgb(21, 102, 26);}
h5 {font-size: 35px;text-transform: uppercase;font-weight: 400;color: #174e90}
h6 {font-size: 3.5em;text-transform: uppercase;font-weight: 100;line-height: 80px;color: black;}


.line  {border-bottom: 1px solid black;}

.bg-modra {background-color: #174e90}
.bg-modra20 {background-color: #174e90}


.list-style {padding-left: 40px; font-size: 1.5em;color: rgb(5, 5, 5);}

.image-container {
    max-width: 600px; /* Nastavte maximálnu šírku kontajnera pre obrázok */
    width: 100%; /* Umožní obrázku prispôsobiť sa šírke kontajnera */
}