*, html, body {  
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin: 0;
    padding: 0;	
    
  }
  /* barvy   
    https://huemint.com/
    https://huemint.com/brand-3/#palette=fdfdfc-414042-c40234-a3a5a6
    https://huemint.com/brand-3/#palette=fdfdfc-414042-9e0034-a6a6a6
  */
  
  :root{
    --space-cadet: #2b2d42ff;
    --cool-gray: #8d99aeff;
    --antiflash-white: #edf2f4ff;
    --red-pantone: #ef233cff;
    --fire-engine-red: #d90429ff;
    
    --white: #fdfdfc;
    --black: #000;
    --onyx: #414042;
    --Claret:#9e0034;
    --silver:#a6a6a6;
  }
  
  .clearfix::after{
    content: "";
    display: table;
    clear: both;
  }
  
  body {
    background:none repeat scroll 0 0 #ffffff;
    font-size: 62.5%;
    font-family:"Open Sans",Arial,sans-serif;
    color:#000000;
  }

  h1,h2,h3,h4,h5,h6 {
    color:#152732;
    font-weight: normal;
    line-height: 1.2;
    margin:1rem 0; 
    font-weight: 500; 
  }
  h1 {font-size:2.7rem;}
  h2 {font-size:2.2rem;}  
  h3 {font-size:1.8rem;}  
  h4 {font-size:1.4rem;}  
  h5 {font-size:1.1rem;}  
  h6 {font-size:0.9rem;}    

p {font-size: 1rem;}
a {font-size: 1rem;}
small {font-size: 0.25rem;}

.row{
  max-width: 1124px;
  margin: 0 auto;    
}

.menuPozadi{
  background-color: #9e0034;
  height: 50px;
  width: 100%;
  position: fixed;
  top:0px;
  z-index: 1000;
}

.menu{
  color: var(--silver);
  z-index: 1000;
  position: fixed;
  top:0px;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:  0px 5%;
}

.menu .logo {
    cursor: pointer;
    height: 40px;
    margin-top:5px;
}  

.menu .mapa-cr {
  height: 50px;
  display: none;
}

/* Navigace */
nav ul {
  list-style: none;
  margin-right: auto;
}
  
nav ul li {
  display: inline-block;
  padding: 0 10px;
}

nav ul li a {
  transition: all 0.3s ease 0s;
  font-weight: 400;
  text-decoration: none;
  color: var(--white);
}

nav ul li a:hover {    
  color: var(--white);
}

/* mobile navigace*/
.menu-mobile{
  display: none;
}

.menu-mobile nav{
  padding-left: 1.5rem;
}

.menu-mobile nav ul li {
  margin: 1.5rem 0 1.5rem 0;
  text-transform: uppercase;
}

.menu-mobile nav ul li a{
  font-size: 1.25rem;
}

.mobile-icon{
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(137deg) brightness(100%) contrast(104%);
  display: none; 
  margin-top: 0.5rem; 
}

.mobile-icon .menuHamburger img{  
  width: 40px;
  height:40px;
}



/* banner */
#banner {
  padding-top: 6.5rem;
  background-attachment: ,fixed;
  background-color: var(--silver);
  background-position: center center;
  background-repeat: no-repeat;
  background-size:  cover;
  color: var(--black);
  
  text-align: center;
  display: block;
}

#banner p{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.5rem;
  margin-bottom: 3rem;
}

#banner.homepage{
  /*background-image: url("https://www.dronfotovideo.cz/images/header/banner-dron.jpg");*/
  background-color: var(--antiflash-white);
}

#banner .logo img{
  width: 300px;
  margin-top: 0px; 
}

#banner .stranky{
  padding: 1rem 0 1.25rem 0;
}

#banner .stranky li{
  display: inline-block;
  padding: 0 10px;
}

#banner .stranky li a{
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--Claret);
  
}

#banner .stranky li a:hover {    
  text-decoration: underline;
}
/* Footer */
#footer {
  background-color: var(--onyx);
  color: var(--silver);
}

#footer p {font-size: 0.9rem;}
#footer a {font-size: 0.9rem;}
#footer .nadpis {font-size: 0.9rem;}
#footer ul li {font-size: 0.9rem;}

#footer .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  min-height: 300px;
  padding-bottom: 3rem;
  flex-wrap: wrap;
}

#footer .item{
  flex-grow: 1;
  width: 300px;
  margin-top: 3rem;
}

#footer .logo {
  height: 50px;
  margin: 2rem 0 0 2rem;
}

#footer .logo {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(137deg) brightness(100%) contrast(104%);
}
  
#footer p {
  margin: 0px 2rem 0 2rem;
}

