.text-background {
  background-color: rgba(255, 255, 255, 0.55);
  padding-top: 20px;
  padding-right: 20px;
}

/*
* Setting the backgrounds for each section / slide
*/
.fp-bg {
  background-size: cover;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}
.slide {
  background-size: inherit !important;
  width: 50%;
  background-repeat: no-repeat !important;
  background-position: unset !important;
}
/*
* Configurations
*/
#actions {
  position: fixed;
  top: 73px;
  left: 30px;
  z-index: 99999;
}

#actions li {
  background: rgba(0, 0, 0, 0.8);
  padding: 7px;
  margin: 2px;
  color: #ccc;
  display: inline-block;
  cursor: pointer;
}

#actions li:hover {
  color: #fff;
  background: #81A140;
}

#actions .active {
  color: #fff;
  background: #81A140;
}

@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

/* Custom CSS
 * --------------------------------------- */
body {
  font-family: arial, helvetica;
  color: #333;
  color: rgba(0, 0, 0, 0.5);
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  position: relative;
}

p {
  font-size: 1.5em;
}

.intro p {
  color: #222121;
  font-family: "Source Sans Pro", sans-serif;
  text-shadow: -1px 1px 8px rgba(255, 255, 255, 0.57);
  font-size: 1.5em;
}

.section {
  text-align: center;
}

/* Buttons
 * --------------------------------------- */
.button {
  margin: 20px 0 0 0;
  vertical-align: middle;
  display: inline-block;
}

.button a {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 15px 30px;
  border-radius: 5px;
  display: inline-block;
}

.button a:hover {
  color: #316f68;
  background-color: #fff;
}

/* Style for our header texts
* --------------------------------------- */
h1 {
  font-size: calc(1.25em + 2vw);
  font-family: arial, helvetica;
  color: #222121;
  margin: 0;
}

.section p,
.intro p {
  font-size: calc(0.5em + 1vw);
}

.intro table {
  padding-bottom: 20px;
  border-spacing: 1rem;
}

.intro {
  background-blend-mode: darken;
  color: black;
  width: 60%;
  height: 50%;
  right: 30px;
  position: absolute;
  bottom: 100px;
}

.teaser-top-left {
  left: 30px;
  position: absolute;
  top: 100px;
}

.teaser-top-right {
  right: 30px;
  position: absolute;
  top: 100px;
}

.teaser-bottom-right {
  right: 30px;
  position: absolute;
  bottom: 100px;
}

.teaser-bottom-left {
  left: 30px;
  position: absolute;
  bottom: 100px;
}

/* Centered texts in each section
* --------------------------------------- */
.section {
  text-align: center;
}

/* Sections backgrounds
* --------------------------------------- */
#section0 {
  background-image: linear-gradient(128deg, #40afff, #3f61ff);
}

#section1 {
  background-image: linear-gradient(128deg, #ff9a3f, #ff4b40);
}

#section2 {
  background-image: linear-gradient(128deg, #fc40ff, #543fff);
}

#section3 {
  background-image: linear-gradient(128deg, #40fff2, #3fbcff);
}

/*# sourceMappingURL=Frontend.css.map */
