* {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}

#introduction {
  background-image: linear-gradient(to right, #96294E , #f80759); 
  height: 500px;  
    background-size: cover;
        position:relative;
    margin-bottom: 190px;
    
}
.main-image-div {
    width: 486px;
    margin: 0 auto;
    
}
.screenshot {
    height: 300px;
    box-shadow: -5px 18px 50px -10px rgba(50,50,93,.6);
    position: absolute;
    bottom: -140;
    border-radius: 5px;
    
}
.Title {
    font-family: 'Poppins';
    font-weight: 600; 
    
}
.Large {
    font-size: 58px;
}

.lead {
    font-size: 19px;
}

.btn-dark {
   box-shadow: 0 2px 5px rgba(19, 19, 19, 0.8);
transition: all 0.3s ease 0s; 
width: 120px !important;
}

.btn-dark:hover {
     box-shadow: 0 2px 5px rgba(19, 19, 19, 1);
    cursor: pointer;
    transform: translateY(-1px);
    color: white;
} 

.topbanner{
    margin: 0 auto;
    text-align: center;
}

#info--1{
   background-image: url(imgs/backg3.png);
    
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#info-3 {
  background: linear-gradient(rgba(100,181,246 ,0.3), rgba(0,0,0,0.8)),url("imgs/homequotebanner.jpg") 0% 0%/cover; 
}

.bg-dark {
    background-color: #191919 !important;
}

#vocalistpicbox {
    padding-left: 0;
    padding-right: 40px;
}

.grey {
    opacity: .6;
}


.grey, .ghostwhite{
    font-size: 14px;
    font-weight: 300;
}


.standard-button {
 width: 140px;
    height: 40px;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(19, 19, 19, 0.3);
    background: linear-gradient(to top left, #e23d74, #f80759);
    color: white;
    font-family: 'Open Sans', serif;    
    font-size: 16px;
    font-weight: 400;
    border: none;
    transition: all 0.3s ease 0s;   
}

.standard-button:hover {
     box-shadow: 0 2px 5px rgba(19, 19, 19, 0.4);
    background: linear-gradient(to top left, #e23d74, #f80759);
    cursor: pointer;
    transform: translateY(-1px);
    color: white;
}

#info-2 {
   padding: 50px 0;
    width: 100%;
    box-sizing: border-box;
}

.info-hidden{
    overflow-x:hidden;
}

.musicbanner {
 
}

#music-banner-header {
    color: #000; 
    opacity: .9;
    padding-top: 10px;
    font-weight: 400; 
    text-align: center;
    font-size: 40px; 
}

#iconcontain{
    height: 200px;
    width: 200px;
    align-content: center;
}


#iconcontain i {
  opacity: .3;
  font-size: 80px;
  color: #e23d74;
  transform: translate(-190%, 0%);
  
  
  
}

#iconcontain i:hover {
   opacity: 1; 
  
}


.track-scroll {
    display: flex;
    overflow: scroll;
    width: 97%;
    margin: 0 auto;
    padding-bottom: 10px;
}
.latest-wrapper {
    margin: 10px;
    border: 1px solid #d5d5d5;
    border-radius: 7px 7px 0 0;
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
}
.track-scroll-img {
    height: 200px;
    width: 200px;
    border-radius: 7px 7px 0 0;
}
.latest-info {
    margin:5px;
    text-align: left;
}
.latest-info a {
    text-decoration: none;
    color: #191919;
}
.latest-info a:hover {
    text-decoration: underline;
}
.latest-info span {
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.latest-info p {
    font-weight: 300;
    font-size: 12px;
    opacity: .8;
}
.latest-artwork {
    position: relative; 
}
.playimg {
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    opacity: .7;
}
.playimg:hover {
    opacity:1;
    cursor:pointer;  
}
.transparentimg {
    position:absolute;
    left:0;
    top:0;
    opacity: 0;
    height: 200px;
}


.lgimgwrapper {
    position:relative;
}
.transparentplayimg {
    position:absolute;
    left:50px;
    top:50px;
    opacity: 0;
}
.lgimgwrapper:hover .transparentimg {
    opacity: .4;
}
.transparentimg {
    opacity: .4;
    border-radius: 7px 7px 0 0;
}
.latest-wrapper:hover .transparentplayimg {
    opacity: 1;
    cursor:pointer;
}
.lgimgwrapper:hover .transparentplayimg {
    opacity: 1;
}
.new-button-red-border{
        background: linear-gradient(#fff, #fff) padding-box, linear-gradient(60deg, #f80759, #AD1447) border-box;
    color: #313149;
    padding: 12px 25px;
    border: 3px solid transparent;
    border-radius: 10px;
    display: inline-block;
    font-size: 19px;
}
#topacapellas { 
    padding: 10px;
    height: 250px;
    width: 90%;
    margin: 0 auto;
    
}

#gallerycontent {
  
  min-width: 200px;
  margin: 10px;
   
}

