body{
    width: 100vw;
    height: 100vh;
    margin: 0%;
}

#navBar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100vw;
    height: 10vh;
    flex-wrap: nowrap;
    background-color: #F7DDE2;
    top: 0%;
}

#navbar > div{
    min-width: 50vw;
    max-width: 60vw;
}

h1, h2{
    color: #f28ca3;
    font-size: xx-large;
}

h3{
    color: #f28ca3;
    font-size: x-large;
}


#midtenDiv{
    width: 100vw;
    height: 80vh;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#midtenDivFlex{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    right: 30%;
    left: 30%;
    height: 40%;
    flex-wrap: nowrap;
}

#midtenDivFlex > img{
  height: 20vh;
  width: 20vw;
}

footer{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    width: 100vw;
    height: 10vh;
    flex-wrap: nowrap;
    background-color: #F7DDE2;
    bottom: 0%;
}

footer > p{
color: #f28ca3;
}

#hoorselsforbundetBilde{
    max-width: 11vw;
    max-height: 5vh;
}

#omOssId, #indexId{
    font-size: x-large;
}


#kjoopPatchKnapp{
    color:#f0ffff;
    background-color: #f27a6f;
    border-radius: 5%;
    width: 12vw;
    height: 5vh;
    font-size: 2dvh;
}

a {
  text-decoration: none;
  color: #8b4a4a;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: 2px solid #000;
}

@media only screen and (max-width: 600px) {
body {
  width: 100vw;
  height: auto;
  margin: 0;
}

/* navbar */
#navBar {
  flex-direction: column;
  height: auto;
  padding: 2vh 0;
  gap: 1vh;
}

#navBar h1 {
  font-size: 3vh;
}

#omOssId,
#indexId {
  font-size: 2.2vh;
}

/* midtenDiv */
#midtenDiv {
  height: auto;
  padding: 4vh 3vw;
}

h2 {
  font-size: 4vh;
}

h3 {
  font-size: 2.5vh;
}

#midtenDivFlex {
  flex-direction: column;
  height: auto;
  margin: 4vh 0;
}

#midtenDivFlex > img {
  width: 30vw;
  height: auto;
}

/* knapp */
#kjoopPatchKnapp {
  width: 60vw;
  min-height: 8vh;
  font-size: 2.5vh;
  border-radius: 3vh;
}

/* footer */
footer {
  flex-direction: column;
  height: auto;
  padding: 2vh;
  text-align: center;
  gap: 1vh;
}

#hoorselsforbundetBilde {
  max-width: 25vw;
  height: auto;
}
}
