body
{
    background-color: #0487D9;
    font-family: helvetica;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
@font-face {
    font-family: 'Saeada';
    src: url('bilder/typsnitt/tunn.woff2') format('woff2');
    font-weight: 300;
}

@font-face {
    font-family: 'Saeada';
    src: url('bilder/typsnitt/mellan.woff2') format('woff2');
    font-weight: 400;
}

@font-face {
    font-family: 'Saeada';
    src: url('bilder/typsnitt/tjock.woff2') format('woff2');
    font-weight: 700;
}

body {
    font-family: 'Saeada', sans-serif;
}
img#hus
{
    width: 5vw;
    aspect-ratio: auto;
    position: fixed;
    display: block;
    left: 1vw;
    top: 1vw;
    z-index: 99;
}
img#hus:hover
{
    transform: scale(1.15);
    transition: 0.23s;
}            
div.rutor:hover
{
    transform: scale(1.04);
    transition: 0.2s;
}            
img#litenloggafarg
{
    position: fixed;
    display: block;
    top: 1vw;
    right: 1vw;
    width: 5vw;
    aspect-ratio: auto;
    z-index: 99;
}



/*Här är början på knapp 77*/


#button77 {
  align-items: center;
  appearance: none;
  background-clip: padding-box;
  background-color: initial;
  background-image: none;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  flex-direction: row;
  flex-shrink: 0;
  font-family: Eina01,sans-serif;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  line-height: 24px;
  min-height: 64px;
  outline: none;
  overflow: visible;
  padding: 19px 26px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  width: auto;
  word-break: keep-all;
  margin-bottom: 1.3vh;
}
@media (min-width: 768px) {
  #button77 {
    padding: 19px 32px;
  }
}
#button77:before,
#button77:after {
  border-radius: 80px;
}
#button77:before {
  background-color: #F29F05;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
#button77:after {
  background-color: initial;
  background-image: linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
  bottom: 4px;
  content: "";
  display: block;
  left: 4px;
  overflow: hidden;
  position: absolute;
  right: 4px;
  top: 4px;
  transition: all 100ms ease-out;
  z-index: -1;
}
#button77:hover:not(:disabled):after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition-timing-function: ease-in;
}
#button77:active:not(:disabled) {
  color: #ccc;
}
#button77:active:not(:disabled):after {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
  bottom: 4px;
  left: 4px;
  right: 4px;
  top: 4px;
}
#button77:disabled {
  cursor: default;
  opacity: .24;
}


/*Här är slutet på knapp 77*/





/*Olika skärmstorlekar generellt för appen*/


/*Mobiltelefon*/
@media (max-width:599px){
    img#litenloggafarg{
        width: 12vw;
        aspect-ratio: auto;
    }
    img#hus{
        width: 12vw;
        aspect-ratio: auto;
    }
}

/*Surfplatta*/
@media (min-width:600px) and (max-width:899px){

}

/*Laptop eller liten datorskärm*/
@media (min-width: 900px) and (max-width: 1199px) { }


/*Stor datorskärm*/
@media (min-width:1200px){

}