p{

font-size: 0.75em;
}

.logo {
  float: left;
}
/* ~~ Top Navigation Bar ~~ */

#top-nav {
	position: fixed;
	top:0;
	background-color: #fbff29;
	width: 100%;
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 1em;
	padding-bottom: 1em;
	z-index: 1000;

  xheight: 200px;
}

.navigation-bar {
  background-color: #352d2f;
  xheight: 70px;
  width: 100%;
}

.navigation-bar ul {
  padding: 0px;
  margin: 0px;
  xtext-align: center;
  float: right;

}

.navigation-bar li {
  list-style-type: none;
  padding: 0px;
  height: 24px;
  margin-top: 4px;
  margin-bottom: 4px;
  display: inline;
}

.navigation-bar li a {
	font-size: 90%;
	font-weight: 400;
  text-decoration: none;
  line-height: 3em;
  padding: 5px 10px;
	xdisplay: block;
  xopacity: 0.7;
}
.navigation-bar li a.menu_button{
	xdisplay: block;
	border: 1px solid blue;
	border-radius: 10px;
}
.navigation-bar li a.menu_button:hover{
	xdisplay: block;
	border: 1px solid white;
	background-color: white;
	color: blue;
	border-radius: 10px;
}

#menu {
  float: right;
}




.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  xmargin: 0 1rem;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-btn{
	display: block;
	float:right;


}
.menu-btn span {
	display: block;
	width: 19px;
	height: 3px;
	margin: 4px 0;
	background: rgb(255,255,255);
}

.responsive-menu{
	display: none;

  border: none;
	padding-bottom: 250px;
  xpadding: 5px;
  xwidth: 300px;
  xheight: 150px;
  xfont-size: 20px;
}
.responsive-menu ul {
  margin: 30px -40px 0px 0px;

}
.responsive-menu li {
  xbackground-color: #383838;
  margin: 4px;
  padding: 5px;
  color: white;
  list-style-type: none;
	float:right;
}
.responsive-menu li::after {
  clear:both;
}


.expand {
	display: block !important;
}


#main_sec{
	background-color: #fbff29;
	width: 100%;
	padding-bottom: 5%;
	padding-left: 15%;
	padding-right: 15%;

}
#main_img{
	xmargin-top: -10%;
	xwidth: 70%;
  height: 30vw;
  background-image: url("images/web_hlavicka_long.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.logomozaic{
	display: inline-block;
}
.logotile{
  display: flex;
	xfloat:left;
	xheight: 15vw;

}
.logotile#firstrow{
	xpadding-left: 15vw;
	xheight: 7vw;
}
.logotile#thirdrow{
	xpadding-left: 15vw;

}
.logoclearer{
	xclear:left;
}






#jak_sec{
	padding: 2rem 15% 2rem 15%;
  xmax-width: 1000px;
	background-color: #1aff7e;
	width: 100%;
	border-top: 2px solid black;
	border-bottom: 2px solid black;


}


p.serif{
	font-family: 'Lora', serif;
	color: blue;

}

#timetable_sec{
	padding: 2rem 15% 2rem 15%;

	background-color: white;
	width: 100%;
	xborder-top: 2px solid black;
	border-bottom: 2px solid black;

}
.timetable_row{

	 xwidth:100%;
	 display: flex;
	 xflex-wrap: wrap;
	 margin-bottom: 1em;
}


.timetable_row .timetable_date{
	font-family: 'Lora', serif;
	color: white;
	background-color: blue;
	border: 2px solid black;
	border-radius: 20px;
	padding: 0.3em 1.1em 0.3em 1.1em;
	xpaddig: 0.5em;
	xflex: 0 1 5%;
	width: 5em;

}
.timetable_row .timetable_time{
	font-weight: 600;
	color: black;
	background-color: #1aff7e;
	border: 2px solid black;
	border-radius: 5px;
	padding: 0.5em;
	z-index: 100;
  width: 10em;
	xflex: 0 1 20%;
}
.timetable_row .timetable_name{
	xfloat:left;
	font-weight: 600;
	color: black;
	background-color: #1aff7e;
	border: 2px solid black;
	border-radius: 5px;
	padding: 0.5em;
	margin-left: -7px;
	padding-left: 10px;
	flex-grow: 1;

	text-align: left;

}
.timetable_clearer{
	clear:both;
}
#medailonleft_sec{
	padding: 2rem 15% 2rem 15%;

	width: 100%;
	xborder-top: 2px solid black;
	border-bottom: 2px solid black;
  display:flex;
}
.sedy{
  background-color: #ededed;
}
.bily{
  background-color: white;
}
#medailonleft_sec .medailon_text{
   flex: 0 0 60%;
 	 text-align: left;
   width: 30em;
}
#medailonleft_sec .medailon_text h1{
	 display:block;
   border: 2px solid black;
   border-radius: 5px;
   background-color: yellow;
   font-size: 1.8em;
   padding: 2%;


}
#medailonleft_sec .medailon_text h2{
	 font-size: 1.2em;
   xline-height: 0.6em;


}

