﻿/*.landingContent {
background-image: url(http://muzicup.com/Content/images/muzicup-head-slide3-3.jpg);
background-repeat:round;
}*/

.search
        {
             border-bottom-left-radius:10px !important;
             border-top-left-radius: 10px !important;
        }
.trackName {
 font-size: 18px;
 color:#d8223e !important;
}

.artistName {
 font-size: 14px;
 font-weight: 500;
 color: #d8223e !important;
}
.trackCard{       
 border-radius: 15px !important;
}
.modal-title {
     color:#d8223e !important;
}

#copyButton {
margin-bottom:5px;
float:left;
background-color:#d8223e !important;
}
.item-info {
text-align:center;
}

/*.copyButton {
  border: 0;
  display: inline-block;
  position: relative;
  font-size: 0.9em;
  background-color: white;
  color: white;
  transition: all 300ms ease;
           
   }
 .copyButton:hover{
   background-color:darken(#FFF, 10%);
  }*/