a{
    text-decoration: none;
    color: #fffbfb;
}
*{
    box-sizing: border-box;
}

body{
    background-color: #000000;
    width: 100vw;
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}
h3{
    /* border-bottom: 2px solid #e8cf24; */
    margin: auto;
    margin-bottom: 30px;
    font-weight: bold !important;
    background-color: #000000;    
}
p{
    color: #a99c9c !important;
}
.white{
    color: #fff !important;
}
h1, h2, h3{
    color: #e8cf24;
}
.yellow{
    color: #e8cf24 !important;
}
.bold{
    font-weight: bold;
}
@keyframes pop{
    100%{border-bottom: 3px solid#fff ;}
}
nav .nav-link{
    font-size: 90%;
    font-weight: 2000px;
    vertical-align: middle;
    min-width: 400px;
    padding-bottom: 10px;
    
    
}

nav .nav-link a:hover{
    animation-name: pop;
    animation-duration: .2s;
    animation-fill-mode: forwards;
    
}

nav .nav-link a{
    margin-left: 5%;
}
nav svg{
    padding-left: 5%;
}
nav{
    margin-top: 2vh;
    width: 90% !important;

}
.logo{
    color: #e8cf24;
}
#swipe-left{
    position: absolute;
    top: 2.5vh;
    right: 12vh;
    display: none;
}
#share{
    position: absolute;
    top: 2.5vh;
    right: 3vh;
    display: none;
}
#cancel{
    position: absolute;
    top: 2.5vh;
    right: 3vh;
    display: none;
    z-index: 999999;
}
#swipe-cover{
    z-index: 999;
    display: none;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    background-color: rgba(193, 198, 201, 0.98);
}
#swipe-cover a{
    color: #000000;
    font-weight: bold !important;
    margin-top: 5vh;
    font-size: 200%;
}
#swipe-cover div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}


/* -------------------------------------
SWIPER TO TOGGLE SOCIAL IN MOBILE VIEW
--------------------------------------*/
#share-cover{
    z-index: 999;
    display: none;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    background-color: rgba(193, 198, 201, 0.98);
}
#share-cover h3{
    padding: 10px;
    margin-top: 0;
}
#share-cover a{
    color: #000000;
    font-weight: bold !important;
    margin-top: 5vh;
    font-size: 200%;
}
#share-cover div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
@media only screen and (max-width: 780px) {
    .nav-social {
      display: none;
    }
    #share{
        display: inline;
    }
    .nav-link {
        margin-right: 10vw;
      }
  }
  @media only screen and (max-width: 610px) {
    .nav-link {
      display: none;
    }
    #swipe-left{
        display: inline;
    }
  }


/* -----------------------------------------
HERO STYLE
------------------------------------------*/
.hero{
    margin: auto;
    padding-top: 15vh;
    height: 92vh;
}
@keyframes hero{
    0%{margin-top: 10px;}
    50%{margin-top: -10px;}
    100%{margin-top: 10px;}
}
.hero img{
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  color: #e8cf24;
    animation-name: hero;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
@media only screen and (max-width: 610px) {
    .hero img{
        margin-top: 10vh;
        width: 200px;
    }
  }


.iframe{
    width: 100%;
}
.iframe div{
    width: 70%;
    margin: auto !important;
    
}


/* -----------------------------------------
ABOUT STYLE
------------------------------------------*/
.about{
    margin-top: 30vh;
}
.about .div-one{
    margin-top: -30px;
}


#abt-img{
    width: 100%;
    border: none;
}
.about p{
    color: #ded0d0;
}

/* -----------------------------------------
FOOTER STYLE
------------------------------------------*/
footer{
    margin-top: 20vh;
}
footer h6{
    margin-top: 5vh;
    margin-bottom: 2vh;
    font-weight: bolder;
    width: 40px;
    border-bottom: 2px solid #e8cf24;
    padding-bottom: 2%;
}
footer svg{
    margin-right: 4%;
}
.btn{
    background-color: #e8cf24 !important;
    border: none;
}
.input-group input{
    font-style: italic;
}
span{
    visibility: hidden;
}
footer .credits{
    text-align: center;
    margin-top: 15vh;
}
.credits a{
    color: #e8cf24;
}
/* -----------------------------------------
CONTACT STYLE
------------------------------------------*/

