@font-face {
  src: url(fonts/ProductSans-Regular.ttf);
  font-family: Product Sans Regular;
}

@font-face {
  src: url(fonts/ProductSans-Bold.ttf);
  font-family: Product Sans Bold;
}

@font-face {
  src: url(fonts/ProductSans-Italic.ttf);
  font-family: Product Sans Italic;
}


html {
  background-color: #e6e6e6;
}

body {
  margin: 0 0;
  overflow-x: hidden;
}

.header1 {
  background-color: #0c0c0c;
  display: flex;
  width: auto;
}

.navbar1 {
  display: flex;
  margin: 0 auto;
}

.active {
  border-bottom: 4px solid white;
}

nav {
  display: none;
}

#nav_button {
  display: none;
}

.navbar1 a {
  text-decoration: none;
  font-family: Product Sans Bold;
  font-size: 20px;
  color: white;
  margin-top: 20px;
  padding: 0 4rem;
}

.startsida-hero {
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(168, 168, 168, 0.164);
  border-radius: 20px;
  height: 150px;
}

.startsida-hero2 {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(168, 168, 168, 0.301);
  border-radius: 20px;
  height: 150px;
}

.startsida-bild1 img {
  box-sizing: border-box;
  background-color: #485052;
}

.startsida-herotext {
  color: white;
  font-family: Product Sans Bold;
  font-size: 70px;
  letter-spacing: 2px;
  padding: 0 10px;
  margin-top: -35px;
}

.startsida-herotext2 {
  color: white;
  font-family: Product Sans Bold;
  font-size: 70px;
  letter-spacing: 2px;
  padding: 0 10px;
  margin-top: -35px;
}

.startsida-text1 {
  max-width: 50%;
  line-height: 30px;
  padding-left: 30px;
  float: left;
  margin-left: 80px;
  margin-top: 60px;
}

.startsida-textruta {
  font-family: Product Sans Regular;
  background-color: rgba(168, 168, 168, 0.164);
  border-radius: 20px;
}

.startsida-textruta p {
  color: black;
  line-height: 2rem;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.startsida-text1 h2 {
  font-family: Product Sans Bold;
  font-size: 35px;
  color: #3b3b3b;
  letter-spacing: 1px;
}

.startsida-bild2 {
  float: right;
  margin-top: 60px;
  text-align: center;
}

.startsida-bild2text {
  font-family: 'Anonymous Pro', monospace;
  font-weight: bold;
  font-size: 15px;
  font-style: italic;
  margin-top: -7px;
  background-color: rgba(168, 168, 168, 0.048);
  max-width: 50%;
  padding: 1px;
  border-radius: 20px;
  margin: 0 auto;
}

.startsida-text2 p {
  max-width: 50%;
  line-height: 30px;
  font-family: Product Sans Regular;
  color: #3b3b3b;
  ;
  padding-left: 30px;
}

.topplista h1 {
  text-align: center;
  font-family: Product Sans Regular;
  letter-spacing: 2px;
}

.topplista p {
  text-align: center;
  font-family: Product Sans Italic;
}

.topplista-icons {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
  margin-left: 7rem;
}

.topplista-icons i {
  font-size: 40px;
  text-decoration: none;
  color: #242424;
  margin-right: 120px;
}

.topplista table {
  margin: auto;
}

.topplista td img {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.349);
}

.topplista td img:hover {
  filter: blur(0.5px);
}

.artist-lat th {
  font-family: Product Sans Regular;
  font-size: 14px;
  padding: 7px;
}

.artist-lat2 th {
  font-family: Product Sans Regular;
  font-size: 14px;
  padding: 7px;
}

.topplista-spelningar th {
  font-family: Product Sans Italic;
  font-size: 10px;
  padding-bottom: 5px;
}

.music-slider th {
  padding-bottom: 10px;
}

.latar-footer {
  text-align: center;
  font-family: Product Sans Regular;
  color: #9c9c9c;
  font-size: 14px;
}

.latar-footer2 {
  text-align: center;
  font-family: Product Sans Regular;
  color: #9c9c9c;
  font-size: 14px;
  margin-top: 520px;
  margin-left: 625px;
}

.latar-sida {
  background-color: #dbdbdb;
}