#footer ul li{
  list-style: none; 
}

#footer li a {
  font-weight: 400;
  text-decoration: none;
  color: var(--white);
}

#footer a {
  font-weight: 400;
  text-decoration: none;
  color: var(--white);
}

#footer a:hover {
  text-decoration: underline;
}


/* footer adresa */
#footer .adresa  {
  margin: 1rem 0 0 2rem; 
}

/* footer odkazy */
#footer .odkazy {
  margin: 2rem 0 0 2rem; 
}

/* footer Přidat fotografa */
#footer .pridatFotografa {
  margin: 2rem 0 0 2rem; 
}
/* footer administrace */
#footer .admin {
  margin: 2rem 0 0 2rem; 
}

/* footer kontakt */
#footer .kontakt {
  margin: 1.5rem 0 0 2rem; 
}

/* tlačítko */
.btn {
  display:inline-block;
  margin: 2rem 0 2rem 0;
  padding:0.8rem 1.8rem 1rem;
  text-transform:uppercase;
  border:1px solid;
  transition: all .3s ease-in-out;
}
.btn, .btn.inverse:hover{
  color:#FFFFFF;
  text-decoration: none; 
  font-weight: 500;
  background-color:var(--Claret);
  border-color:var(--Claret);
  border-radius: 5px;
}
.btn:hover, .btn.inverse{
  color:var(--white);
  background-color:#5e0120;
  border-color:var(--white);
}

/* Main */
main .container{
  padding: 1rem 1rem 1rem 1rem;
}

main .container h1, h2 {
  text-align: center;
  margin-top: 4rem;  
}

main .container ul li {
  font-size: 1rem;
  line-height: 1.6;
  break-inside: avoid;
}

/* columns */
.sloupce-2{
  columns:2 20em;
  gap: 5em;
  margin: 3rem 0 3rem 0;
}

.sloupce-3{
  columns:3 20em;
  gap: 3em;
  margin: 3rem 0 3rem 0;
 }


#chybyFoceni .sloupce-2{
  columns:2 20em;
  gap: 3em;
  margin: 3rem 0 3rem 0;
  text-align: center;
  align-items: stretch;
}

#chybyFoceni .sloupce-3{
  columns:3 20em;
  gap: 3em;
  margin: 3rem 0 3rem 0;
  text-align: center;
  align-items: stretch;
}

 

.boxcard{
  display: grid;
  grid-template-columns: 1fr 1fr; 
  grid-template-rows:  1fr; 
  gap: 2rem;
}

/* karta */
.karta{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr; 
  grid-template-rows: 1fr 1fr; 
  row-gap: 0.25rem;
  grid-template-areas:
  "info info info info info"
  ". mapa mapa2 odkaz www";
}

.karta img{
  max-height: 4rem;
  max-width: 4rem;
}

.karta ul li a{
  color: var(--Claret);
} 

.karta a:hover{
  filter: brightness(0) saturate(100%) invert(8%) sepia(66%) saturate(5616%) hue-rotate(330deg) brightness(97%) contrast(104%);
} 


.karta .info {
  background-color: rgb(233, 233, 233);
  grid-area: info;
  border: 1px solid var(--Claret);
}

.karta .info ul li {
  list-style: none;
  margin: 0.5rem 0 0.5rem 1rem;
  font-size: 1rem;
}

.karta .odkaz { 
  justify-items: left;
  grid-area: odkaz; }

.karta .mapa{ 
  justify-items: left;
  grid-area: mapa;
}

.karta .mapa2{ 
  justify-items: left;
  grid-area: mapa2;
}

.karta .mobil {
  display: block;
}
.karta .mobil img {
  max-height: 4.0rem;
  max-width: 4.0rem;
}

.karta .www { 
  justify-items: left;
  grid-area: www;
}

.karta .info ul li.jmeno a{
  font-weight: 500;
  font-size: 1.25rem;
  color: var(--Claret);
  text-decoration: none;
 }


 #pouziti, #rady, #viza-usa,  #viza-cina , #viza-indie , #viza-vietnam-laos-kambodza {
 margin-top: 4rem; 
 }

 #pouziti ul, #rady ul, #viza-usa ul,  #viza-cina ul, #viza-indie ul, #viza-vietnam-laos-kambodza ul {
  margin-left: 2rem;
 }

#prukazoveFotoCR .center {
  text-align: center;
  margin: 2rem 0 2rem 0;
}

/* dd container */
.dropdown {
  display: inline-block;
  position: relative;
  outline: none;
  margin: 10px;
}

/* button */
.dropbtn {

  cursor: pointer;

}
