body {
  padding: 0;
  height: 100%;
  margin: 0;
}

p {
  margin-bottom: 10px;
  margin-top: 0px;
}

html {
  width:100vw;
  height: 100%;
  overflow-x:hidden;
}

.video {
  aspect-ratio: 16 / 9;
  width: 100%;
}


@font-face {
  font-family: comic;
  src: fonts/comic.ttf;
}

.mainframe  {
  margin: 0 auto;
  width: 900px;
  height: 99vh;
  font-family: comic;
  font-weight: bold;
  font-size: 40px;
  line-height: 42px;
  letter-spacing: -0.015em;
}

.menuwrapper {
  margin: 0 auto;
  overflow: hidden;
}

.menu-container {
  font-size: 8vh;
  text-align: center;
  padding: 3vh;
  vertical-align: middle;
  margin-top: 1vh;
  margin-left: 2vh;
  margin-right: 1vh;
  margin-left: 1vh;
  height: 9.5vh;
  line-height: 8vh;
  border-radius: 25px;
}

.header {
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 175px;
  padding-right: 60px;
  text-align: center;
}

.menubutton {
  float: right;
  top: 0;
  font-size:  25px;
  text-align: right;
  padding-top: 3px;
  width: 124px;
}

.statsimg {
  margin-top: 12px;
  width: 106%;
  height: 106%;
  transform: translateX(-36px) translateY(-2.3vh);
}

.mainwrap {
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
  background-color: #efefef;
  padding-top: 25px;
  padding-bottom: 90px;
  line-height: 1.16em;
  border-radius: 0px 0px 11px 11px;
  margin-bottom: 10px;
}

.centercontent  {
  text-align: center;
  padding-left: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 0px;

}

.högerspalt {
  float: right;
  width: 48%;
  padding-bottom: 60px;
}

.normalText {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.vänsterspalt {
  display: inline-block;
  width: 48%;
  padding-bottom: 60px;
}

.navWrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.nav {
  margin-bottom: 19px;
  margin-left: 6px;
  margin-right: 6px;
  width: 196px;
  padding-top: 33px;
  padding-bottom: 33px;
  line-height: 1.05em;
  display: inline-block;
  border-radius: 18px;
  text-align: center;
  height: 2em;

  display: flex;
  justify-content: center;
  align-items: center;
}


.calendardate {
  margin-bottom: 19px;
  margin-left: 6px;
  margin-right: 6px;
  width: 416px;
  padding-top: 25px;
  padding-bottom: 24px;
  background-color: #f2f2f2;
  display: inline-block;
  border-radius: 18px;
  text-align: center;
  background-size: 400% 400%;
  line-height: 1em;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.past {
  background: gray;
}


/* LINK STYLING */
.navbar a {
  color: black;
  text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

a:link {
  color: black;
  text-decoration: none;
}

a:hover {

}


user agent stylesheet
a:-webkit-any-link {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}
/* LINK STYLING ENDS */

.songbutton {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  box-shadow: 8px 8px 0;
  margin-top: 6vh;
  font-size: 60px;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  text-align: center;
  vertical-align: middle;
  line-height: 150px;
  display: inline-block;
  margin-left: 5vh;
  margin-right: 5vh;
  margin-bottom: 3vh;
  }
}

.gallerywrap  {
  text-align: left;
  padding-left: 100px;
  padding-right: 100px;
  margin: 0 auto;
  background: #efefef;
  height: auto;
  padding-top: 25px;
  padding-bottom: 90px;
  border-radius: 0px 0px 11px 11px;

}

.gallery img {
  padding-bottom: 15px;
  max-height:90vh;
  max-width:100%;
}

.statscrop  {
  overflow: hidden;
}

.smallertext  {
  font-size: 30px;
}

.bildtext {
  margin-top: -20px; 
  margin-bottom: 45px;
  font-size: 25px;
}

/* MEDIAQUERYS */

@media screen and (max-width: 992px) {
  .mainframe  {
    width: 100%;
  }

  .gallerywrap  {
    padding-left: 48px;
    padding-right: 48px;
  }

  .songbutton {
    width: 350px;
    height: 350px;
    font-size: 150px;
    line-height: 350px;
    margin-top: 50px;
  }
}

@media screen and (orientation : portrait) {

  .menu-container {
  font-size: 13vw;
}

.bildtext {
  margin-top: -10px; 
  margin-bottom: 100px;
  font-size: 50px;
}


.nav{
  margin-top: 7px;
  width: 210px;
}

  .gallerywrap  {
    padding-left: 0px;
    padding-right: 0px;
  }

  .statsimg {
    margin-top: 38px;
    width: 103%;
    height: 103%;
    transform: translateX(-27px) translateY(-2.3vh);
  }

  .menuwrapper {
    width: 100%;
    margin: 0 auto;
  }

  .mainframe  {
    height: 99vh;
    font-size: 50px;
    line-height: 45px;
  }

  .smallertext  {
    font-size: 50px;
  }

  .menubutton {
    font-size:  50px;
    width: 280px;
  }

  .header {
    text-align: left;
    padding-left: 5vw;
    padding-right: 5vw;
    height: 74px;
    padding-top: 50px;
  }



  .calendardate  {
    width: 90%;
    margin-bottom: 10px;
    margin-left: 2%;
    margin-right: 2%;
    line-height: 1em;
  }
  .calendarwrap {
    padding-top: 20px;
    padding-bottom: 50px;
  }

}
