html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* inter-Variable - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: oblique 0deg 10deg;
    font-weight: 1 1000;
    src: url('font/inter/Inter-VariableFont_slnt\,wght.ttf') format('truetype');  
}

body{
    width: 100vw;
    height: 100vh;
    font-family:"Inter", sans-serif;
    color: #333333;
    background-image: url(img/cover-menu.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    
    }  

    

.logo {
    display: flex;
    height: 1.5em;
    width: 8em;
    background-image: url(img/logo_small.svg);
    background-repeat: no-repeat;
    justify-content: center;
    background-size: contain;
    margin: 1em auto auto 2em;
    filter: brightness(50%);
    transition: 0.5s;
  } 
  .logo:hover {
    background-color: rgba(245, 245, 245, 0.112);
  }

.back {
    height: 1.5em;
    width: 2em;
    display: flex;
    color: #333333;
    text-decoration: none;
    font-size: x-large;
    margin: -1em 10% auto 80% ;
    border-radius: .5em;
    transition: 0.5s;
  }

.back:hover {
    background-color: rgba(122, 17, 17, 0.112);
  }

  .kontakt {
    position: relative;
    padding-left: .6em;
    left:50%;
    transform: translate(-50%);
    color: #333333;
}

.kontakt p {
    font-size: smaller;
}

.kontakty {
    display: grid;
    grid-template-columns: repeat(2, 1fr, minmax(40%, 1fr)); /* Automatické rozdělení na sloupce */
    gap: 2em;
    justify-items: left;
     max-width: 100%; 
    position: relative;
    left: 50%;
    transform: translate(-50%);
    padding: 1em;
}

.telefon-button, .email-button {
    background: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    max-width: 30em;
    max-width: 100%;
    border: none;       
}
      
.circle-icon {
    width: 3em;
    height: 3em;
    min-height: 3em;
    min-width: 3em;
    border-radius: 50%;
    border: 2px solid darkgoldenrod;
    background-color: none; /* Barva pozadí kruhu */
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
      
.circle-icon img {
    max-width: 80%;
    max-height: 80%;  
}
      
.text-container {
    display: flex;
    flex-direction: column;
    height: 3em;
    color: #333333;
}  
    
.prvni-text {
    line-height: 1;
    text-align: left; 
    font-size:larger;
    font-weight: bolder;
    align-self: flex-start
}

.druhy-text {
    line-height: 1.7;
    text-align: left;
    font-size: medium;
    font-weight:normal;
}

.adresa {
    padding-left: 0.6em;
    padding-top: 2em;
    font-size: smaller;
    font-weight: 400;
}

.sit {
    font-size: smaller;
    padding-left: 0.6em;
    padding-top: 2em;
}

.fcb {
    background-image: url('img/fcb.svg');
    background-repeat: no-repeat;
    top: 30%;
    padding: .3em 5em;
    transition: 1.0s;
    filter: brightness(50%);
} 

.fcb:hover {
    background-color: rgba(245, 245, 245, 0.112);
}



@media only screen and (min-width:641px) and (max-width: 1024px) { 

.kontakt {
    max-width: 100%;
    font-size: 1em;
    font-weight: 400;
    padding-left: 3em;
}

.kontakty {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 0em;
    padding-left: 3em;
    font-weight: 400;
}   

.adresa {
    padding-left: 3em;
}
.sit{
    padding-left: 3em;
}
}

@media only screen and (min-width:1041px) {

.adresa {
    padding-left: 3em;
}
.sit{
    padding-left: 3em;
}

.kontakt {
    max-width: 100%;
    font-size: 1em;
    font-weight: 400;
    padding-left: 3em;
}

.kontakty {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 0em;
    padding-left: 3em;
    font-weight: 400;
}   

}