@charset "UTF-8";

* {
  -webkit-font-smoothing: antialiased;
}


.grdnt-musicalm:not(.overly) {
  background: -moz-linear-gradient(to right, #E6354E 0%, #C82840 100%);
  background: -webkit-linear-gradient(to right, #E6354E 0%, #C82840 100%);
  background: linear-gradient(to right, #E6354E 0%, #C82840 100%);
}

.grdnt-musicalm.overly:before {
  background-image: -moz-linear-gradient(45deg, #E6354E 0%, #C82840 51%, #E6354E 100%);
  background-image: -webkit-linear-gradient(45deg, #E6354E 0%, #C82840 51%, #E6354E 100%);
  background-image: linear-gradient(45deg, #E6354E 0%, #C82840 51%, #E6354E 100%);
}

.clip-grd {
  color: #fff;
  background: -moz-linear-gradient(to right, #E6354E 0%, #C82840 100%);
  background: -webkit-linear-gradient(to right, #E6354E 0%, #C82840 100%);
  background: linear-gradient(to right, #E6354E 0%, #C82840 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar-brand{
  max-width: 160px;
}

.hero-content .intro-text {
  margin-top: -50px;
}

.footer-menu {
  display: block;
  text-align: center;
}

.footer-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.footer-menu ul li {
  display: inline-block;
  margin: 10px;
  font-size: 16px !important;
  color: #99a1af;
}

.footer-menu ul li a {
  color: #99a1af;
  text-decoration: none;
}

.footer-menu ul li a:hover {
  color: #000;
}

.btn-holder a{
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.screenshot{
  margin-top: -20px;
}

.navbar-custom .right-nav .nav-btn{
  margin-left: 20px;
}

.overview{
  margin-bottom: -30px;
  margin-top: -30px;
}


@media only screen and (max-width:1199px) {}

@media only screen and (max-width:991px) {

  .spce + .spce{
    display: none;
  }
  .navbar-custom .right-nav .nav-btn{
    margin-left: 10px;
  }

  .overview{
    margin-bottom: 0px;
  }

}

@media only screen and (max-width:767px) {

  .navbar-custom .right-nav .nav-btn{
    margin-left: 0px;
  }

  .navbar-custom ul li a{
    border-bottom: 1px solid #eaeaea!important;
  }

  .nav-btn{
    margin-top: 20px;
  }
  .navbar-brand img{
    margin-top: 4px;
    margin-bottom: 4px;
  }

}

@media only screen and (max-width:575px) {
  .navbar-custom .navbar-brand{
    margin-left: 10px!important;
  }
  .navbar-custom.affix .navbar-brand{
    margin-left: 5px!important;
  }
}

@media only screen and (max-width:479px) {}

@media only screen and (max-width:374px) {}

/* @2x Images (Pixel Ratio of 1.25+) */

@media only screen and (-o-min-device-pixel-ratio: 5/4),
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 1.25dppx) {}

/* @3x Images (Pixel Ratio of 2.25+) */

@media only screen and (-o-min-device-pixel-ratio: 9/4),
only screen and (-webkit-min-device-pixel-ratio: 2.25),
only screen and (min-device-pixel-ratio: 2.25),
only screen and (min-resolution: 2.25dppx) {}

/* @4x Images (Pixel Ratio of 3.25+) */

@media only screen and (-o-min-device-pixel-ratio: 13/4),
only screen and (-webkit-min-device-pixel-ratio: 3.25),
only screen and (min-device-pixel-ratio: 3.25),
only screen and (min-resolution: 3.25dppx) {}