﻿.menu {
	list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #f1f1f1;
	opacity:0.9;	
}

body{
	background-color: #000000;
}

table{
	border-collapse: collapse;
	margin: 0px auto;
}


a{
	text-decoration: none;
	color: #000;
}

td{
	padding: 8px;
}

tr{
	background-color: #d3d4db;
}

tr:nth-child(even){
	background-color: #e1e2eb;
}

td:nth-child(even){
	padding: 8px;
	width: 300px;
	text-align: center;
}

th{
	background-color: #d3d4db;
	padding: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}

#body{

	margin: 10px auto;
}

#menu, #content{
	float:left;
	margin: 5px;
	box-shadow: 2px 2px 5px black;
}

#kozep{
	text-align: center;
}

.break{
	clear: both;
}

#menu{
	width: 200px;
	background: #525357;
}

#content{
	min-width: 1600px; /*átállítva*/
	padding: 10px;
	min-height: 700px; /*átállítva*/
	background-color: #fff;
}

#banner{
	list-style-type: none;
	width:200px;
	min-height: 200px; 
	float:right;
	background-color: #fff;
	text-align: center;
	box-shadow: 2px 2px 5px black;
	/*átrakva*/
    margin: 0;
    padding: 0;
}

#lablec{
	padding:0; 
	margin:0 auto;
	position:fixed;
	left:0;
	bottom:0;
	
	width: 100%;
	min-height: 80px;
	box-shadow: 2px 2px 5px white;
	background: #525357;
	color: #ffffff;
}

#fejlec{
	width: 100%;
	min-height: 80px;
	
	margin: 5px;
	box-shadow: 2px 2px 5px white;
	background: #525357;
}

#fejlec .kozepre{
	min-height: 50px;
	font-family: Comic Sans;
	font-size: 40px;
	text-align:center;
	color: #ffffff;
}

.menu li {
    float: left; 
	width: 200px;
	text-align: center;
}

#comment_form{
	text-align: center;
}

#textbox {
	height: 120;
	width: 900px;
	max-width: 900px;
	min-width: 500px;
	max-height: 400px;
	min-height: 120px;
}

.menu li a {
	display: block;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
}

.menu li a:hover {
    background-color: #090;
	background-color: #000000;
    color: white;
}

label{
	width:100px;
	display:inline-block;
}

.pagination{
	margin:5px 5px;
}

.pagination li{
	list-style-type: none;
	display:inline-block;
	padding: 8px;
	transition: background-color .3s;
}

.pagination li:hover:not(.active) {background-color: #d6d4d4;}

.pagination li a{
	text-decoration:none;
	color:black;
}

/*Responsive Media Queries*/

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }

  #intro p {
    width: 60%;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }

  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 40px;
  }

  #intro h2 {
    font-size: 28px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
}