#gallerycontentbrowse {
  max-height: 150px;
  min-width: 150px;
  margin: 10px;
   
}

#gallerycontenttitle {
    padding-top: 5px;
}

#gallerycontenttitle, .artistname {
    font-family: 'Poppins', 'Serif';
    text-align: center;
    font-weight: 400; 
    width: 200px;
    color: black; 
    letter-spacing: 0;
    overflow: hidden;
}

.artistname {
    font-size: 12px;
    opacity: .5;
    text-decoration: none;
    
}

a {
    text-decoration: none !important;
}

a #gallerycontenttitle:hover, a .artistname:hover {
    background: -webkit-linear-gradient(#191919, #f80759);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#img {
  
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25); 
    border-radius: 5px;
 
  position: relative;
   
}



#imgplay {
    position: absolute;
    z-index: 1;  
}

.trackcontainer {
    display: block;
}


.free-download-terms {
    width: 85%;
    margin: 0 auto; 
    border: 1px solid #d6d6d6;
    border-radius: 2px; 
}

.free-download-form {
    display: none;
    width: 400px;
    padding: 25px;
    box-sizing: border-box;
    border-radius:  5px;
    box-shadow: 0 4px 10px rgba(0,0,0,.3);
    position: absolute;
    left: calc(50% - 200px);
    top: calc(50% - 200px);
    background-color: white;
}

.free-download-form-form input {
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid grey;
    outline: none;
}
 
.free-download-form-form label {
    margin-bottom: 0;
    margin-top: .5em;
}

   input[type="checkbox"]{
-webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  vertical-align: middle;
  margin-bottom: 2px;
  position: relative;
  cursor: pointer;
  outline: 0;  
  overflow: hidden;        
} 
   input[type="checkbox"]:after{
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  border-radius: 2px;
  transition: all .1s;  
}

/* type_1 */
.type_1{
  border: 1px solid #393939;
}

.type_1:after{
  border: 5px solid #c6c6c6;
  transform: translate3d(50%, 70%, 0);
}

.type_1:checked:after{
  transform: translate3d(-50%, -50%, 0);
}

/*-===== dev ===== */
.debug {
  border: 2px solid red;
}
/*============ Utility classes. 
 Use swush for faster ease of development ============*/

.fill-viewport {
  min-height: 70vh;
    padding-bottom: 100px;
}
.fill-40-viewport {
  min-height: 40vh
}
.fill-80-viewport {
  min-height: 80vh
}
.fill-90-viewport {
  min-height: 90vh
}
.jumbotron-transparent {
  background-color: transparent
}
.text-white-70 {
  color: rgba(255,255,255,0.7)
}
.text-black-70 {
  color: rgba(0,0,0,0.7)
}
.text-black-40 {
  color: rgba(0,0,0,0.4)
}
.text-white-40 {
  color: rgba(255,255,255,0.4)
}

.floating-cards {
    perspective: 1500px;
    position: relative;
    align-items: center;
        height: auto;
    flex: 1 0 50%;
    
}
.floating-cards>div{
    position: absolute;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
}

