body {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #d76c3f;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

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

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
}

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

p {
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: 300;
}

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

.nav-menu {
  text-align: center;
}

.nav-link {
  padding: 26px 13px;
  font-family: Exo, sans-serif;
  color: #d76c3f;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  border-style: none none solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .98) rgba(0, 0, 0, .98) rgba(215, 108, 63, .69);
  color: #d76c3f;
}

.nav-link.w--current {
  color: #d76c3f;
  text-decoration: none;
}

.nav-link.logo {
  padding-top: 23px;
  padding-bottom: 23px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: hsla(0, 0%, 100%, .7);
  box-shadow: none;
}

.hero {
  height: 100vh;
  font-family: 'Varela Round', sans-serif;
  letter-spacing: -8px;
}

.hero-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  color: #fff;
  text-align: center;
}

.hero-heading {
  margin-top: 0px;
  color: #fff;
  font-size: 80px;
  line-height: 85px;
  font-weight: 400;
  text-transform: uppercase;
}

.hero-subtitle {
  color: hsla(0, 0%, 100%, .7);
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.subpage-background {
  margin-bottom: 0px;
  background-image: url('../images/Dot-pattern_3.png'), url('../images/blank-bkg.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: 2px, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  font-weight: 300;
}

.subpage-background.projects-bkg {
  background-image: url('../images/Dot-pattern_3.png'), url('../images/blank-bkg.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: 2px, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.subpage-background.about-bkg {
  background-image: url('../images/blank-bkg.jpg'), url('../images/Dot-pattern_3.png');
  background-position: 100% 100%, 0px 0px;
  background-size: cover, 2px;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
  font-family: Lato, sans-serif;
}

.subpage-background.catalogues-bgk {
  background-image: url('../images/Dot-pattern_3.png'), url('../images/DM-Vintage-Silver_AW.jpg');
  background-position: 0px 0px, 50% 81%;
  background-size: 2px, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.subpage-background.process-bkg {
  background-image: url('../images/Dot-pattern_3.png'), url('../images/550220_A12.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: 2px, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.subpage-background.contact-bkg {
  height: 100%;
  background-image: url('../images/Dot-pattern_3.png'), url('../images/LL-PEARL-RAY-Gold_AW.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: 2px, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.subpage-background.process {
  background-image: url('../images/Dot-pattern_3.png'), url('../images/Catalog-2017-EN-4.png');
  background-position: 0px 0px, 100% 100%;
  background-size: 2px, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-title {
  padding: 85px 2.5%;
  color: #fff;
  text-align: center;
}

.page-title {
  margin-top: 0px;
  margin-bottom: 50px;
  font-family: 'La Belle Aurore', sans-serif;
  font-size: 45px;
  line-height: 51px;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
}

.page-title.white {
  color: #fff;
}

.section {
  margin-bottom: 100px;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.bio-photo {
  margin-bottom: 45px;
}

.content {
  color: #fff;
}

.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
  color: #222;
  text-align: center;
}

.footer.homepage {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.footer-link {
  margin-right: 6px;
  margin-left: 6px;
  opacity: 0.82;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #222;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 0.76;
  color: #fff;
}

.social-link {
  width: 25px;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

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

.social-wrapper {
  margin-top: 5px;
}

.play-music {
  position: relative;
  width: 100%;
}

.circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .85);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.play-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: auto;
  height: auto;
  margin-left: 7px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 45px solid #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.track-listing-row {
  margin-bottom: 45px;
  padding-top: 20px;
  border-top: 1px solid hsla(0, 0%, 60%, .35);
}

.featured-track {
  margin-bottom: 75px;
  padding-bottom: 38px;
}

.track-listing-time {
  text-align: right;
}

.track-link {
  color: #fff;
  text-decoration: none;
}

.small-grey-text {
  display: block;
  margin-bottom: 5px;
  color: #999;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.small-grey-text.album {
  color: #efe866;
  font-size: 15px;
}

.tour-title {
  margin-bottom: 100px;
  text-align: center;
}

.rsvp-button {
  margin-right: 3px;
  padding: 5px 15px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
}

.rsvp-button:hover {
  border-color: #fff;
  color: #fff;
}

.tour-date-row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.photo-block {
  height: 250px;
  margin: 20px 10px;
}

.contact-h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 27px;
  line-height: 28px;
  font-weight: 300;
}

.contact-row {
  padding-top: 58px;
  padding-bottom: 58px;
  border-top: 1px solid hsla(0, 0%, 60%, .35);
  text-align: center;
}

.contact-link {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 5px;
  color: #fff;
  text-decoration: none;
}

.contact-link:hover {
  color: #fff;
}

.form {
  display: block;
  max-width: 550px;
  margin-top: 54px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.submit-button {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #fff;
  color: #333;
}

.submit-button.sign-up {
  position: relative;
  top: -5px;
  display: inline-block;
  margin-top: 0px;
}

.input-inline {
  display: inline-block;
  max-width: 414px;
  margin-right: 20px;
}

.album-art {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.logo {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fdfdfd;
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.brand-link {
  position: absolute;
  left: 30px;
  top: 20px;
  z-index: 1;
  padding-top: 0px;
  padding-bottom: 0px;
}

.brand-link.w--current {
  position: absolute;
  left: 30px;
  top: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  box-shadow: none;
}

.hero-container {
  margin-top: 29vh;
  text-align: center;
}

.button {
  padding: 11px 19px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.button.big {
  margin-right: 9px;
  margin-left: 9px;
  padding: 11px 26px;
  border-color: #f7c72a;
  -webkit-transition: border 200ms ease, color 200ms ease;
  transition: border 200ms ease, color 200ms ease;
  color: #f7c72a;
  font-size: 16px;
}

.button.big:hover {
  border-color: #fff;
  color: #fff;
}

.button.contact {
  padding-right: 29px;
  padding-left: 29px;
  background-color: rgba(248, 199, 41, .7);
  color: #fff;
  text-align: center;
}

.content-wrapper {
  min-height: 600px;
  margin-top: 100px;
  padding: 25px 20px 20px;
  border-radius: 14px;
  background-color: rgba(0, 0, 0, .54);
  box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, .45);
}

.footer-text {
  margin-top: 13px;
  color: #d76c3f;
}

.song-list-item {
  padding-top: 19px;
  padding-bottom: 19px;
  border-top: 1px solid hsla(0, 0%, 100%, .28);
  text-align: center;
}

.album-heading {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 23px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.album-columns {
  text-align: center;
}

.song-title {
  color: #f0e567;
}

.venue {
  font-weight: 500;
}

.venue-list-item {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid hsla(0, 0%, 100%, .3);
}

.photo-list {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 69px;
  margin-left: auto;
  text-align: center;
}

.photo {
  margin-bottom: 18px;
  border-radius: 5px;
  box-shadow: 0 1px 50px 0 rgba(0, 0, 0, .51);
}

.field {
  font-weight: 300;
}

.input {
  margin-bottom: 20px;
  border-style: none;
  background-color: hsla(0, 0%, 40%, .64);
  color: #fff;
}

.input:focus {
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .77);
}

.input.textarea {
  min-height: 110px;
}

.success {
  padding-top: 29px;
  background-color: rgba(30, 187, 0, .35);
}

.main {
  color: #d76c3f;
  letter-spacing: 0px;
}

.landing {
  width: 100%;
  height: 100vh;
  background-color: transparent;
}

.fadedarrows {
  display: none;
  color: hsla(0, 0%, 100%, .3);
}

.smain {
  background-color: transparent;
  background-image: url('../images/Dot-pattern_3.png');
  background-position: 0px 0px;
  background-size: 2px;
}

.smain._1 {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url('../images/Dot-pattern_3.png');
  background-position: 0px 0px;
  background-size: 2px;
}

.smain._2 {
  background-color: transparent;
  background-image: url('../images/Dot-pattern_3.png');
  background-position: 0px 0px;
  background-size: 2px;
}

.smain._3 {
  background-image: url('../images/Dot-pattern_3.png');
  background-position: 0px 0px;
  background-size: 2px;
}

.smain._4 {
  background-image: url('../images/Dot-pattern_3.png');
  background-position: 0px 0px;
  background-size: 2px;
}

.smain._5 {
  background-image: url('../images/Dot-pattern_3.png');
  background-position: 0px 0px;
  background-size: 2px;
}

.mask {
  background-color: transparent;
}

.txt1 {
  position: absolute;
  left: 10%;
  top: 15%;
  right: 0px;
  width: 100%;
  font-family: 'La Belle Aurore', sans-serif;
  font-size: 80px;
  letter-spacing: 0px;
}

.txt1.white {
  top: 25%;
  color: #fff;
  text-shadow: 1px 1px 6px #000;
}

.s2 {
  background-image: url('../images/samarbeidende-praksis-i-terapi-vid.1140x0.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.txt2 {
  position: absolute;
  left: 35%;
  top: 40%;
  width: 100%;
  font-family: 'La Belle Aurore', sans-serif;
  font-size: 80px;
  letter-spacing: 0px;
}

.txt2.white {
  top: 45%;
  color: #fff;
  text-shadow: 1px 1px 6px #000;
}

.txt3 {
  position: absolute;
  left: 50%;
  top: 60%;
  width: 100%;
  font-family: 'La Belle Aurore', sans-serif;
  font-size: 80px;
  letter-spacing: 0px;
  text-shadow: 1px 1px 6px transparent;
}

.txt3.white {
  top: 65%;
  color: #fff;
  text-shadow: 1px 1px 6px transparent, 1px 1px 6px #000;
}

.maintxt {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.bkgvid {
  position: absolute;
  left: 0px;
  top: 20px;
  right: 0px;
  width: 100%;
  height: 100%;
  margin-top: 50px;
     background-image: url('../images/Dot-pattern_3.png'), -webkit-linear-gradient(90deg, #000 13%, rgba(0, 0, 0, .78) 27%, hsla(0, 0%, 100%, 0));
  background-image: url('../images/Dot-pattern_3.png'), linear-gradient(0deg, #000 13%, rgba(0, 0, 0, .78) 27%, hsla(0, 0%, 100%, 0));
}

.bkgvid.padded {
  padding-left: 50px;
}

.projects-gallery {
  width: 150px;
  border-style: solid;
  border-width: 5px;
  border-color: hsla(0, 0%, 100%, .37);
}

.leftrowprj {
  text-align: center;
}

.prjrows {
  margin-bottom: 10px;
}

.process-numbers {
  position: relative;
  left: 0px;
  top: -119px;
  right: 0px;
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: hsla(0, 0%, 100%, .3);
  font-size: 120px;
}

.process-par {
  padding-left: 30px;
}

.process-bars {
  margin-bottom: 10px;
}

.puralux-mapembed {
  background-color: transparent;
}

.cta {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
}

.slmaterials {
  width: 100%;
  height: 800px;
  margin-bottom: 20px;
  background-color: transparent;
}

.mt1 {
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/PL-3D-H-10-30-Pearl-White-PF-Golde_D.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.ml2 {
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/PL-3D-ROSES-Pearl-White-PF-Gold_D.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.ml3 {
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/SL-ALISE-Vintage-Copper_GP.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.ml4 {
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/TL-LINEA-104x62-Silent-Gold_D.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.ml5 {
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/PL-3D-Q-10-40-40-Smoke-PF-touch-1-Silver-matt_GP.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ml6 {
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/SL-DAKOTA-Smoke_D.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ml7 {
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/SG-LACE-Black-Platin_AW.jpg');
  background-position: 50% 50%;
  background-size: 1476px;
  background-repeat: no-repeat;
}

.ml8 {
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/SG-White-AR_AW.jpg');
  background-position: 50% 50%;
  background-size: 1476px;
  background-repeat: no-repeat;
}

.ml9 {
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/LL-OXY-Steel_AW.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ml10 {
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/DM-Makassar-touch1_AW.jpg');
  background-position: 50% 50%;
  background-size: 886px;
  background-repeat: no-repeat;
}

.catalogue {
  display: block;
  width: 90%;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, .58);
  text-align: center;
}

.prdimg {
  width: auto;
  height: auto;
  max-height: 200px;
  max-width: 120px;
}

.littletitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.divabout {
  width: 50%;
  margin-top: 30px;
  margin-left: 30px;
}

.divabout.right {
  position: static;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 70%;
  text-align: left;
}

.aboutrtxt {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 26px;
  font-weight: 100;
}

.aboutrtxt.small {
  font-size: 14px;
}

.abouthead {
  font-family: 'Open Sans', sans-serif;
  font-size: 50px;
  font-weight: 100;
}

.orange {
  color: #d76c3f;
}

.socicons {
  color: #000;
}

.processcontainer {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin-top: 140px;
}

.processimg {
  position: relative;
  height: 935px;
  margin-bottom: 30px;
  padding-left: 30px;
}

.maincont {
  margin-top: 193px;
}

.contatcform {
  text-align: center;
}

html.w-mod-js *[data-ix="fadein1"] {
  opacity: 0;
  -webkit-transform: translate(-1000px, 0px);
  -ms-transform: translate(-1000px, 0px);
  transform: translate(-1000px, 0px);
}

html.w-mod-js *[data-ix="fadein-2"] {
  opacity: 0;
  -webkit-transform: translate(-1000px, 0px);
  -ms-transform: translate(-1000px, 0px);
  transform: translate(-1000px, 0px);
}

@media (max-width: 991px) {
  .nav-menu {
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid #000;
    background-color: #fff;
    font-weight: 400;
  }
  .nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(215, 108, 63, .17);
    font-family: Lato, sans-serif;
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    text-align: center;
  }
  .menu-button {
    padding: 20px 0px 20px 20px;
    color: #d76c3f;
    font-size: 25px;
    line-height: 22px;
  }
  .menu-button:hover {
    color: #d76c3f;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #fff;
  }
  .menu-text {
    margin-right: 3px;
    padding: 2px;
    float: left;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .menu-text:hover {
    color: #d76c3f;
  }
  .menu-icon {
    float: left;
  }
  .smain {
    background-color: #fff;
    background-image: url('../images/Dot-pattern_3.png'), url('../images/Capture-d’écran-2016-10-24-à-22.53.54.png');
    background-position: 0px 0px, 100% 100%;
    background-size: 2px, 395px;
    background-repeat: repeat, no-repeat;
  }
  .smain._1 {
    background-color: #fff;
    background-image: url('../images/Dot-pattern_3.png'), url('../images/samarbeidende-praksis-i-terapi-vid.1140x0.jpg');
    background-position: 0px 0px, 100% 100%;
    background-size: 2px, cover;
    background-repeat: repeat, no-repeat;
  }
  .smain._2 {
    background-color: #fff;
    background-image: url('../images/Dot-pattern_3.png'), url('../images/3800214205782.jpg');
    background-position: 0px 0px, 100% 0px;
    background-size: 2px, 400px;
    background-repeat: repeat, no-repeat;
  }
  .smain._3 {
    background-image: url('../images/Dot-pattern_3.png'), url('../images/550220_A4.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: 2px, cover;
    background-repeat: repeat, no-repeat;
  }
  .smain._4 {
    background-image: url('../images/Dot-pattern_3.png'), url('../images/550225_A6.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: 2px, cover;
    background-repeat: repeat, no-repeat;
  }
  .smain._5 {
    background-image: url('../images/Dot-pattern_3.png'), url('../images/550225_A5.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: 2px, cover;
    background-repeat: repeat, no-repeat;
  }
  .bkgvid {
    display: none;
  }
  .processimg {
    height: 638px;
  }
}

@media (max-width: 767px) {
  .hero-heading {
    font-size: 61px;
  }
  .footer {
    padding-right: 14px;
    padding-left: 14px;
  }
  .rsvp-button {
    margin-top: 15px;
  }
  .tour-date-row {
    text-align: center;
  }
  .contact-link {
    margin-bottom: 30px;
  }
  .submit-button.sign-up {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .input-inline {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .menu-button {
    margin-right: 7px;
  }
  .album-list {
    margin-bottom: 60px;
  }
  .venue {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .venue-list-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media (max-width: 479px) {
  .hero-heading {
    font-size: 39px;
    line-height: 52px;
  }
  .contact-row {
    padding-bottom: 16px;
  }
  .hero-container {
    padding-right: 13px;
    padding-left: 13px;
  }
  .button.big {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
  }
  .txt1.white {
    font-size: 60px;
  }
  .txt2.white {
    font-size: 60px;
  }
  .txt3.white {
    font-size: 60px;
  }
  .process-numbers {
    top: -249px;
  }
}