.latar-listan {
  margin-left: 40px;
  padding-top: 5px;
}

.latar-listan h2 {
  font-family: Product Sans Bold;
  text-decoration: underline;
  text-align: center;
}

.latar-listan li {
  font-family: Product Sans Regular;
  text-align: center;
}

.latar-listan p {
  padding-top: 5px;
}

.latar-listan p:hover {
  font-family: Product Sans Bold;
  transition: all 0.3s ease;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.latar-listan ul {
  padding-bottom: 40px;
  list-style-type: none;
}

.latar-musikvideos {
  padding-bottom: 40px;
}

.latar-musikvideos h1 {
  font-family: Product sans Bold;
  text-align: center;
}

.videos {
  margin-left: 150px;
}

.video1 {
  margin: 3px;
}

.video2 {
  margin: auto;
}

.video3 {
  margin: 3px;
}

.videos iframe {
  margin-right: 40px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.349);
}

.karriar-textruta {
  max-width: 60%;
  padding-left: 30px;
  margin-left: 80px;
  margin-top: 50px;
  padding-bottom: 50px;
}

.karriar-textruta h2 {
  font-family: Product Sans Bold;
  margin-left: 20px;
  color: #3b3b3b;
}

.karriar-text p {
  color: black;
  line-height: 2rem;
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  font-family: Product Sans Regular;
  border-radius: 20px;
}

.karriar-text a {
  font-family: Product Sans Regular;
  background-color: black;
  color: white;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 10px;
  margin-top: 10px;
}

.karriar-text a:hover {
  color: #b1b1b1;
}

.kontakt-header h2 {
  font-family: Product Sans Bold;
}

.kontakt-header {
  color: black;
  letter-spacing: 2px;
  text-align: center;
  max-width: 25%;
  display: block;
  align-items: center;
  margin: 0 auto;
}

.kontakt-header h2 {
  background-color: rgba(163, 163, 163, 0.212);
  padding: 12px 12px;
  border-radius: 10px;
  text-align: center;
}

.kontakt-header p {
  font-family: Product Sans Italic;
}

.navbar-socials {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
  margin-left: 33px
}

.navbar-socials i {
  font-size: 40px;
  text-decoration: none;
  color: #242424;
  letter-spacing: 3rem;
  padding-bottom: 10px;
}

.kontakt-form {
  font-family: Product Sans Regular;
  padding-top: 30px;
  background-color: rgba(163, 163, 163, 0.212);
  width: 800px;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 200px;
  display: block;
  margin: 0 auto;
}

input[type=text],
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=email] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.submit {
  background-color: #000000;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
}

.reset {
  background-color: #000000;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 10px;
}

.submit:hover {
  background-color: #141414;
}

.reset:hover {
  background-color: #ff6f6f;
}

#image {
  width: 350px;
  height: 350px;
  margin: 20px 100px;
  background: url("img/maxibild1.jpg") no-repeat center center;
  background-size: cover;
  transition: background 0.5s;
  border: 1px solid black;
  position: relative;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.349);
}

#left {
  margin: 160px 20px;
  width: 5%;
  height: 10%;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  font-size: 30px;
}

#right {
  margin: 160px 20px;
  width: 5%;
  height: 10%;
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  font-size: 30px;
}

#left:hover,
#right:hover {
  cursor: pointer;
}

#nav_button {
  display: none;
}

@media screen and (max-width:1500px) {
  #image {
    width: 300px;
    height: 300px;
  }

  #left {
    margin-top: 80px;
  }

  #right {
    margin-top: 80px;
  }

  .startsida-bild2text {
    font-size: 12px;
    margin: -10px auto;
  }

  .startsida-bild2 {
    margin-top: 90px;
    margin-right: 80px;
  }
}

@media screen and (max-width:1399px) {

  .startsida-bild2 {
    margin: 0 auto;
    margin-top: 40px;
  }

  .latar-footer2 {
    width: auto;
  }

  .startsida-text1 {
    margin: 0 auto;
  }

  .startsida-textruta p {
    font-size: 12px;
  }

  .latar-footer2 {
    display: none;
  }

}

