/* -----------------------
Base styles
------------------------*/

body
{
	margin: 0;
	padding: 0;
	background-color: #eee;
	font: 1em/1.2 "Trebuchet MS", Helvetica, sans-serif;
	background-image: url("../images/hatterkep.jpg");
	background-attachment: fixed;	
}

#logo-container {margin-left: 45px; display: inline;}

h1,h2,h3,h4,h5,h6
{
	margin: 0 0 .5em;
	font-weight: 500;
	line-height: 1.1;
	color:white;
}

h1 { font-size: 2.25em; } /* 36px */
h2 { font-size: 1.75em; } /* 28px */
h3 { font-size: 1.375em;
    background-color: #808080ad;
    align-items: center;
    padding: 5px;
    margin-top: 30px;
    margin-right: 20px;} /* 22px */
h4 { font-size: 1.125em; } /* 18px */
h5 { font-size: 1em; } /* 16px */
h6 { font-size: .875em; } /* 14px */
h1.white {
  text-align: center;
  color: white;
  font-size: 2.5em;
}
p
{
	margin: 0 0 1.5em;
	line-height: 1.5;
	color: #b9b3b3;
}
p.alcim {color: white; text-align: center;display: inline; margin-left: 30px}

.white {color: white;}

blockquote
{
	padding: 1em 2em;
	margin: 0 0 2em;
	border-left: 5px solid #eee;
}

hr
{
	height: 0;
	margin-top: 1em;
	margin-bottom: 2em;
	border: 0;
	border-top: 1px solid #ddd;
}

table
{
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
}

th, td
{
	padding: .5em 1em;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

a{text-decoration: none; color: gray;}
a:link { color: gray; }
a:visited { color: gray; }
a:focus { color: black; }
a:hover { color: green; text-decoration: underline;}
a:active { color: red; }

a.idezet{color: #18202E;}

a.white:link { color: white; }
a.white:visited { color: white; }
a.white:focus { color: white; }
a.white:hover { color: green; text-decoration: underline;}
a.white:active { color: red; }



/* -----------------------
Layout styles
------------------------*/

.container
{
	max-width: 70em;
	margin: 0 auto;
	margin-top: 65px;
}

.header
{
	position: fixed;
	top: 0px;
    background-color: #18202E;
	color: #fff;
	width: 100%;
	z-index: 2;
	padding-top: 20px;
	
}

.header-heading {
    margin: 0;
    font-size: 1.8em;
}
/* -----------------------
Nav
------------------------*/



/* Links inside the navbar */

.topnav {
	overflow: hidden;
	float: right;
	/*margin-right: 20%;*/
	margin-top:-50px;
	background-color: #415A74;
	display: inline-block;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #C3989E;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 1000px) {
	.topnav {display: block;}
	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {position: absolute;right: 0;top: 0;}
	.topnav a:not(:first-child) {display: none;}
	.topnav a.icon {float: right;display: inline;}
	.topnav.responsive a {float: none; display: block;text-align: left;}
}
.idezet_fej{
	 padding-bottom: 40px;
}

.content
{
	overflow: hidden;
	padding: 1em 1.25em;
	margin-top: 95px;
	min-height: 600px;


}

.main, .aside
{
	margin-bottom: 1em;
	float: left;
	width: 85%;
	margin-right: 5%;
	margin-bottom: 1em;
}

.footer
{
	color: #fff;
	background: #000;
	padding: 1em 1.25em;
}



/* -----------------------
Single styles
------------------------*/

.img-box
{ 
	border:1px solid white;
    width: 120px;
    float: left;
    margin: 0px;
    padding: 3px;
	margin-right: 20px;
	border-radius:5px;
}
.img-responsive 
{ 
	max-width: 100%;
	height: auto;
	z-index: -1;
	filter: sepia(100%);
    -webkit-filter: sepia(1);
	margin-bottom: -4px;	
}

.btn
{
	color: #fff !important;
	background-color: royalblue;
	border-color: #222;
	display: inline-block;
	padding: .5em 1em;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: .2em;
	text-decoration: none;
}

.btn:hover
{
	color: #fff !important;
	background-color: green;
}

.btn:focus
{
	color: #fff !important;
	background-color: black;
}

.btn:active
{
	color: #fff !important;
	background-color: red;
}

.table
{
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.list-unstyled
{
	padding-left: 0;
	list-style: none;
}

.list-inline
{
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}

.list-inline > li
{
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

/* -----------------------
Wide styles
------------------------*/

@media (min-width: 55em)
{
	/*.header { padding: 1.5em 3em; }*/
	.nav-bar { padding: 1em 3em; }
	.content { padding: 2em 3em;}
	.main
	{
		float: left;
		width: 85%;
		margin-right: 5%;
		margin-bottom: 1em;
	}

	.aside
	{
		float: left;
		width: 30%;
		margin-bottom: 1em;
	}

	.footer { padding: 2em 3em; }
	
	.nav li
	{
		display: inline;
		margin: 0 1em 0 0;
	}
	
	.nav a
	{
		display: inline;
		padding: 0;
		border-bottom: 0;
	}
}
/* -----------------------
uj elemek
------------------------*/

#idezet_kulso_keret {
	min-height: 90px;
    padding: 1em 1em .5em 1em;
    background-color: #D0D0D2;
    margin-bottom: 10px;
    border-style: solid;
    border-color: #c3c3c3;
    border-radius: 5px;
    border-width: 2px;
	font-size: 1.2em;
    color: #18202E;	
}
#idezet{
    margin-right: 50px;
	font-size: 1em;
    color: #18202E;	
}
#gombok{
  float:right; 
}
.button{
	border: 1px solid #18202E;
  border-radius: 4px;
  padding: 3px;
  width: 18px;
  background: #fff;
 }
.button:hover {
  background: #18202E;
 } 
#kategoria {
    margin-top: 3px;
	display: inline-table;
}
.szerzo, .tema, .random { 
	margin-top: 5px;
	font-size: .8em;
	padding: 0.1em 1em 0.1em 1em;
	border-color: #18202E;
    border-style: solid;
    border-width: 1px;
    margin-right: 6px;
    border-radius: 5px;
	width: max-content;
    float: left;
}
.szerzo { 
  background-color: #415A74; 
}
.tema { 
  background-color: #C3989E;
}
.random { 
  background-color: #F3CBA0; 
}
/* -----------------------
Form stílus
------------------------*/
form {
    margin-bottom: 1em;
	width:600px;
}
user agent stylesheet
form {
    display: block;
    margin-top: 0em;
	}
textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 20px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
}
input{ color: green;}
