body, html{
    font-family: "Comic Sans MS", sans-serif;
    height: 100%;
}

.parallax {
  background-image: url("../img/img/reiki/000.jpg");
  height:200vh; 
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 5vh;
}


.parallaxShiatsu {
  background-image: url("../img/img/shiatsu/shiatsua000.jpg");
  height:200vh; 
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 5vh;
}

.parallaxReiki {
  background-image: url("../img/img/reiki/000.jpg");
  height:200vh; 
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 5vh;
}

.parallaxModelage {
  background-image: url("../img/img/modelage/000.jpg");
  height:200vh; 
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 5vh;
}

div.tekst{
    padding: 5px;
    opacity:1;
    text-align: left;
    color: #400080;
    margin: 0 100px 0 100px;

}

div.tekst.left{
    margin: 0 100px 0 0;
}

div.tekst.right{
    margin: 0 0 0 100px;
}

.left{
    text-align: left;
    float: left;
}


.containerButtons{
    margin-top: -198vh;
    display:flex;
    flex-direction: column;
    max-width: 95vw;
    padding: 5px;
    opacity: 0.8;
    background-color: whitesmoke; 
    border-radius: 25px;
    align-items: normal;
}

.button01{
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 100vw;
    align-items: left;
    padding: 5px;
    margin-left: 0px;
}

.button{
    display: inline-block;
    border-radius: 25px;
    background-color: black;
    color: white;  
    cursor: pointer;
    width:90vw;
    font-family: "Comic Sans MS", sans-serif;
    text-align: left;
    text-indent: 15px;
}


img.small{
    max-width: 100px;
}

img.medium{
    max-width: 125px;
}

img.right{
    margin: 0 50px 0 0;
}

img.normal{
    max-width: 300px;
}





.imagecontainerlogo {
    position: relative;
    overflow: hidden;
    width: 300px; 
    height: 200px; 
}



img{
    opacity: 1;
}