:root {
  --header-height: 3.5rem;
}
body
{
    margin: 0;
    padding: 0;
    font-family: RobotoCondensed-Regular;
    overflow-x: hidden;
}
@font-face {
    font-family: RobotoCondensed-Bold;
    src:url(fonts/RobotoCondensed-Bold.ttf);

  }
  @font-face {
    font-family: RobotoCondensed-Regular;
    src:url(fonts/RobotoCondensed-Regular.ttf);

  }
  .font-bold
  {
      font-family: RobotoCondensed-Bold;
  }
  .border-bottom
  {
      border-bottom: 1px solid black !important;
  }
  .border-bottom-sss
  {
      border-bottom: 1px solid #de2fd7 !important;
  }
  .border-top
  {
    border-top: 1px solid black !important;

  }
  .border-color
  {
      color: #A197CC;
  }

  .border-color-sss
  {
    color: rgb(222,47,215);
    color: linear-gradient(90deg, rgba(222,47,215,1) 0%, rgba(228,104,238,1) 23%, rgba(161,151,204,1) 92%);
  }
  .balicky-background
  {
    background: rgb(222,47,215);
    background: linear-gradient(90deg, rgba(222,47,215,1) 0%, rgba(228,104,238,1) 23%, rgba(161,151,204,1) 92%);
  }

  .background-color
  {
    background-color: #A197CC;
  }
  .color-sss{
    color: #A197CC;
  }
  .background-color-sss{
    background: rgb(222,47,215);
    background: linear-gradient(90deg, rgba(222,47,215,1) 0%, rgba(228,104,238,1) 23%, rgba(161,151,204,1) 92%);
  }
  
/*=============== HEADER & NAV ===============*/
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}
.container-menu {
  margin-right: 2rem;
  margin-left: 2rem;
} 

