/* CSS Document */
/*
 	
#E6E8FC
#D2D4F6
#BCBFEE
#A5AAE4
#8E94D8

 */

* {
  box-sizing: border-box;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  margin: auto;
  color: #000066;
  background: #E6E8FC;   //D8DAF2  B0b4de
  max-width: 1000px;
}    

a {text-decoration: none;}  

img {
  max-width: 100%;
  height: auto; 
  overflow: auto;
}      
    
/* Záhlaví **********a {color: #000066;} **********************************/
header {
  padding: 3vw;          
  text-align: center;

  background-image: linear-gradient( 180deg, #D2D4F6 0%, #E6E8FC 100%);
/*  background-image: url(obrazky/znakOP.gif);
  background-position: 5% 50%;
  background-repeat: no-repeat;      */
  position: relative;                
//   border-bottom:1px solid #999;
}
#zahlavi1 { font-size: 180%; font-weight:bold; text-shadow: 0 0 1px #000000;}
#zahlavi2 { font-size: 150%; font-weight:bold;}
#vlajka {position: absolute;
  bottom: 1vw;
  right: 10%;
  border-radius: 50%;
}
/* header::after {   /*horizontální čára pod záhlavím. pže hr není vhodné pro designový prvek* /
  content:'';
  position: absolute;
  background-color: #000066;
  width: 80%;
  height: 2px;
  bottom: 0;
  left:10%;
  right:10%;
}      */
  

/* Řádka designu */
.radek {  
  display: flex;
  flex-wrap: wrap;
}
/* Boční sloupec *************************************** */
aside {
  flex: 25%;
  padding: 0 2vw;
  margin-top: 3vw;
}
#menubox {
  float:left;
  width: 100%;
  border-right:1px solid #D2D4F6;
  text-align: right;
  padding-right: 2vw;

}
#menubox a {
  padding:1vw;
  display:block;
  width:100%;
  text-decoration: none;
  text-transform: uppercase;
  border-top: 1px dotted #D2D4F6;
}
#menubox a:hover, #menubox a:active, .active { 
  //background-color: #BCBFEE;
    background-image: linear-gradient( 90deg, #D2D4F6 0%, #E6E8FC 100%);
}

#menubox .podmenu {
  padding-right: 2vw;
}
#menubox .nadmenu {
 font-weight: bolder;
}

/* Hlavní sloupec***********************************************************/
#hlavni {
  flex: 75%;
  padding: 2vw;
}
/* Zápatí padding: 5px 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 80%;
  background: #D8DAF2; */
  
h1 {
text-transform: uppercase;
font-size: 130%;
} 
h2 {
font-size:120%;
} 
h3 {
font-size:110%;
font-style: italic;
} 
 
.box {
display: flex;
 flex-direction: row;
 flex-wrap: wrap;
justify-content: center;
}

.boxik {
 background-color: #D2D4F6;
  width: 30%;
  min-width: 200px;
  text-align: center;
  margin:1vw;
  //border-radius:   2vw 2vw;

  background-image: linear-gradient( 180deg, #D2D4F6 0%, #E6E8FC 100%);
  box-shadow: 0 2px 6px 0 #D2D4F6; //, 0 4px 10px 0 rgba(0, 0, 0, 0.#D2D4F619)    #D2D4F6
}
.boxik:hover {background-image:linear-gradient( 0deg, #D2D4F6 0%, #E6E8FC 100%);}
 
article {
 background-image: linear-gradient( 135deg, #E6E8FC 0%, #D2D4F6 5%,#E6E8FC 10% );
 padding: 1vw;
 } 
 article h1 {
//  background-image: linear-gradient( 90deg, #E6E8FC 0%, #D2D4F6 50%,#E6E8FC 100% );
 text-align: center;
 padding: 0.2vw;
 } 
 article ul {
 padding-left: 2vw;
  list-style-type: none;
 }
 
 article ul li {
 padding-left: 2rem;
 background-image: linear-gradient( 270deg, #D2D4F6 50%, #E6E8FC 100%);
  background-position: 0 0;
  background-size: 1.6rem  1.6rem;
  background-repeat: no-repeat;
  margin-bottom: 0.2vw;
 }
 
article img {padding: 0.2vw 1vw ;} 
article .imgvlevo {float: left;}
article .imgvpravo {float: right;} 

.aktualita {
 border-top:1px solid #D2D4F6;
 display:block;
}
.aktualita::first-letter {
font-family: "Times New Roman", Times, serif;
font-size: 200%;
color: #8E94D8;
}

.odkazven {
 display: block;
 padding: 0.5vw;
 border:1px dotted #D2D4F6;
}
.odkazven:before {
 content: "ะ";
 padding-right: 0.5vw;
}

 hr {
  border: 0;
  height: 3px;
 background-image: linear-gradient(to right, #E6E8FC, #D2D4F6, #E6E8FC);
 }         

.fotogalerie {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
  justify-content: justify;
 }
.fotogalerie img {

  display:block;
 min-width:150px;
 height: auto;
 min-height: 100px; /*debuging*/
 background: #E6E8FC ;

 margin-bottom: 0.2vw;
}
.fotka {
background: #D2D4F6;
text-align: center;
padding: 1vw;
margin: 0.1vw;
} 
 
footer {
  background-image: linear-gradient( 0deg, #D2D4F6 0%, #E6E8FC 100%); 
  text-align: center;
  padding: 1vw;
  border-top: 1px solid #D2D4F6;
}
/* ********************************************************** */

/* ********************************************************** */
/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .radek {   
    flex-direction: column;
  }
}
