body {
  background-image: url("../img/mobilna/tlo-tekst.jpg");
}

img {
  max-width: 100%;
}

h1,
h2,
h3 {
  font-family: trebuchet MS;
}

h1 {
  color: #7c010f;
  font-size: 2em;
}

h2 {
  color: rgb(0, 43, 95);
  font-size: 1.5em !important;
}

p,
ul,
li {
  font-family: Helvetica, serif;
  font-size: 1em;
}

nav {
  overflow: hidden;
  position: sticky;
  top: 0;
}

#mobileLinks {
  display: none;
}
.hamburger-icon > #hamburger-belt {
  background-color: #00336f;
  height: 5px;
  margin: 7px 0;
  width: 35px;
}
.hamburger-icon {
}

#navWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#container {
  display: flex;
  align-items: center;
  justify-content: center;
}

#content {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  flex: 1;
  width: 100%;
}
.header {
  background-image: url("./../img/zielony_777_center.png");
  width: calc(100% - 111px);
  height: 62px;

  display: flex;
  align-items: center;
  justify-content: center;
  font-family: helvetica, serif;
}

.headerLeft {
  background-image: url("./../img/zielony_777_left.png");
  height: 62px;
  width: 55px;
}

.headerRight {
  /* background-image: url("./../img/zielony_777_right.png"); */
  display: flex;
  align-items: center;
  background-image: url("./../img/krawedz_prawaG.png");

  height: 62px;
  width: 56px;
}

.header > a {
  font-size: 35px;
  font-weight: bold;
  color: #00336f;
  text-decoration: none;
}

.mainListItemWrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.toggleBtn {
  height: 62px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 62px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 23px;
  color: #63c709;
  font-family: Helvetica, serif;
  cursor: pointer;
  /*background-color: #00336F;*/
}
#rolety {
  display: none;
}

#zaluzje {
  display: none;
}

#moskitiery {
  display: none;
}

#markizy {
  display: none;
}

#materialy {
  display: none;
}
#oferta {
  display: none;
}
#kontakt {
  display: none;
}

.menuList {
  list-style-type: none;
  margin: 0;
  padding: 0 15px 0 15px;
}

.menuList > li {
  /*width: 80%;*/
  /*height: 62px;*/
  /*!*background-size: 100% 62px;*!*/
  /*!*background-image: url('./../img/granatowy_m.png');*!*/
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
}
.menuList > li a {
  font-size: 22px;
  color: #63c709;
  font-family: Helvetica, serif;
  text-decoration: none;
  text-align: center;
}

.listItemWrapper {
  display: flex;
  flex-direction: row;
}

.centerBlue {
  background-image: url("./../img/granatowy_center.png");
  height: 62px;
  width: calc(100% - 126px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.rightBlue {
  background-image: url("./../img/granatowy_right.png");
  height: 62px;
  width: 63px;
}

.leftBlue {
  background-image: url("./../img/granatowy_left.png");
  height: 62px;
  width: 63px;
}

.promoHeader {
  display: none;
}
