@charset "UTF-8";

/*
A honlap egyedi arculatát tartalmazó egyéni CSS.
*/

body {font-family: Raleway, "Roboto", sans-serif;}
article p {font-size:1.3em!important; text-align: justify;}

.navigation {
	background-color:#97CA00;
}

div.poz {
	position:relative;
	display:table-cell;
}

a.navbar-brand {
background-color: white;padding:0;
}

a.navbar-brand svg {
	width:1140px;
	height:195px;
}

@media (min-width: 1200px) {
	.main-navigation > li:first-child {
		margin-left:46px;
	}
	
	.navbar-brand img {
		width:245px;
		border-right:1px solid #fff;
		box-sizing:content-box;
	}
	
	body {
		background:url(http://torokbalintholnap.hu/muvhaz.jpg) fixed top;
	}
}

.navbar-brand img {width: 245px;border-right: 1px solid white;

box-sizing: content-box;}

.post-inner .post-left-meta .box {
    background-color: #f8f8f8;
    background-color:#99cc00;
}

.box.date span {color:#C80044!important;coor:white!important}

h1,h2,h3,h4,h5,h6 {
	font-family:Montserrat,"Roboto Slab",serif;
	font-weight:refular;
}

h2,h3,body.single h1.post-title {
    background-color:#99cc00;
    transition:all 0.25s ease-out;
}

body.single h1.post-title {
    padding:5px 30px;
}

.post-content h2, .content h2 {
    padding: 10px 10px 10px 10px;
}

.post-content h3, .content h3 {
    padding: 10px 10px 10px 10px;
    
}

h2:hover,h3:hover {
    background-color:#C80044;
   color: #99cc00!important;
}

.page-header .main-title {padding: 6px 30px;}
.post-inner .post-title a {
padding: 4px 23px;
display: block;
}

h2.post-title:hover a, h3.post-title:hover a { color: #99cc00!important; }

body.single h1.post-title {display:inline-block;}

li {font-size:1.3em!important; text-align: justify;}


.page-id-2767 .content p {margin-left:4em;text-indent:-32px}
.page-id-2767 .content p>img {margin-right:16px;}