body {
  display: block;
  overflow: visible;
  padding-left: 232px;
  background-color: #000;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, .74);
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #313131;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
}

a {
  color: #fff;
  text-decoration: none;
}

li {
  margin-bottom: 5px;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #3b99d9;
  font-size: 37px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1px;
}

.section {
  position: relative;
  padding: 63px 40px;
  background-color: #fff;
}

.section.about {
  position: relative;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
}

.section.featured {
  position: relative;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #000;
}

.section.tech {
  background-color: #e2a62b;
}

.section.db {
  background-color: #face6a;
}

.section.post {
  background-color: #3b99d9;
}

.section.contact {
  padding-top: 40px;
  padding-bottom: 24px;
  background-color: #000;
  opacity: 1;
}

.section.contact.opaque {
  background-color: rgba(0, 0, 0, .44);
}

.section.clientsection {
  padding-bottom: 0px;
  opacity: 0.96;
}

.section.clientsection.bright {
  opacity: 1;
}

.section.musicgall {
  background-color: #f8c740;
}

.call-to-action-section {
  display: none;
  padding: 23px 40px;
  background-color: #2d3e4f;
  color: #fff;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  color: #3b99d9;
  font-size: 30px;
  font-weight: 400;
}

.align-right {
  text-align: right;
}

.hero-heading {
  display: block;
  width: 601px;
  margin-right: auto;
  margin-bottom: 19px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-subheading {
  display: block;
  width: 298px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #000;
  color: #fff;
}

.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #1db0fc;
  line-height: 21px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #000;
  color: #000;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: #2d3e4f;
  background-color: #e64c40;
  color: #fff;
}

.hollow-button.red {
  border-color: #cf404d;
  background-color: #e64c40;
  color: #fff;
}

.hollow-button.red:hover {
  background-color: transparent;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #f8c740;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.section-heading.centered.featuredwhite {
  margin-top: 27px;
  color: #fff;
}

.section-heading.centered.post {
  color: #000;
}

.section-heading.centered.music {
  color: #000;
}

.section-heading.centered.techdetails {
  margin-bottom: -16px;
  color: #000;
}

.section-heading.centered.sounds {
  color: #000;
}

.section-subheading.center {
  font-family: 'Droid Sans', sans-serif;
  color: hsla(0, 0%, 45%, .74);
  font-size: 19px;
  line-height: 30px;
  text-align: center;
}

.section-subheading.center.music {
  color: rgba(0, 0, 0, .57);
}

.section-subheading.center.audiopost {
  color: rgba(0, 0, 0, .46);
}

.section-subheading.center.contact {
  color: hsla(83, 52%, 61%, .72);
}

.section-subheading.center.about {
  color: #7b984e;
}

.section-title-group {
  margin-bottom: 62px;
}

.section-title-group.foot {
  margin-bottom: 34px;
}

.social-icon-link {
  padding: 3px;
  opacity: 0.66;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-link:hover {
  opacity: 1;
}

.social-icon-link.in {
  padding-right: 0px;
  padding-left: 2px;
}

.social-icon-link.insta {
  margin-left: 2px;
}

.footer {
  background-color: #2e80b6;
}

.footer-text {
  display: inline-block;
  margin-top: 1px;
  margin-right: 42px;
  margin-bottom: 2px;
  float: right;
  color: #000;
  font-size: 13px;
}

.hero-title-wrapper {
  position: relative;
  top: 40%;
  margin-top: -70px;
  margin-bottom: 155px;
  text-align: center;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 10000;
  overflow: hidden;
  width: 232px;
  background-color: #000;
  box-shadow: none;
}

.nav-link {
  display: block;
  padding: 20px 0px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #f8c740;
}

.nav-link.w--current {
  color: #3b99d9;
}

.nav-menu {
  margin-top: -20px;
  float: none;
}

.logo-link {
  display: block;
  margin-top: 21px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.social-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 16px;
  text-align: center;
}

.grid-fours {
  overflow: hidden;
  width: 25%;
  float: left;
  border: 1px none #000;
  background-color: #000;
}

.content {
  position: static;
  display: block;
  overflow: hidden;
}

.logo {
  display: block;
  width: 147px;
  margin: 23px auto -14px;
  padding-bottom: 0px;
  -webkit-transition: -webkit-transform 1433ms ease;
  transition: -webkit-transform 1433ms ease;
  transition: transform 1433ms ease;
  transition: transform 1433ms ease, -webkit-transform 1433ms ease;
}

.logo:hover {
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.sounds {
  color: #f8c740;
}

.slider {
  position: static;
  display: block;
  height: 88px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.slides {
  position: static;
  width: 25%;
  background-color: #fff;
}

.logoclient {
  display: block;
  margin-top: 21px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 11px;
  padding-left: 0px;
}

.logoclient.pbs {
  margin-top: 15px;
}

.mask {
  max-width: 100%;
  padding-top: 0px;
}

.clientcontainer {
  display: block;
  background-color: #fff;
}

.clientsection {
  padding-top: 0px;
  background-color: #fff;
  opacity: 0.97;
}

.thumbimg {
  padding-left: 0px;
  opacity: 0.81;
  -webkit-transition: box-shadow 500ms ease, opacity 500ms ease;
  transition: box-shadow 500ms ease, opacity 500ms ease;
  cursor: pointer;
}

.thumbimg:hover {
  box-shadow: none;
  opacity: 1;
}

.thumbtext {
  position: absolute;
  z-index: 0;
  display: none;
}

.dropbox {
  display: block;
  margin-top: -45px;
  margin-right: auto;
  margin-left: auto;
}

.servicepara {
  display: block;
  margin-top: 18px;
  margin-right: auto;
  margin-left: -22px;
  padding-top: 0px;
  float: none;
  line-height: 21px;
}

.servicepara.aupost {
  margin-top: 11px;
}

.iconservices {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.divservices {
  display: block;
  float: none;
  clear: none;
}

.videobkd {
  position: relative;
  overflow: hidden;
  height: 817px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .28));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .28));
  background-position: 0px 0px;
}