#medailonleft_sec .medailon_foto{
  border: 2px solid black;
	border-radius:50%;
  width: 17vw;
  height: 17vw;
  xflex-grow: 1;
  background-size: cover;
  margin-left: 5%;
}
#medailonright_sec{
	padding: 2rem 15% 2rem 15%;

	width: 100%;
	xborder-top: 2px solid black;
	border-bottom: 2px solid black;
  display:flex;
}
.sedy{
  background-color: #ededed;
}
.bily{
  background-color: white;
}
#medailonright_sec .medailon_text{
   flex: 0 0 60%;
 	 text-align: left;
   width: 30em;
}
#medailonright_sec .medailon_text h1{
	 display:block;
   border: 2px solid black;
   border-radius: 5px;
   background-color: #ff0068;
   font-size: 1.8em;
   padding: 2%;


}
#medailonright_sec .medailon_text h2{
	 font-size: 1.2em;
   xline-height: 0.6em;


}

#medailonright_sec .medailon_foto{
  border: 2px solid black;
	border-radius:50%;
  width: 17vw;
  height: 17vw;
  xflex-grow: 1;
  background-size: cover;
  margin-right: 5%;
}


span.blue{
	color: blue;

}

.order_button{
  xclear:both;
	xdisplay: block;
  background-color: #00cabe;
  padding:0.5em 1em 0.5em 1em;
	border: 1px solid black;
	border-radius: 15px;
}

#faq_sec{
	padding: 2rem 15% 2rem 15%;
  background-color: #fbff29;
	width: 100%;
	border-bottom: 2px solid black;

}
.faq{
	background-color: #1aff7e;
  border: 2px solid black;
  border-radius: 20px;

  padding: 5%;
  margin-bottom: 3%;

}
.faq p{
  text-align: left;
}
.faq strong{
	font-weight: 600;
}
.faq .desatero{
  display: flex;

}
.faq .desatero .desatero_left{
  flex: 0 0 10%;
  xborder: 1px solid black;
  color: blue;
  font-weight: 600;
  font-size: 2em;
  padding:0px;
  vertical-align: top;
  top:0px;
}
.faq .desatero .desatero_right{
  flex-grow: 1;
  xborder: 1px solid black;
  text-align: left;
  padding:0.5em 0 0 0.5em;


}
#reference_sec{
	padding: 2rem 0 2rem 0;

	background-color: #ededed;
	width: 100%;
	xborder-top: 2px solid black;
	border-bottom: 2px solid black;

}

.reference{
  border: 2px solid black;
  border-radius: 10px;
  height: 35vh;

  color: black;
  text-align: left;
  padding: 10%;
  margin: 5%;

}
#objednavky_sec{
	padding: 5rem 15% 2rem 15%;

	background-color: #fbff29;
	width: 100%;
	xborder-top: 2px solid black;
	border-bottom: 2px solid black;

}
#objednavky_sec #objednavky_button{
	display: block;
  background-color: #ffff29;
  border: 2px solid black;
  border-radius: 50px;
  padding: 0.7em;
  font-weight: 600;
  font-size: 2em;
  color: blue;

}
#objednavky_sec #objednavky_button:hover{

  background-color: blue;

  color: #ffff29;

}
#footer_sec{
	padding: 5rem 15% 2rem 15%;

	background-color: black;
	width: 100%;
	xborder-top: 2px solid black;
	border-bottom: 2px solid black;
  color: #00cabe;
  background-image: url(images/AeroLogo.svg);
  background-position: 5%;
  background-repeat: no-repeat;


}
#footer_sec a{

  color: #00cabe;
}
#footer_sec a:hover{

  color: white
  ;
}
a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}



/* Mobile */

  @media screen and (max-width: 736px) {

    /* Basic */

      body, input, select, textarea {
        font-size: 14pt;
      }
      #top-nav {

      	padding-left: 5%;
      	padding-right: 5%;

      }
      #main_sec{

      	padding-left: 5%;
      	padding-right: 5%;

      }
      #main_img{
      	xmargin-top: -10%;
      	xwidth: 70%;
        height:50vw;
        background-image: url("images/web_hlavicka_mobil.svg");
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center;
      }

      #jak_sec{
      	padding: 2rem 5% 2rem 5%;
      }
      #timetable_sec{
      	padding: 2rem 5% 2rem 5%;

      }
      #medailonleft_sec{
      	padding: 2rem 5% 2rem 5%;


      }
      #medailonright_sec{
      	padding: 2rem 5% 2rem 5%;


      }
      #faq_sec{
      	padding: 2rem 5% 2rem 5%;

      }
      #objednavky_sec{
      	padding: 5rem 5% 2rem 5%;
      }
      #footer_sec{
      	padding: 5rem 5% 2rem 5%;
      }


  }
