/* bewusstsein.yoga Style CSS 
   v0.1 | 20210311
*/

/** FIRST BOX **/

body {
    background-color: #ffe3f2;
}

#logo {
    max-width: 400px;
    max-height: 80vh;
    width: 80vw;
    padding-bottom: 10vh;
    
}

#first {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: auto;
}

.scroll-down {
    position: absolute;
    bottom: 10vh;
    display: block;
    text-align: center;
    font-size: 0.5em;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0;
    width: 2em;
    height: 2em;
    border-bottom: 0.3em solid #d5007e;
    border-right: 0.3em solid #d5007e;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -moz-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
    -webkit-animation: fade_move_down 3s ease-in-out infinite;
    -moz-animation: fade_move_down 3s ease-in-out infinite;
    animation: fade_move_down 3s ease-in-out infinite;
    cursor: pointer;
  }


  @-webkit-keyframes fade_move_down {
    0% {
      -webkit-transform: translate(0, -10px) rotate(45deg);
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    100% {
      -webkit-transform: translate(0, 10px) rotate(45deg);
      opacity: 0;
    }
  }

  @-moz-keyframes fade_move_down {
    0% {
      -moz-transform: translate(0, -10px) rotate(45deg);
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    100% {
      -moz-transform: translate(0, 10px) rotate(45deg);
      opacity: 0;
    }
  }

  @keyframes fade_move_down {
    0% {
      transform: translate(0, -10px) rotate(45deg);
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    100% {
      transform: translate(0, 10px) rotate(45deg);
      opacity: 0;
    }
  }

.down .scroll-down {
    visibility: hidden;
}

/** SECOND BOX **/

#content {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 30em;
    margin: 0 auto;
    padding-top: 0em;
    padding-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
}

#content-left {
    text-align: left;
    max-width: 60em;
    margin: 0 auto;
    padding: 1em;
}

#content-left:after {
    content : "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url("background.svg"); 
    background-position: center; 
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity : 0.05;
    z-index: -1;
}

#back {
    background-color: #d5007e;
    color: #fff;
    width: 5em;
    padding: 0.5em;
    height: 2em;
    line-height: 2em;
    font-size: 1em;
    font-weight: bold;
    font-family: CoconLight, Arial, Helvetica, sans-serif;
}

/** TYPOGRAPHY **/

@font-face {
    font-family: CoconLight;
    src: local('CoconLight'),
        url(fonts/coconlight.woff2) format('woff2'),
        url(fonts/coconlight.woff) format('woff');
}

p {
    color: #1D1F1F;
    font-size: 1.3em;
    font-weight: 100;
    font-family: CoconLight, Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; 
}

p strong {
    font-weight: bold;
}

p.text {
    padding-bottom: 1em;
}

p:nth-child(4) {
    padding-bottom: 0em;
}

p.text a {
    color: #d5007e;
    text-decoration: underline;
}

p.text a:hover {
    text-decoration: none;
}

#content-left p {
    color: #1D1F1F;
    padding-bottom: 1em;   
}

#content-left p a {
    color: #d5007e;
    text-decoration: underline;
}

#content-left p a:hover {
    text-decoration: none;
}

#back a {
    color: #fff;
}

#back a:hover {
    color: #fff;
    text-decoration: none;
}

h1 {
    font-size: 2em;
    font-family: CoconLight, Arial, Helvetica, sans-serif;
    color: #d5007e;
    padding-top: 3em;
    padding-bottom: 0.2em;
}

h2 {
    font-size: 1.75em;
    font-family: CoconLight, Arial, Helvetica, sans-serif;
    padding-top: 1em;
    padding-bottom: 0.2em;
    color: #d5007e;
}

h3 {
    font-size: 1.5em;
    font-family: CoconLight, Arial, Helvetica, sans-serif;
    padding-top: 1em;
    padding-bottom: 0.2em;
    color: #d5007e;
}

p.lookslikeh1 {
    font-size: 2em;
    font-family: CoconLight, Arial, Helvetica, sans-serif;
    line-height: 3em;
    color: #d5007e;
}

ul {
    list-style-type: disc;
    padding-left: 2em;
    color: #1D1F1F;
    font-size: 1.3em;
    font-weight: 100;
    font-family: CoconLight, Arial, Helvetica, sans-serif;
}

li {
    line-height: 1.5em;
    padding-bottom: 1em;
    -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 

}

li:last-child {
    line-height: 1.5em;
    padding-bottom: 0em;
}

ul a {
    color: #d5007e;
    text-decoration: underline;
}

ul a:hover {
    text-decoration: none;
}

/** FOOTER **/

#footer {
    width: 100vw;
}

.footer-pink {
    background: #d5007e;
    height: 2em;
    width: 100%;
}

.footer-white {
    background: #ffffff;
    height: 0.3em;
    width: 100%;
}

.footer-turquoise {
    background: #009b9f;
    height: 2.5em;
    width: 100%;
}

.footer-turquoise p {
    color: #ffffff;
    font-size: 1em;
    text-align: center;
    line-height: 2.5em;
}

.footer-turquoise a {
    color: #ffffff;
    text-decoration: none;
}

.footer-turquoise a:hover {
    color: #ffffff;
}
