* {
  box-sizing: border-box;
  margin: 0px;
}
.main {
  margin: auto;
  padding:50px;
  max-width: 800px;
  width: 70%;
  text-align: left;
  clear: both;
}
.right {
  float:left;
  width:30%;
  padding:50px;
}
.header {
  background: url(bg.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  height:500px;
  text-align:center;
}
h2 {
  margin-bottom: 10px;
  width:100%;
  color:#165B33;
}
.song-title {
  margin-top:20px;
  font-weight:bold;
  font-size:1.2em;
  text-align:center;
  width:100%;
  margin-bottom:50px;
}
.menu {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-top: 2vw;
  padding-bottom: 2vw;
  padding-left: 3vw;
  padding-right: 3vw;
  background: rgba(0, 0, 0, 0);
  text-align: right;
}
.menu a {
  color: #fff;
  margin-left: 30px;
}
.swishLink {
    display: none;
}
.orderButton1 {
  background-color: #165B33;
  margin-left: 30px;
  border: none;
  color: white;
  padding: 15px 32px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.orderButton2 {
  display: none;
}
.menu button:hover {
  text-decoration:underline;
}
.header1 {
  color:#fff;
  font-size: 4em;
  /*padding-top: 140px;*/
  text-shadow:2px 2px 4px rgba(0,0,0,.7);
}
.header2 {
  color:#fff;
  font-size: 1.5em;
  text-shadow:2px 2px 4px rgba(0,0,0,.7);
}
.bottom {
  background-color: #165B33;
  width:100%;
  padding: 30px;
  color: #fff;
  text-align:center;
  margin-top:20px;
}
.bottom a {
  color: #fff;
}
a {
  text-decoration:none;
  color:#444;
}
a:hover {
  text-decoration:underline;
}
input {
  padding:9px 0;
  margin:9px 0;
  width:100%;
  font-size:1em;
  color:#444;
  border:0;
  border-bottom:1px solid #999;
}
input:focus {
  border:0;
  outline: none;
  color:#000;
  border-bottom:1px solid #000;
}
input.best {
  background-color: #165B33;
  color: #fff;
  border: 0px;
  border-radius: 8px;
  height:40px;
}
.leadsheet-image {
  width: 80%;
}
body {
  font-family: Poppins;
  color:#444;
  line-height: 1.5;
}
.listenImage {
  float:right; 
  width:50%
}
.bokMellan {
  width: 75%;
}
.toc1 {
  padding: 5px;
  float: left;
  width:50%;
}
.qr {
    width: 100%;
    text-align: center;
}
.toc2 {
  padding: 5px;
  float: right;
  width:50%;
}
ol.c {
  padding-left: 20px;
  font-weight: bold;
  list-style-type: upper-roman;
}

ol.d {
  padding-left: 0px;
  font-weight: normal;
  list-style-type: number;
}
.headerTitle {
  position: relative;
  top: 30%;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
}
@media only screen and (max-width:620px) {
  /* For mobile phones: */
  .main, .right {
    width:100%;
    padding:20px;
  }
  .listenImage {
    width:100%;
  }
  .bokMellan {
    width: 100%;
  }
  .header{
    height:300px;
  }
  .header1 {
    font-size: 3em;
  }
  .header2 {
    font-size: 1.2em;
  }
  .swishLink {
      display: block;
      text-align: center;
      width: 100%;
      margin-top: 10px;
  }
  .qr {
      display: none !important;
  }
  .menu a {
    display: none !important;
  }
  .orderButton1{
    display: none !important;
  }
  .orderButton2 {
    background-color: #165B33;
    margin-top: 30px;
    border: none;
    color: white;
    padding: 15px 32px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .toc1 {
    width:100%;
  }
  .toc2 {
    width:100%;
    margin-top: 20px;
  }
  .leadsheet-image {
    width: 100%;
  }
  /* .header1 {
    padding-top:20px;
  } */
}
