﻿h1 {
  font-size: 4vw;
  margin-top: 0;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4vw;
  margin: 0px;
  font-weight: 600;
}

.body {
  text-align: center;
}

body {
  font-family: 'Montserrat';
  font-size: 1.6vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: url('../img/background/nyala.jpg') no-repeat top center fixed;
  background-size: cover;
  height: 100vh;
  margin: 0;
  color: white;
}

.button {
  background-color: white;
  border: none;
  color: rgb(105, 68, 60);
  padding: 1.2vw 3vw;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.6vw;
  cursor: pointer;
  border-radius: 45px;
  text-decoration: underline;
  margin-top: 2vw;
}

.h1_buffer {
  height: 20vh;
}

.svg-container {
  width: 7vw;
  height: 7vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1vw;
  border-radius: 50%;
}

.svg-container img {
  filter: invert(1);
  width: 5.5vw;
  height: 5.5vw;
}

.instagram {
  background-color: #f00075;
}

.facebook {
  background-color: #0866ff;
}

.youtube {
  background-color: red;
}

.spotify {
  background-color: #1bd760;
}

.icons {
  display: flex;
  justify-content: center;
  gap: 2.5vw;
  margin-top: 2vh;
  margin-bottom: 10vh;
}

@media only screen and (min-width: 1600px) {
  body {
    font-size: 1.2vw;
  }

  .button {
    font-size: 1.2vw;
    padding: 0.8vw 2.5vw;
    margin-bottom: 0.5vw;
  }

  .svg-container {
    width: 2vw;
    height: 2vw;
  }

  .svg-container img {
    width: 2.5vw;
    height: 2.5vw;
  }

  .icons {
    gap: 1vw;
  }
}

@media only screen and (max-width: 640px) {
  body {
    font-size: 4.5vw;
  }

  .button {
    font-size: 3.5vw;
    padding: 3vw 5.5vw;
  }

  .svg-container {
    width: 10vw;
    height: 10vw;
  }

  .svg-container img {
    width: 7.5vw;
    height: 7.5vw;
  }

  .icons {
    gap: 4vw;
  }
}

.sub_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}

.sub_title h2 {
  margin: 0;
  font-size: 4vw;
}

.sub_title h2:nth-child(1) {
  margin-bottom: -0.2em;
}

.sub_title h2:nth-child(2) {
  margin-top: -0.2em;
}

.message {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  border-radius: 30px;
  display: block;
  margin: 0 auto 0 auto;
  width: fit-content;
}

a {
  color: inherit;
}
