body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: black;
}

h1 {
	font-family: 'Dancing Script', cursive;
	font-size: 80px;
}

p {
	font-size: 16px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.footerimg {
   width: 100%;
}

li a {
	color: black;
	margin-top: 30px;
	padding: 10px 30px !important;
}

p.kapcsolat {
    position: absolute;
    top: 53%;
    left: 55%;
}

p.vissza {
    position: absolute;
    bottom: 5%;
    right: 5%;
    color: white;
}

	p.vissza a {
	    color: white;
	}
	
		p.vissza a:hover {
	    	text-decoration: none;
		}



@media (max-width: 678px) {
    p.kapcsolat {
      color: white;
      top: 70%;
	  left: 0;
    }
    	p.kapcsolat a {
			color: white; 
    	}
}	





.nav.navbar-nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
@media (min-width: 768px) {
	.navbar-nav {
		float: none;
	}
}

.navbar-default {
	background: none;
}

li.double {
}

	li.double a.elso {
		padding-bottom: 0 !important;
	}

	li.double a.masodik {
		padding-top: 5px !important;
		margin-top: 0;
	}

#module {
  width: 500px;
}

#module p.collapse[aria-expanded="false"] {
    display: block;
    height: 40px !important;
    overflow: hidden;
}

#module p.collapsing[aria-expanded="false"] {
    height: 40px !important;
}

#module a.collapsed:after  {
    content: '+ Show More';
}

#module a:not(.collapsed):after {
    content: '- Show Less';
}

table {
	margin-top: 50px;
}

	table th, table td {
		padding: 10px;
	}
	
	table tr:nth-child(even) {
		background-color: #f2f2f2
	}
	
/* GALERIA */

.card {
	float: left;
	margin:0 20px 30px 0;
	width: 240px;
	border-radius: 0;
	border: none;
	box-shadow: 0px 5px 8px 0px rgba(135,135,135,0.21);
}

	.card-img-top {
		border-radius: 0;
		width: 240px;
	}