@media screen and (max-width:1211px) {
  .startsida-herotext p {
    font-size: 50px;
    margin: 5rem auto;
  }

  .startsida-hero2 p {
    font-size: 50px;
    margin: 5rem auto;
  }

}

@media screen and (max-width:1120px) {

  .navbar1 a {
    padding: 0 3rem;
  }

}

@media screen and (max-width:1063px) {

  .startsida-bild2 {
    display: block;
    float: left;
  }

  .startsida-text1 {
    text-align: center;
  }

  .responsive3 {
    display: grid;
  }
}

@media screen and (max-width:899px) {
  .startsida-herotext p {
    font-size: 40px;
    margin: 5rem auto;
  }

  .startsida-hero2 p {
    font-size: 40px;
    margin: 5rem auto;
  }

  .navbar1 a {
    padding: 0 2rem;
  }

}

@media screen and (max-width:744px) {
  .startsida-herotext p {
    font-size: 30px;
    margin: 6rem auto;
  }

  .startsida-hero2 p {
    font-size: 30px;
    margin: 6rem auto;
  }

}

@media screen and (max-width:720px) {

  .navbar1 a {
    padding: 0 1rem;
  }

}

@media screen and (max-width:560px) {

  body {
    margin: 0 auto;
    overflow-x: hidden;
  }

  .navbar1 {
    display: none;
  }

  .header1 {
    position: relative;
    z-index: 10;
    width: 100%;
  }

  #nav_button {
    display: block;
    margin: 20px auto;
    font-family: Product Sans Bold;
    padding: 5px 10px;
    border-radius: 10px;
    color: black;
    background: white;
  }

  nav {
    transition: margin-top 0.5s;
    position: relative;
    margin-top: -200px;
    display: block;
    box-sizing: border-box;
  }

  nav a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: black;
    font-family: Product Sans Bold;
    padding-top: 6px;
    margin-bottom: 3px;
    padding-bottom: 6px;
    font-size: 24px;
  }

  /*
  ANVÄNDER TEXT-DECORATION FÖR ATT ANNARS CENTRERAS INTE TEXTEN
 */
  .active2 {
    text-decoration: #c2c2c2 3px solid underline;
  }

  nav.open {
    margin-top: 40px;
    margin-bottom: 2000px;
  }

  .startsida-bild1 img {
    display: none;
  }

  .startsida-hero2 {
    position: absolute;
    box-sizing: border-box;
    display: none;
  }

  .startsida-herotext2 {
    display: none;
  }

  .karriar-textruta {
    box-sizing: border-box;
    position: relative;
    bottom: -50px;
    left: -60px;
    max-width: 100%;
  }

  .kontakt-header {
    max-width: 80%;
    padding-top: 20px;
  }

  .kontakt-header h2 {
    font-size: 20px;
  }

  .kontakt-form {
    font-size: 12px;
    max-width: 300px;
    width: auto;
    padding: 20px 20px;
    padding-bottom: 30px;
  }

  input[type=text],
  textarea {
    height: 2px;
  }

  input[type=email] {
    height: 2px;
  }

  .submit {
    position: absolute;
    font-size: 12px;
    margin-left: 190px;
    padding: 8px 10px;
  }

  .reset {
    font-size: 12px;
    padding: 8px 10px;
    margin-left: 30px;
  }

  .topplista h1 {
    font-size: 22px;
    padding-top: 30px;
  }

  .topplista p {
    font-size: 13px;
  }

  .topplista-icons {
    display: block;
  }

  .topplista table {
    display: none;
  }

  .latar-listan {
    margin: auto;
    text-align: center;
  }

  .latar-listan ul {
    margin-right: 30px;
  }

  .videos {
    display: block;
    margin: auto;
    text-align: center;
    padding-left: 2rem;
  }

  .videos iframe {
    width: 350px;
    height: 200px;
    padding-bottom: 10px;
  }

  .startsida-herotext {
    display: none;
  }

  .startsida-text1 {
    margin-bottom: 50px;
  }


  .startsida-text1 h2 {
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 26px;
    padding-top: 20px;
  }

  .startsida-textruta p {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    max-width: 50%;
    background-color: rgba(168, 168, 168, 0.164);
    border-radius: 20px;
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .startsida-bild2 {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    display: none;
  }


  .latar-footer2 {
    display: none;
  }
}
