html, body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  height: 100%;
  width: 100%;
}

html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  min-height: 100%;
  width: 100%;
  background-color: #4f4f4f;
  /* background-image: url("bg-1.jpg") !important; */
  /* background-attachment: fixed; */
  background-size: cover !important;
}

.main {
  height: 100vh;
  min-height: 600px;
  background-color: #4f4f4f;
}

.logo a {
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
}

.logo img {
  max-width: 140px;
}

.logo a:hover {
  color: #efefef;
  text-decoration: none;
}

.menu-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #fefefe;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
  transition: transform 0.6s ease;
}

.menu-link:hover {
  color: #ffffff;
  text-decoration: none;
  transform: scale(1.15);
}

.headline {
  font-weight: bold;
  font-size: 55px;
  line-height: 65px;
  color: #333;
  max-width: 800px;
  margin: auto;
  color: #fefefe;
}

.subheadline {
  max-width: 800px;
  margin: 40px auto 30px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  color: #fefefe;
}

.btn-white {
  font-size: 18px !important;
  line-height: 22px !important;
  /* min-height: 48px; */
  padding: 15px 50px !important;
  color: #fefefe !important;
  background: #EE7600 !important;
  border-radius: 30px !important;
  box-shadow: 0 1px 5px rgba(10,10,10,.2);
  min-width: 160px;
}

.btn-white:hover {
  color: #fefefe;
  background: #d86c00;
}

.btn-white span {
  vertical-align: middle;
  margin-left: 10px;
  font-size: 24px;
}

.btn-rounded {
  padding: 10px 30px;
  background: #3F42E8;
  border-radius: 30px;
}

.form-h {
  display: flex;
  align-items: center;
}

.form-home .form-control {
  background: #FFFFFF;
  border-radius: 10px;
  border-width: 0;
  min-height: 45px;
}

.form-home ::placeholder {
  font-size: 13px;
  color: #7A7A7A;
}

.bkg-artist {
  padding: 0!important;
  background-color: #000;
  background-image: url("osiris.jpg") !important;
  background-size: cover;
  background-position-x: center;
}

.artist-name {
  color: #fff;
  font-size: 60px;
  margin-top: 35px;
  margin-bottom: 0px;
  /* border-bottom: 3px solid rgba(255, 255, 255, 0.832); */
  /* width: 250px; */
  margin-left: auto;
  margin-right: auto;
}


.social-link {
  padding-left: 5px;
  padding-right: 5px;
}

.social-link:hover {
  text-decoration: none;
}

.social-icon {
  height: 30px;
  max-width: 100%;
  width: auto;
}

.video-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  padding-top: 30px; 
  height: 0; 
  overflow: hidden; 
  border: 8px #fff solid;
  box-shadow: 0 4px 16px 3px rgba(0, 0, 0, 0.342);
}

.video-container iframe, .video-container object, .video-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

.bg-page {
  background-image: url("cover.jpg") !important;
  background-size: cover;
  background-position-x: center;
}

.bg-page-inner {
  background: rgba(68, 68, 68, 0.407);
  padding-left: 80px;
  padding-right: 80px;
}

.menu {
  display: flex;
  align-items: center;
}

.shadowy {
  /* box-shadow: 0px 0px 4px 4px rgb(255, 0, 0, 0.2); */
  border-radius: 15px;
}

.btn-round {
  border-radius: 15px;
}

@media screen and (max-width: 560px) {
  .main {
    padding: 0px;
    /* background-color: #ffffff; */
    height: 100%;
  }

  .artist-name {
    color: #fff;
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  .bkg-artist {
    height: 25% !important;
    background-position-y: -40px;
  }

  .bg-page {
    background-image: url("cover.jpg") !important;
    background-size: cover;
    background-position-x: center;
    height: 75% !important;
    min-height: 570px;
  }

  .bg-page-inner {
    background: rgba(68, 68, 68, 0.407);
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-mobile {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
