body {
	margin: 0;
	font-size: 20px;
	font-family: Comic Sans MS;
	background-color: #222;
	background-image: linear-gradient(to bottom right, #000, #333);
	color: #f2f2f2;
}

a {
	color: #00b5bf;
	text-decoration: none;
}

a:hover {
	color: #11edf9;
	text-decoration: none;
}

hr {
	width: 90%;
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, transparent, rgba(11, 96, 6, 0.75), transparent);
}

.main {
	text-align: left;
	margin-left: 15%;
	margin-right: 15%;
}

.header {
	padding: 0px;
	margin: 0;
	text-align: center;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 70px;
}

.header img {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.folec {
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 25px;
}

.topnav {
	margin-left: 15%;
	margin-right: 15%;
	overflow: hidden;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-image: linear-gradient(#078400, #0b6006);
}

.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	transition: 0.3s;
}

.topnav .icon {
	display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 17px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
	overflow: hidden;
    max-height: 0px;
    position: absolute;
    background-image: linear-gradient(#0bea00, #0b6006);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
    z-index: 1;
	transition: 0.5s;
}

.dropdown-content a {
    float: none;
    color: #f2f2f2;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
	transition: 0.3s;
}

.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: #0bea00;
	color: #f2f2f2;
}

.dropdown-content a:hover {
    background-color: #034200;
    color: #f2f2f2;
}

.dropdown:hover .dropdown-content {
    max-height: 500px;
}

@media screen and (max-width: 600px) {
	.topnav a:not(:first-child), .dropdown .dropbtn {
		display: none;
	}
	.topnav a.icon {
		float: right;
		display: block;
	}
}

@media screen and (max-width: 600px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	.topnav.responsive .dropdown {float: none;}
	.topnav.responsive .dropdown-content {position: relative;}
	.topnav.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: left;
	}
}

.footer {
	color: #999;
	text-align: center;
	transition: 0.3s;
	margin-top: 30px;
	margin-left: 15%;
	margin-right: 15%;
}

.footer:hover {
	background: #0b6006;
	color: #f1f1f1;
}


.keptar {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.album {
	width: 200px;
	height: 200px;
	padding: 5px;
	margin: 10px;
	text-align: center;
	background-color: #078400;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
	-webkit-box-shadow: 9px 10px 14px 1px rgba(0,0,0,0.76);
	-moz-box-shadow: 9px 10px 14px 1px rgba(0,0,0,0.76);
	box-shadow: 9px 10px 14px 1px rgba(0,0,0,0.76);
	overflow: hidden;
	z-index: 2;
}

.album:hover {
	background-color: #0bea00;
	color: #fff;
	text-decoration: none;
	-webkit-box-shadow: 9px 10px 47px 12px rgba(0,0,0,0.76);
	-moz-box-shadow: 9px 10px 47px 12px rgba(0,0,0,0.76);
	box-shadow: 9px 10px 47px 12px rgba(0,0,0,0.76);
	-ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
	z-index: 3;
}

.kep {
	max-height: 200px;
	overflow: hidden;
	text-align: center;
}

.kep img {
	height: 100%;
	width: auto;
}

.infobox {
	height: 75px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.card {
	margin-top: 25px;
	margin-bottom: 25px;
}

#kiskep {
    cursor: pointer;
    transition: 0.3s;
}

.closegomb {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.closegomb:hover,
.closegomb:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.modal-img {
    display: none;
    position: fixed;
    z-index: 3;
    padding-top: 40px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modal-img-content {
    margin:auto;
	border:0;
	display:block;
	object-fit: contain;
	max-width: 90%;
	max-height: 90%;
}

.modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}