.featuredimg {
  position: static;
  z-index: 0;
  display: block;
  opacity: 0.8;
  -webkit-transition: opacity 1400ms ease;
  transition: opacity 1400ms ease;
  cursor: pointer;
}

.featuredimg:hover {
  opacity: 1;
}

.featuredlight {
  overflow: hidden;
}

.aboutcontainer {
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
}

.contactlink {
  margin-left: 8px;
  opacity: 0.81;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}

.contactlink:hover {
  opacity: 1;
}

.contactimg {
  display: inline-block;
  padding-bottom: 7px;
  opacity: 0.69;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  cursor: pointer;
}

.contactimg:hover {
  opacity: 1;
}

.contactcol1 {
  padding-left: 76px;
}

.linkcontact {
  width: 17px;
}

.colororange {
  color: #e2a62b;
}

.colorblue {
  color: #3b99d9;
}

.aboutlink {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  opacity: 0.96;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.embedsc {
  max-width: 340px;
}

.h3blue {
  color: #2e80b6;
}

.featuredcontainer {
  margin-bottom: 13px;
  padding-left: 27px;
}

.muttblue {
  font-family: Oswald, sans-serif;
  color: hsla(42, 94%, 70%, .91);
}

.soundsorange {
  position: relative;
  left: 8px;
  font-family: Oswald, sans-serif;
  color: hsla(0, 0%, 100%, .81);
}

.rowfeat {
  padding-bottom: 8px;
}

.featrow {
  margin-right: 0px;
  margin-bottom: 32px;
  margin-left: 0px;
}

.aboutpara {
  margin-top: -20px;
  margin-bottom: 17px;
  line-height: 22px;
  text-align: left;
}

.aboutgreen {
  color: #efc84a;
  font-size: 18px;
}

.bkdimg {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/Image for SC backdrop 2mbLowerQ.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/Image for SC backdrop 2mbLowerQ.jpg');
  background-position: 0px 0px, -241px -194px;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.techh3 {
  margin-top: 24px;
  margin-bottom: 21px;
}

.services {
  margin-left: -29px;
}

.rowabout {
  margin-bottom: 10px;
}

.aboutcol1 {
  padding-right: 0px;
  padding-left: 0px;
}

.aboutcol2 {
  padding-right: 0px;
  padding-left: 0px;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000006, 0.6000000000000006);
  -ms-transform: scale(0.6000000000000006, 0.6000000000000006);
  transform: scale(0.6000000000000006, 0.6000000000000006);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  body {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    background-color: #000;
  }
  .hamburger-button {
    padding: 6px 16px;
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #cf404d;
  }
  .brand-text {
    position: static;
    padding-left: 0px;
    float: none;
    font-size: 39px;
  }
  .section.featured {
    position: relative;
  }
  .section.contact {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .section.musicgall {
    background-color: #f8c740;
  }
  .hollow-button.white {
    float: right;
    text-align: center;
  }
  .section-heading.centered.featuredwhite {
    margin-top: 0px;
  }
  .section-heading.centered.techdetails.client {
    margin-top: 25px;
  }
  .section-heading.centered.about {
    margin-top: 21px;
  }
  .section-title-group.musictitle {
    margin-top: -19px;
    margin-bottom: 40px;
  }
  .social-icon-link.insta {
    margin-left: 2px;
  }
  .footer {
    background-color: #2e80b6;
  }
  .footer-text {
    margin-top: 7px;
    margin-right: 50px;
  }
  .hero-title-wrapper {
    top: 40%;
  }
  .left-navigation {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    overflow: visible;
    width: 100%;
    float: none;
    background-color: rgba(0, 0, 0, .83);
  }
  .nav-link {
    padding-left: 13px;
    text-align: left;
  }
  .nav-menu {
    margin-top: 0px;
    background-color: #49647b;
  }
  .logo-link {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
  .logo-link.w--current {
    display: block;
  }
  .social-footer {
    position: absolute;
    display: inline-block;
  }
  .social-footer.devices {
    position: static;
    display: block;
    margin-bottom: 0px;
    margin-left: 37px;
    float: left;
  }
  .content {
    display: block;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
  }
  .logo {
    display: none;
    width: 43px;
    margin: 6px 28px 15px 65px;
    padding-top: 0px;
    padding-left: 0px;
    float: left;
  }
  .logoclient {
    margin-top: 21px;
  }
  .logoclient.pbs {
    margin-top: 17px;
  }
  .servicepara {
    margin-left: 2px;
    padding-left: 0px;
  }
  .videobkd {
    overflow: hidden;
    height: 535px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .59), rgba(0, 0, 0, .59)), url('../images/Image for SC backdrop 2mbLowerQ.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .59), rgba(0, 0, 0, .59)), url('../images/Image for SC backdrop 2mbLowerQ.jpg');
    background-position: 0px 0px, 50% 36%;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .contactcol1 {
    padding-left: 18px;
  }
  .aboutlink {
    margin-left: 14px;
  }
  .featuredcontainer {
    padding-left: 15px;
  }
  .soundsorange {
    padding-left: 20px;
  }
  .featrow {
    padding-left: 0px;
  }
  .aboutpara {
    text-align: left;
  }
  .contactul {
    padding-left: 0px;
  }
  .bkdimg {
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
  }
  .hamicon {
    font-size: 46px;
  }
  .services {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }
  .brand-text {
    margin-left: 0px;
    float: none;
    font-size: 36px;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section.about {
    padding-bottom: 34px;
  }
  .section.contact {
    margin-top: 0px;
  }
  .call-to-action-heading {
    margin-bottom: 13px;
    font-size: 23px;
    text-align: left;
  }
  .align-right {
    text-align: center;
  }
  .hero-heading {
    font-size: 37px;
  }
  .hollow-button.white {
    padding-right: 6px;
    padding-left: 6px;
  }
  .section-subheading.center.about {
    color: #89aa56;
  }
  .section-title-group.musictitle {
    margin-top: 0px;
    margin-bottom: -3px;
  }
  .footer {
    position: static;
  }
  .footer-text {
    margin-top: 11px;
  }
  .hero-title-wrapper {
    top: 35%;
    margin-top: -46px;
  }
  .logo-link.w--current {
    position: static;
  }
  .social-footer.devices {
    margin-left: 21px;
  }
  .grid-fours {
    width: 33.333%;
  }
  .logo {
    margin-right: 5px;
  }
  .slider {
    height: 82px;
  }
  .slides {
    width: 33.33%;
  }
  .logoclient {
    margin-top: 14px;
  }
  .logoclient.pbs {
    margin-top: 9px;
  }
  .servicepara {
    margin-left: 0px;
  }
  .iconservices {
    width: 70px;
  }
  .videobkd {
    display: block;
    height: 386px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Image for SC backdrop 2mbLowerQ.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Image for SC backdrop 2mbLowerQ.jpg');
    background-position: 0px 0px, 34% 25%;
    background-size: auto, 1758px;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .featuredimg {
    margin-bottom: 16px;
  }
  .featuredlight {
    margin-bottom: 5px;
  }
  .contactlink {
    font-size: 15px;
  }
  .contactimg {
    padding-bottom: 2px;
  }
  .contactcol1 {
    padding-top: 15px;
  }
  .linkcontact {
    width: 15px;
  }
  .aboutlink {
    margin-left: 0px;
    float: none;
  }
  .embedsc {
    display: block;
    max-width: 491px;
    margin-right: auto;
    margin-left: auto;
  }
  .h3blue {
    display: block;
    margin-top: 44px;
    margin-bottom: 15px;
    padding-left: 0px;
    text-align: center;
  }
  .featuredcontainer {
    padding-left: 0px;
  }
  .muttblue {
    margin-right: 44%;
    float: none;
    text-align: right;
  }
  .soundsorange {
    position: static;
    margin-left: -33%;
    padding-left: 0px;
  }
  .rowfeat {
    text-align: left;
  }
  .aboutpara {
    text-align: left;
  }
  .contcol2 {
    padding-left: 0px;
  }
  .bkdimg {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/Image for SC backdrop 2mbLowerQ.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Image for SC backdrop 2mbLowerQ.jpg');
    background-position: 0px 0px, 50% 31%;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }
  .hamicon {
    font-size: 43px;
  }
  .services {
    margin-left: 0px;
  }
  .sccontainer {
    padding-right: 43px;
    padding-left: 43px;
  }
  .centervid {
    text-align: center;
  }
  .featdesc {
    margin-bottom: 23px;
  }
}

@media (max-width: 479px) {
  body {
    padding-right: 0px;
  }
  .hamburger-button {
    position: static;
    padding-right: 6px;
    padding-left: 6px;
  }
  .hamburger-button.w--open {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 6px;
    padding-left: 6px;
  }
  .brand-text {
    margin-top: -5px;
    margin-left: 0px;
    padding: 0px;
    font-size: 29px;
  }
  .section.about {
    padding-bottom: 20px;
  }
  .section.featured {
    padding-top: 73px;
  }
  .section.tech {
    padding-bottom: 48px;
  }
  .section.post {
    padding-top: 42px;
  }
  .section.contact {
    padding-top: 51px;
  }
  .section.contact.opaque {
    padding-bottom: 59px;
    background-color: #000;
  }
  .section.sounds {
    padding-top: 42px;
    padding-bottom: 47px;
  }
  .section.musicgall {
    padding-top: 35px;
    padding-bottom: 51px;
  }
  .call-to-action-heading {
    margin-bottom: 15px;
    font-size: 18px;
    text-align: center;
  }
  .align-right {
    position: relative;
  }
  .hero-heading {
    width: 314px;
    font-size: 1.4em;
  }
  .hollow-button.white {
    margin-top: 6px;
    float: none;
  }
  .section-heading.centered.techdetails {
    margin-top: 24px;
  }
  .section-heading.centered.techdetails.send {
    margin-top: -17px;
    margin-bottom: 25px;
    padding-bottom: 45px;
  }
  .section-heading.centered.techdetails.client {
    margin-bottom: -7px;
  }
  .section-heading.centered.about {
    margin-top: 20px;
  }
  .section-subheading.center.samples {
    margin-bottom: -13px;
  }
  .section-title-group {
    margin-bottom: 38px;
  }
  .section-title-group.foot {
    margin-bottom: 19px;
  }
  .section-title-group.musictitle {
    margin-bottom: 26px;
  }
  .footer-text {
    margin-top: 11px;
    margin-right: 24px;
  }
  .hero-title-wrapper {
    top: 28%;
  }
  .nav-menu {
    position: absolute;
    overflow: visible;
  }
  .social-footer.devices {
    margin-left: 5px;
  }
  .logo {
    width: 66px;
    margin-right: 0px;
    margin-left: 9px;
  }
  .slides {
    width: 50%;
    padding-right: 12px;
    padding-left: 12px;
  }
  .logoclient {
    margin-top: 17px;
  }
  .clientcontainer {
    margin-top: -7px;
  }
  .servicepara {
    margin-left: 0px;
    text-align: center;
  }
  .iconservices {
    width: 72px;
  }
  .videobkd {
    position: relative;
    height: 674px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Image for SC backdrop 2mbLowerQ.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Image for SC backdrop 2mbLowerQ.jpg');
    background-position: 0px 0px, 51% 29%;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .contactlink {
    font-size: 17px;
  }
  .contactimg {
    font-size: 17px;
  }
  .contactcol1 {
    padding-top: 5px;
    padding-left: 7%;
  }
  .linkcontact {
    width: 17px;
  }
  .aboutlink {
    float: none;
  }
  .h3blue {
    margin-top: 12px;
  }
  .h3blue.space {
    margin-top: 35px;
  }
  .featuredcontainer {
    padding-left: 0px;
  }
  .muttblue {
    margin-right: 26%;
    padding-right: 58px;
    font-size: 14px;
    line-height: 18px;
  }
  .soundsorange {
    margin-left: -52%;
    padding-left: 0px;
    font-size: 14px;
    line-height: 18px;
  }
  .aboutpara {
    text-align: center;
  }
  .contactul {
    display: block;
    padding-left: 49px;
  }
  .hamicon {
    font-size: 32px;
  }
  .aboutcol1 {
    margin-top: 8px;
  }
  .sccontainer {
    padding: 0px;
  }
}

