/*#header .header-nav {
  display: none;
}

#header .header-top {
  display: none;
}*/

html body div#header .header-top,
html body div#header .header-nav {
  background: none !important;
  background-color: rgba(0,0,0,0) !important;
  background-image: none !important;
  box-shadow: none !important;
  border: none !important;
}

/*#header .header-top,
#header .header-nav {
  background: none !important;
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
}

#header .header-nav,
#header .header-top {
  padding: 0 !important;
  min-height: auto !important;
}*/

.freudichpack-landing {
  color: #fff;
  text-align: center;
  font-family: 'Comic Sans MS', cursive, sans-serif;
}

.hero {
  padding: 80px 20px 40px;
}

.logo {
  max-width: 400px;
  height: auto;
}

.slogan {
  font-size: 2em;
  margin-top: 20px;
  color: #EA2F64;
}

.menu-graphic img {
  width: 100px;
  margin: 20px;
  transition: transform 0.3s;
}
.menu-graphic img:hover {
  transform: scale(1.1);
}

.two-column-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 40px;
  /*background-color: rgba(0, 171, 179, 0.9);*/
}
.two-column-section .text,
.two-column-section .image {
  flex: 1 1 300px;
  padding: 20px;
}

.why-section {
  padding: 60px 20px;
  /*background-color: rgba(192, 226, 228, 0.95);*/
  color: #000;
}

.cta {
  padding: 40px;
  /*background-color: rgba(234, 47, 100, 0.95);*/
}

.cta-button {
  position: relative;
  display: inline-block;
  text-align: center;
}

.cta-button img {
  display: block;
  width: 200px;
  height: auto;
}

.cta-button .button-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.4em;
  font-weight: bold;
  pointer-events: none;
  text-shadow: 1px 1px 2px black;
}


.examples, .testimonials {
  padding: 40px 20px;
 /* background: rgba(255,255,255,0.9);*/
  color: #000;
}
