p, span, h1, h2, h3, form {
  font-family: 'Indie Flower', cursive;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #3c3c3c;
  -webkit-font-smoothing: subpixel-antialiased;
  margin-block-start: 0;
  margin-block-end: 1em;
}

body {
  margin: 0;
  /*overflow: auto;*/
}

button::-moz-focus-inner {
  border: 0;
}

a {
  color: #3c3c3c;
  text-decoration: none;
  -webkit-transition: color 0.3s linear; /* Safari */
  transition: color 0.3s linear;
}

.tab {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  height: 100px;
}

.tab button {
  border: 0;
  margin: 0;
  outline: 0 none !important;
  display: inline-block;
  float: right;
  line-height: 100px;
  width: auto;
  font-family: 'Indie Flower', cursive;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #3c3c3c;
  background-color: #ffffff;
  -webkit-transition: color 0.3s linear; /* Safari */
  transition: color 0.3s linear;
  padding: 0 calc(0.05em + 1.5vw);

}

.tab button.left {
  float: left;
  opacity: 1;
  -webkit-transition: opacity 0.5s linear; /* Safari */
  transition: opacity 0.5s linear;
}

.tab button.left:hover:not(.active) {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s linear; /* Safari */
  transition: opacity 0.5s linear;
}

.tab button img {
  width: 150px;
  object-fit: contain;
  vertical-align: middle;
}

/*#mediaScreenHome {
  display: none;
}*/

.tab button.active {
  border: 0;
  margin: 0;
  outline: 0 none !important;
  color: #bfbfbf;
}

.tab button:hover:not(.active) {
  border: 0;
  margin: 0;
  color: #bfbfbf;
  cursor: pointer;
  -webkit-transition: color 0.3s linear; /* Safari */
  transition: color 0.3s linear;
}

.tab .burger {
  display: none;
}

.tab.footer {
  position: absolute;
  bottom: 0;
  height: auto;
  display: flex;
  justify-content: center;
  line-height: 30px;
}

.tab.footer h1 {
  margin-block-end: 0;
  font-size: 0.9em;
}

.tab.footer a {
  line-height: 30px;
  vertical-align: middle;
}

.tab.footer a:hover {
  -webkit-transition: color 0.3s linear; /* Safari */
  transition: color 0.3s linear;
  color: #bfbfbf;
}

.tab.footer button {
  line-height: 30px;
}

.container {
  width: 100%;
  height: calc(100% - 160px);
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; /*y axis*/
  align-content: space-around; /*y axis*/
  justify-content: center; /*x axis*/
  overflow: auto;
}

.tabcontent {
  position: relative;
}

.text {
  width: 800px;
  height: auto;
  overflow: auto;
  text-align: justify;
}

.icon {
  padding: 0;
  border: 0;
  margin: 2%;
  width: 23%;
  min-width: 150px;
  float: left;
}

.icon img {
  width: 100%;
}

button.icon {
 	font-family: 'Indie Flower', cursive;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  color: #3c3c3c;
  -webkit-font-smoothing: subpixel-antialiased;
  background: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear; /* Safari */
  transition: opacity 0.3s linear;
}

button.icon:hover {
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s linear; /* Safari */
  transition: opacity 0.3s linear;
}

.send {
  font-family: 'Indie Flower', cursive;
  font-size: calc(0.9em + 0.2vw);
  letter-spacing: 0.05em;
  color: #3c3c3c;
  -webkit-font-smoothing: subpixel-antialiased;
  border-style: solid;
  border-color: #3c3c3c;
  border-width: thin;
  padding: 0.2em;
  background-color: #ffffff;
  text-align: left;
  cursor: pointer;
  -webkit-transition: 0.3s linear; /* Safari */
  transition: 0.3s linear;
}

input.send:hover{
  color: #bfbfbf;
  border-color: #bfbfbf;
  -webkit-transition: 0.3s linear; /* Safari */
  transition: 0.3s linear;
}

@media screen and (max-width: 900px) /*check value in slides.css*/ {
  .tab button:not(:first-child) {
    display: none;
  }

  .tab.footer button {
    display: inline-block;
  }

  .tab.footer h1 {
    display: none;
  }

  #defaultOpen {
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    z-index: 0;
  }

  .tab button.burger {
    position: relative;
    right: 0;
    top: 0;
    display: block;
    font-size: 2em;
    width: 3em;
    height: 2em;
  }

  .tab {
    height: auto;
  }

  .tab button {
    line-height: 30px;
  }

  .tab button.left {
    display: none;
  }

  .tab.responsive {
    position: relative;
    width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
  }

  .tab.responsive button {
    display: block;
    float: none;
    width: 150px;
    line-height: 30px;
    position: relative;
    z-index: 1;
  }

  .tab.responsive #defaultOpen {
    display: none;
  }

  .tab.responsive button.burger {
    position: fixed;
    right: 0;
    top: 0;
    width: 3em;
  }

  .container {
    height: calc(100% - 160px);
    position: absolute;
    top: 100px;
    width: 100%;
  }

  .tabcontent {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .text {
    width: 95%;
    margin: 0 2.5%;
    height: auto;
  }

  h3 {
    display: none;
  }

}/*@media screen*/