figure {
    height: 300px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default
}

@media (min-width:670px) {
    figure {
        height: auto;
        flex: 1 0 50%
    }
}

figure .phone {
    --device-scale: 0.24;
    width: calc(1125px * var(--device-scale));
    height: calc(2001px * var(--device-scale));
    left: calc(45% - 80px);
    top: 70%;
    transform: translate(-50%, -50%) rotate3d(.5, .866, 0, 16deg) rotateZ(-2deg);
    box-shadow: -5px 18px 50px -10px rgba(50,50,93,.6);
        z-index: 1;
}


figure .tablet {
    --device-scale: 0.22;
    width: calc(3072px * var(--device-scale));
    height: calc(1804px * var(--device-scale));
    left: calc(65% + 100px);
    top: 90%;
    transform: translate(-50%, -50%) rotate3d(.342, -.94, 0, 22deg) rotateZ(7deg);
    box-shadow: 37.2px 62.5px 125px -25px rgba(50, 50, 93, .5), 22.3px 37.5px 75px -37.5px rgba(0, 0, 0, .6)
}

figure .phone2 {
 
    left: calc(85% - 80px);
    transform: translate(-50%, -50%) rotate3d(.342, -1.94, -0.1, 18deg) rotateZ(1deg);
}
figure .tablet2 {

    left: calc(15% + 100px);
   transform: translate(-80%, -50%) rotate3d(.5, .866, 0, 23deg) rotateZ(-2deg);

}

/*== 1. 
  1. Borders along x an y
  2. Borders with colors i.e the shades of white and gray above
  3. Unordered list with borders all round
  4. Unordered list with borders along y, as in pricing table here
  5. Border size class*/

.list-border-y li {
  border-top: 1px solid
}
.list-border-y li:last-child {
  border-bottom: 1px solid
}
.list-border-black-20 li,
.list-border-black-20 li:last-child{
  border-color: rgba(0,0,0,0.2);
}

#footer a {
   color: rgba(255,255,255,0.7); 
    
}
.hidden-phone {
    display:none;
}

@media screen and (max-width: 990px ){
  figure .phone {
        --device-scale: 0.20;
    transform: translate(-10%,-48%) rotate3d(.5,.866,0,10deg) rotateZ(-2deg);
    }
  
figure .tablet {
    transform: translate(-30%,-50%) rotate3d(.342,-.94,0,22deg) rotateZ(7deg);
}
    
    figure .phone2 {

    transform: translate(-50%, -50%) rotate3d(.342, -1.94, -.1, 5deg) rotateZ(-0deg);
}
figure .tablet2 {

   transform: translate(-80%, -50%) rotate3d(.5, 1.866, 0, 33deg) rotateZ(-2deg);

}


 
    
}
@media screen and (max-width: 770px ){
 #info-2 {
        padding: 0;
    } 
    
}


@media screen and (max-width: 700px ){
  
  #producerbox {
        display: none !important;
    }
    
    .tablet {
        background-image: url('imgs/mobile.png');
    }
    
    #benefit {
        width: 98%;
        min-height: 70vh;
    }
    .bottom-line {
        transform:rotate(0deg);
    }
    .main-image-div {
    width: 404px;
}
.screenshot {
    height: 250px;
    bottom: -120;
}
.hidden-phone {
    display: block;
}
    
}
@media screen and (max-width: 500px ){
   .main-image-div {
    width: 324px; 
}
.screenshot {
    height: 200px;
    bottom: -100;
}
.Large {
    font-size: 48px;
}
    
}



@media screen and (min-width: 768px ){
  /*need to set flex-basis and have it dependent on size too
  usage tip: if you want the element to NOT be positioned in the
  center, add this class to a non `.container` div. Container divs in
  bootstrap are styled to seat in the center of the page. 
  */
  .basis-md-50 {
    flex-basis: 50%; 
  } 
}

