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;
}

@font-face {
  font-family: 'montserrat';
  src: url("src/montserrat.eot");
  src: url("src/montserrat.eot?#iefix") format('embedded-opentype'),
       url("src/montserrat.otf") format('otf'),
       url("src/montserrat.ttf") format('truetype'),
       url("src/montserrat.svg#montserrat") format('svg'),
       url("src/montserrat.woff") format('woff'),
       url("src/montserrat.woff2") format('woff2');
}


body{
  background: rgb(221,240,255);
  background: linear-gradient(180deg, rgba(221,240,255,1) 0%, rgba(255,255,255,1) 100%);
  min-height: 100vh;
  font-family: 'montserrat';
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #333;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

a{
  color:#569aca;
  transition: 1s;
  padding-bottom: .7rem;
  text-decoration: none;
  display: inline-block;
}
a:hover{
  color: #569aca9e;
}

.main{
width: 75%;
display:flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.main .logo{
  width:100%;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.main .logo img{
width: 200px;
height:200px;
}

.tabela{
  width:75%; 
}

h2{
  font-size: 1.6rem;
  color: #569aca;
  font-weight: 600;
  margin-bottom:1rem;
  text-align: center;
  line-height: 1.2;
}

 .tabela h3{
  font-size: 1.2rem;
  color: #7bafd4;
  font-weight: 600;
  margin-bottom:1rem;
}

.tabela .salony{
  flex-wrap: nowrap;
  display:flex;
  justify-content: center;
  align-items: center; 
  padding-bottom: 2rem;
  padding-top: 2rem;
  gap: 2rem;
  border-bottom: #c4c4c4 solid 1px;
}

.tabela .salony .adres{width:40%}
.tabela .salony .telefon{width:30%}

@media (max-width:767px){
  .tabela .salony{
    flex-wrap: wrap;
  }
  .tabela .salony .adres, .tabela .salony .telefon{width:100%}
  .tabela{
    width:100%;
  }
}

.sociale{
  width:100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.sociale img{
  height: 30px;
  width:30px;
}
