body {
  margin: 0;
  padding-left: 0;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  background: linear-gradient(to right, #ecd18a, #ebe1ca, #ecd18a);
}


.rekomenu {
  overflow: hidden;
  background-color: lightblue; 
  position: sticky;
  top: 0;
  height: 40px;
}
.rekomenu a {
  float: left;
  background-color: lightblue; 
  color: black;
  text-align: center;
  height: 40px;
  padding:  0px 5px 0px 5px; 
  border: 0px;
  margin: 0px;
  text-decoration: none;
  font-size: 15px;
  line-height: 2.6;  /* vertical adjustment of menu text! */
}
.rekomenu a:hover {
  background-color: rgba(129, 143, 255, 0.3); 
  padding:  0px 5px 0px 5px; 
}
.rekomenu a.active {
  background-color: rgba(129, 143, 255, 0.5); 
}
.rekomenu a.active {
  background-color: rgba(129, 143, 255, 0.5); 
}


.backtomenu {
  overflow: hidden;
  background-color: lightblue;   position: sticky;
  top: 0;
  height: 40px;
}
.backtomenu a {
  float: left;
  width: 100vw;
  background-color: lightblue;
  color: blue;
  text-align: center;
  height: 40px;
  padding: 0;
  border: 0px;
  margin: 0px;
  text-decoration: none;
  font-size: 15px;
  line-height: 2.6;
}
.backtomenu a:hover {
  padding:  0;
}


div.rekopage {
  height: 1000vh;
  padding: 0px 16px;
  border: 0;
}
.rekopage input {
  background-color: rgb(165, 235, 0);
}


.shovel { 
  height: 30px;
  padding: 5px 0 0 0; 

}


#lang_hint {
  font-size: 10px;
  color:  blue;
}

.appicon { border-radius: 20%; }

.avatar { width: 128px; height: 128px;
  border-radius: 50%;
  margin: auto;
  display: block;
}

.menuicon img {
    height: 30px;
    padding: 5px 5px 5px 0px;
}

.langswitch img  {
    height: 32px; width: 32px;
    padding: 0px 0px 0px 0px;
    border: 4px solid blue;
    margin: 0;
}

.iconwithtext img {
   width: 100px; height: 100px;
   float: left;
   margin: 0 15px 10px 0; 
}

.iconwithtext p {
   text-align: justify;
   font-size: 15px;
}

.iconwithtext h1 {
   text-align: justify;
   font-size: 20px;
}

.iconwithtext h2 {
   text-align: justify;
   padding: 0 0 0 0;
   margin: 0;
   border: 0;
   font-size: 30px;
}

.screenshotwithtext h1 {
   text-align: justify;
   font-size: 20px;
}
.screenshotwithtext h2 {
   text-align: justify;
   margin: 0;
   border: 0;
   font-size: 30px;
}
.screenshotwithtext {
   float: left;
   padding-left: 10px;
}
.screenshotwithtext p {
   text-align: justify;
   width: 87vw;
   padding-left: 0px;
   font-size: 15px;
}
.screenshotwithtext video {
   width: 175px;  height: auto;
   float: left;
   margin: 0 15px 10px 0;
}
.screenshotwithtext img {
   width: 175px; height: 311px;
   float: left;
   margin: 0; border: 0; 
   padding: 0px 20px 10px 0px;
}
