@import url(reset.css);
*{box-sizing: border-box;}
html{font-family: "Avant Garde", "Century Gothic", sans-serif;}.dropbtn{display: none;}
strong{font-weight: bold;}
h4{font-weight: bold; font-size: 1.2em;}
p{font-size: 0.9em;}
.onas ul, .onas ol{list-style-type: circle; left: 20px; padding-left: 5%; }
ul li, ol li{line-height: 1.8em;
    color:rgba(80, 205, 30, 0.9);
    font-weight: 600;}
ul li p, ol li p{font-weight: 600;}
ol li{list-style-type: decimal;}
.dropdown{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(80, 205, 30);
    text-align: center;
	position: fixed;
	top: 0px;
    width: 100%;
}
.dropdown a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    }
.dekoracia { background-image: url(obrazok1.png); 
	height: 298px;
	background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
	display: block;
    background-size: 100%;}

.onas{
	padding: 2em 12.5% 2em 12.5%;
	line-height: 1.3em;
	background-color: rgba(0,0,0,0.2);
}
.n1{margin-top: 2em;}
table{
	width: 100%;)
}
footer{
	background-color: rgba(80, 205, 30, 0.6);
	width: 100%;
	text-align: center;
	padding: 1em;
	font-size: 0.8em;
}