.header 
{
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.nav
{
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav__logo,
.nav__toggle
{

  display: inline-flex;
}
.nav__logo
{

  align-items: center;
  column-gap: .25rem;
  transition: .3s;
}

.nav__toggle
{
  font-size: 1.25rem;
  cursor: pointer;
}
.nav__list{
  padding-top: 0.45rem !important;
}
@media screen and (max-width:1023px) {
  .nav__logo{
    width: 20%;
    height: auto;
  }
  .nav__menu
  {
    position: fixed;
    background-color: #A197CC;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    transition: .3s;
  }
  .nav__list
  {
    display: flex;
    flex-direction: column;
    text-align: center;
    row-gap: 1.8rem;
    padding-top: 12rem !important;
    font-size: 1.5rem;
    margin-left: -2rem;
    
  }
}
.nav__list
{
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 9rem;
  
}
.nav__link
{
  text-transform: uppercase;
  color: #000;
  transition: .3s;
}
.nav__link:hover
{
  color: white;
}
.nav__close
{
  font-size: 2rem;
  color: white;
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  
}

/* Show menu */
.show-menu
{
  right: 0;

}

/* Change background header */
.scroll-header
{
  background-color: #A197CC;
}
.scroll-header-sss
{
  background: rgb(222,47,215);
  background: linear-gradient(90deg, rgba(222,47,215,1) 0%, rgba(228,104,238,1) 23%, rgba(161,151,204,1) 92%);}
.active-header{
  background-color: #A197CC;
}
/* Active link */
.active-link
{
  color: white;
}
.section{
  scroll-margin-top: 88px;
}
/*------------------------- BUTTON -------------------------*/
.zjistit-vice {
  min-width: 150px;
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #A197CC;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
/*
.zjistit-vice {
  min-width: 150px;
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: #A197CC;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
*/



/*------------------------- ICONS V LI -------------------------*/

ul li .icon::before {
  content: "■";
  color: #A197CC;
  display: inline-block;
  min-width: 35px;
  min-height: 35px;
  vertical-align: middle;
  margin-bottom: 3px;
}
ul li .icon-sss::before {
  content: "■";
  color: rgb(222,47,215);
  color: linear-gradient(90deg, rgba(222,47,215,1) 0%, rgba(228,104,238,1) 23%, rgba(161,151,204,1) 92%);
  display: inline-block;
  min-width: 35px;
  min-height: 35px;
  vertical-align: middle;
  margin-bottom: 3px;
}
ul li .icon-cenik::before {
  content: "■";
  color: rgb(222,47,215);
  display: inline-block;
  min-width: 35px;
  min-height: 35px;
  vertical-align: middle;
  padding-top: 10px;
  margin-bottom: 10px;
}
ul li .icon-tisk::before {
  content: "■";
  color: #A197CC;
  display: inline-block;
  min-width: 35px;
  min-height: 35px;
  vertical-align: middle;
  padding-top: 10px;
  margin-bottom: 10px;
}
/*
ul li .icon::before {
  content: "■";
  color: #fff;
  display: inline-block;
  min-width: 35px;
  min-height: 35px;
  margin-right: 10px;
  vertical-align: middle;

}*/
.icons-li{
  display: flex;
  align-items: center;
}
.li-font-size{
  font-size: 0.8rem;
}

.parallax {
  /* The image used */
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; /* Important */
}

.technologie-img{
  background-image: url(img/BIGPRINT-web-technologie.jpg);
}
.reference-img{
  background-image: url(img/reference.jpeg);
}
.display{
  position: absolute; /* Important */
  top: 50%; /* Position Y halfway in */
  left: 50%; /* Position X halfway in */
  transform: translate(-50%,-50%); /* Move it halfway back(x,y) */
}
.text-in-parallax{
  font-size: 3rem;

}
@media screen and (min-width: 901px){

}

  /*-------------------- HERO --------------------*/
  .hero {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(img/BIGPRINT_nosorozec.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
  }
  .hero-content {
    position: relative;
    margin-left: 5%;
  }
  .nadpis-size{
    font-size: 2.5rem;
    color: white;
    margin-top: 30%;
  }
  .nadpis-size-sss{
    font-size: 3.5rem;
    color: white;
  }
  
  .epson-margin-left, .mimaki-margin-left
{
  margin-left: 3%;
  font-size: 2.3em;
  text-transform: uppercase;
}
  .map
  {
    filter: invert(6%) sepia(31%) saturate(177%) hue-rotate(201deg) brightness(100%) contrast(87%);
    margin-top: 3%;
  }
  @media (min-width:1024px) { 
  p,li{
    font-size: 1.4em;
  }
  .section-nadpis
  {
    font-size: 3em;
    
  }
  }

  #mapDiv > div > div > div:nth-child(2) > div:nth-child(2)
  {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
.space
{
  margin-bottom: -5px;
}


/*------------------------- ICONS V LI -------------------------*/
.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  padding-left: 20px;
}
.card-img-top{
  border-radius: 0px !important;
}

/*------------------------- SPRÁVA SOCIÁLNÍCH SÍTÍ -------------------------*/
.hero-sss {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: start;
  align-items: center;
}
.hero-sss::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(222,47,215);
  background: linear-gradient(90deg, rgba(222,47,215,1) 0%, rgba(228,104,238,1) 23%, rgba(161,151,204,1) 92%);
  z-index: -1;
}

/*------------------------- CENÍK SPRÁVA SOCIÁLNÍCH SÍTÍ -------------------------*/
.text-black
{
  color: #000;
}
.cenove-balicky{
  background: rgb(222,47,215);
  background: linear-gradient(90deg, rgba(222,47,215,1) 0%, rgba(228,104,238,1) 23%, rgba(161,151,204,1) 92%);
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .hero {
    position: relative;
    width: 100vw;
    height: 70vh;
  }
  .nadpis-size{
    margin-top: 90%;
  }
.nav__logo{
  width: 50%;
  height: auto;
}
.section-nadpis{
  font-size: 2.5rem;
  width: 200px;
  padding: 10px;
}
.nadpis-size-sss{
  margin-top: 20%;
  font-size: 3rem;
}
ul li .icon::before {
 
  margin-top: 12px;
}
.ul-space{
  margin-top: -1.5rem;
}
.ul-space-ref{
  margin-top: -1rem;
}
.ul-space-col{
  margin-top: -1rem;
}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) {
  .nadpis-size{
    font-size: 3rem;
    margin-top: 45%;
  }
  .nadpis-size-sss{
    margin-top: 20%;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-nadpis{
    font-size: 2rem;
    width: 350px;
    padding: 10px;
  }
  .price-card {
    padding-left: 0px;
  }
  .profile-photo{
    width: 50%;
    height: auto;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .nadpis-size{
    font-size: 4rem;
  }
  .hero-content {
    margin-left: 7%;
  }
  .nadpis-size-sss{
    font-size: 3rem;
  }
  .visibility-hidden-md{
    visibility: hidden;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 1024px) {
  .nadpis-size{
    font-size: 4.5rem;
  }
  .nadpis-size-sss{
    font-size: 3.5rem;
  }
  .nav__logo{
    width: 15%;
    height: auto;
  }
  .container-menu {
    margin-right: 4rem;
    margin-left: 4rem;
  } 
  .nav
  {
    height: calc(var(--header-height) + 2rem);
  }
  .nav__list
  {
    flex-direction: row;
    column-gap: 2.5rem;
    padding-top: 0;
  }
  .nav__link
  {
    text-transform: initial;
    font-size: 1.2rem;
  }
  .nav__toggle,
  .nav__close
  {
    display: none;
  }
  .profile-photo{
    width: 60%;
    height: auto;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .nav__link
  {
    text-transform: initial;
    font-size: 1.2rem;
  }
  .nav__logo{
    width: 15%;
    height: auto;
  }
}
@media only screen and (min-width: 1600px) {

  .nav__logo{
    width: 15%;
    height: auto;
  }
}

.image-list{
  width: 100%;
  height: 350px;
  object-fit: cover;
  
}
.visibility-hidden{
  visibility: hidden;
}
.special-style{
  background-color: #A197CC;
  color: white;
  padding: 0.5rem;
}
.special-style-sss{
  background: rgb(222,47,215);
  background: linear-gradient(90deg, rgba(222,47,215,1) 0%, rgba(228,104,238,1) 23%, rgba(161,151,204,1) 92%);  color: white;
  padding: 0.5rem;
}
.pink-text{
  color: #de2fd7;
}
.pink-text:hover{
  color: #de2fd7;
}