#contact{
    margin-top: 20vh;
}
.contact{
    justify-content: space-around;
    text-align: center;
}
.contact i{
    background-color: #6c5b5b;
    border-radius: 50px;
    display: inline-block;
    padding: 15px;
    margin: 10px auto;
    text-align: center;
}
@media only screen and (min-width: 610px) {
    @keyframes example {
        to {margin-top: -20px;}
      }
    
  }
.contact a:hover{
    animation-name: example;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    position: relative;
}
/* The animation code */
  
#contact .address{
    margin-top: 20vh;
}
address .mt-10{
    margin-top: 30px;
}
address svg{
    margin-right: 10px;
    margin-top: 5px;
    color: #e8cf24;
}
.message{
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 30px;
}
input[type="text"]{
    width: 45.6%;
}
input[type="submit"]{
    width: 100%;
    background: linear-gradient(120deg,#e8cf24, #8e7d13) ;
    margin-top: 20px;
}
input{
    border: none;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 5px;
}
textarea{
    margin-top: 10px;
    width: 100%;
    min-height: 150px;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: #f8f9fa;
}
#contact form div{
    justify-content: space-between;
}
#contact iframe{
    width: 100%;;
}


#form-iframe{
    width: 100%;
}

.music-links{
    margin-top: 15vh;
    text-align: center;
}
.music-links a{
    background-color: #000000;
    border: none;
    color: #fff;
    display: block;
    text-align: center;
    margin: auto;
}
.music-links a img{
    width: 40px;
    margin-right: 1vw;
}
#spotify{
    margin-left: -15px;
}
#apple-music{
    margin-left: 28px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
/* #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
  }
  
  #preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #5fcf80;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
  }
  
  @keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  } */

  /*--------------------------------------------------------------
# Profile
--------------------------------------------------------------*/

#artist-profile img{
    width: 100%;
}
#artist-profile span{
    visibility: visible;

}
.p-flex{
    display: flex;
    justify-content:space-between;
    color: #fff !important;
    padding: 5px;
    margin: 0;
}
.p-flex span:first-child{
    border-right: 2px solid #fff;
    min-width: 50%;
}
.even{
    background-color: #e9e2e2;
    color: #000 !important;
    
}
.even span:nth-child(1){
    border-right: 2px solid #000 !important;
}
span:nth-child(2){
    margin-left: 5%;
    text-align: right;
}
.profile-header{
    color: #918181;
}
.profile-header span{
    color: #e8cf24;
    visibility: visible;
    font-weight: lighter;
    font-size: 80%;
    vertical-align: middle;

}
.profile-writeup{
    padding-left: 15px !important;
   }
@media only screen and (max-width: 769px) {
    .first-profile-paragraph{
        margin-top: 50px;
    }
   .profile-writeup{
    padding-left: 12px !important;
   } 
  }


  /*--------------------------------------------------------------
# Artist
--------------------------------------------------------------*/
#artists{
    margin-top: 20vh;
    margin-bottom: 5vh;
}
#artists img{
    width: 100%;
    display: inline-block;
    filter: grayscale(100%);
}

#artists .artist-img-container:hover #art-img{
    animation-name: grayscale;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
#artists .artbutton{
    position: relative;
    top: -300px;
    width: 50%;
    margin: auto;
    padding: 15px;
    border-radius: 5px;
    background-color: #000;
}
#artists .artbutton .btn{
    display: block;
    margin: auto;
    color: #000;
    
    
}
#artists .artbutton h3{
    background-color: transparent;
    text-align: center;
    color: #fff;
}

@keyframes grayscale{
    from {filter: grayscale(100%);}
    to { filter: grayscale(0%);}
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
/*
   #loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
  }
  #loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #loader-wrapper .loader-section.section-left {
    left: 0;
  }
  #loader-wrapper .loader-section.section-right {
    right: 0;
  }
  #loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
    z-index: 99999;
  }
  #loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
            animation: spin 3s linear infinite;
  }
  #loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
            animation: spin 1.5s linear infinite;
  }
  .loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
  }
  .loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }