/*
Theme Name:     Child theme of Berlin
Description:    
Author:         admin
Template:       wp_berliner5-v1.2

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/*@import url(http://fonts.googleapis.com/css?family=Mouse+Memoirs>*/

.col-sm-3 {
 	width: 100%;
	text-align: center;
}

#header {
  background: #242424;
  color: #ecebe5;
  padding: 30px 0 40px;
}

#logo {
  font-size: 4em;
  letter-spacing: 0.2rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Mouse Memoirs", sans-serif;
}

h2 {
  font-size: 3em;
letter-spacing: 0.2rem;
}

/*Ez a rész teszi középre a menüt START*/
.col-sm-9 {
   float:left;
   width:100%;
   overflow:visible;
   position:relative;
}

#navigation { float: left;
position: relative;
left: 50%;
}

.col-sm-9 ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   /*padding:0;*/
   position:relative;
   right:50%;
}
/*Ez a rész teszi középre a menüt END*/

#navigation > li ul a, #navigation > li ul a:visited {
   background-color: #242424;
}

/*Ez teszi láthatóvá a zászlóknál a kis fehér nyilat*/
#navigation > li:last-child > a {
  padding-right: 20px;
}

.slide-content {display: none;}

.hero-inner {
  display: none;
}

#main {
  padding: 40px 0;
}

