* {
  box-sizing: border-box;
}

.cats {
  border: double;
  border-width: 8px;
  background-color: rgb(235, 225, 225);
  width: 70%;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
  display: inline-block;
}

body {
  background: linear-gradient(to right, violet, darkOrchid, purple);
  margin: 0;
}

header {
  border: solid;
  border-width: 2px;
  width: 100%;
  background: lightblue;
  padding: 5px;
  vertical-align: top;
  display: inline-block;
}

.menutext {
  text-align: center;
  font-size: 35px;
  padding: 100px;
}

.divheader {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
}

.navbar {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  font-size: 25px;
}

.navbar li {
  font-size: 1;
}

/* Alt innenfor footer blir her lagt til alle footer tags pga der ikke er . foran. Det gjøres ikke til en class.
footer {
  border: solid;
  background: lightskyblue;
  border-width: 99%;
  width: 99%;
  text-align: center;
} */

.footer {
  position: fixed;
  border: solid;
  background: lightskyblue;
  border-width: 100%;
  width: 100%;
  text-align: center;
  bottom: 0px;
}

p {
  text-align: center;
  color: black;
  margin-left: 10px;
  margin-right: 10px;
}

.ac-content {
  align-content: center;
}

.catimage {
  display: block;
  align-items: center;
  min-width: 75%;
  max-width: 100%;
  height: auto;
}

.headergrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  width: 100%;
}

li {
  list-style-type: none;
}

.menyfjas {
  /* margin: 0 auto; */
  text-align: center;
  display: inline-block;
  width: 100%;
}

.catsleep {
  width: 25%;
}

@media only screen and (max-width: 1200px) {
  .menyfjas {
    width: 70%;
  }

  .catsleep {
    width: 70%;
  }
}

@media only screen and (max-width: 750px) {
  .menyfjas {
    width: 100%;
  }

  .catsleep {
    width: 100%;
  }
}
