/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */
/* line 1, app/assets/stylesheets/a.css.scss */
a {
  text-decoration: none;
  font-weight: bold;
}

/* line 4, app/assets/stylesheets/a.css.scss */
a,
a:active {
  color: #333;
}

/* line 7, app/assets/stylesheets/a.css.scss */
a:hover {
  color: #555;
}
@font-face {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Avenir LT Std 65 Medium/AvenirLTStd-Medium.otf");
}

@font-face {
  font-family: "Avenir";
  font-style: lighter;
  font-weight: 100;
  src: url("/fonts/Avenir LT Std 35 Light/AvenirLTStd-Light.otf");
}

@font-face {
  font-family: "Avenir";
  font-style: bolder;
  font-weight: 800;
  src: url("/fonts/Avenir LT Std 85 Heavy/AvenirLTStd-Heavy.otf");
}
/* line 3, app/assets/stylesheets/footer.css.scss */
.footer {
  text-align: right;
  background-color: black;
  color: white;
  min-height: 200px;
  text-align: left;
  height: auto !important;
}

/* line 11, app/assets/stylesheets/footer.css.scss */
.footer .footer_inner {
  text-align: right;
  padding: 2em;
}
/* line 4, app/assets/stylesheets/form.css.scss */
textarea,
input[type="text"],
select {
  padding: 0.5em 1em;
  background-color: white;
  border: solid 1px #ccc;
  font-family: "Avenir", "EB Garamond", "Futura-Light", "EB Garamond",
    "Times New Roman", serif;
  font-size: 1.1em;
  width: calc(100% - 2em);
  resize: vertical;
}

/* line 13, app/assets/stylesheets/form.css.scss */
textarea {
  height: 6em;
}

/* line 16, app/assets/stylesheets/form.css.scss */
button {
  padding: 0.5em 1em;
  border-radius: 0.25em;
  font-size: 1.2em;
  border: none;
  font-family: "Avenir", "EB Garamond", "Futura-Light", "EB Garamond",
    "Times New Roman", serif;
  cursor: pointer;
}

/* line 24, app/assets/stylesheets/form.css.scss */
button.green {
  color: white;
  background-color: #56cc1a;
}

/* line 28, app/assets/stylesheets/form.css.scss */
button.black {
  color: white;
  background-color: black;
}

/* line 32, app/assets/stylesheets/form.css.scss */
button.white {
  color: black;
  background-color: white;
}

/* line 36, app/assets/stylesheets/form.css.scss */
button.gold {
  color: white;
  background-color: #f9aa1b;
}

/* line 41, app/assets/stylesheets/form.css.scss */
button.disabled,
button:disabled {
  cursor: auto !important;
  background-color: #dddddd !important;
}

/* line 46, app/assets/stylesheets/form.css.scss */
.halfinput {
  display: flex;
}

/* line 48, app/assets/stylesheets/form.css.scss */
.halfinput .sub {
  width: 50%;
}

/* line 50, app/assets/stylesheets/form.css.scss */
.halfinput .sub .descr {
  font-size: 0.8em;
}

/* line 54, app/assets/stylesheets/form.css.scss */
.halfinput .sub:first-child {
  margin-right: 1em;
}

/* line 59, app/assets/stylesheets/form.css.scss */
.formgroup {
  display: flex;
  margin: 0.5em 0;
}

/* line 64, app/assets/stylesheets/form.css.scss */
.opt_sel {
  padding: 1em;
  margin: 0 0 0.5em 0;
  color: black;
  background-color: #e8e8e8;
  border-radius: 0.5em;
  cursor: pointer;
}

/* line 71, app/assets/stylesheets/form.css.scss */
.opt_sel.active {
  background-color: #30d058;
  color: white;
}
/* line 5, app/assets/stylesheets/gallery2.css.scss */
.gallery2_cnt {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 1em;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 16, app/assets/stylesheets/gallery2.css.scss */
.gallery2_cnt .imgw {
  flex: 0 0 auto;
  height: 160px;
  min-width: 140px;
  margin: 0.5em;
  text-align: center;
  font-weight: normal;
  font-size: 0.8em;
}

/* line 24, app/assets/stylesheets/gallery2.css.scss */
.gallery2_cnt .imgw:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 27, app/assets/stylesheets/gallery2.css.scss */
.gallery2_cnt .imgw img {
  height: 160px;
}

@media only screen and (max-width: 600px) {
  /* line 5, app/assets/stylesheets/gallery2.css.scss */
  .gallery2_cnt {
    padding: 0.25em;
  }
  /* line 33, app/assets/stylesheets/gallery2.css.scss */
  .gallery2_cnt .imgw {
    height: 120px !important;
    padding: 1%;
  }
  /* line 36, app/assets/stylesheets/gallery2.css.scss */
  .gallery2_cnt .imgw img {
    height: 120px !important;
  }
}
/* line 3, app/assets/stylesheets/header.css.scss */
header {
  width: 95%;
  padding: 1em 2.5% 0;
}

@media only screen and (min-width: 550px) {
  /* line 3, app/assets/stylesheets/header.css.scss */
  header {
    display: flex;
  }
}

/* line 9, app/assets/stylesheets/header.css.scss */
header a {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #333;
}

/* line 13, app/assets/stylesheets/header.css.scss */
.title_cnt {
  padding: 0.4em 0;
}

@media only screen and (min-width: 550px) {
  /* line 13, app/assets/stylesheets/header.css.scss */
  .title_cnt {
    width: 280px;
    flex-basis: 40%;
  }
}

/* line 20, app/assets/stylesheets/header.css.scss */
.title_cnt .title {
  text-transform: uppercase;
}

/* line 23, app/assets/stylesheets/header.css.scss */
.title_cnt .subtitle {
  font-family: "Avenir", "EB Garamond", "Futura-Light", "EB Garamond",
    "Times New Roman", serif;
  font-size: 0.85em;
}

/* line 27, app/assets/stylesheets/header.css.scss */
.title_cnt a {
  font-size: 2em;
  font-weight: 700;
}

/* line 33, app/assets/stylesheets/header.css.scss */
.social_cnt {
  display: flex;
  padding-left: 0.5em;
}

/* line 36, app/assets/stylesheets/header.css.scss */
.social_cnt .ftlink {
  display: inline-block;
  font-size: 1em;
}

/* line 39, app/assets/stylesheets/header.css.scss */
.social_cnt .ftlink a {
  display: inline-block;
  padding: 0.35em 1em;
  color: #555;
}

/* line 49, app/assets/stylesheets/header.css.scss */
.menu_cnt {
  text-align: right;
  text-transform: lowercase;
}

@media only screen and (min-width: 550px) {
  /* line 49, app/assets/stylesheets/header.css.scss */
  .menu_cnt {
    width: 90%;
    flex-basis: 70%;
  }
}

/* line 57, app/assets/stylesheets/header.css.scss */
.menu_cnt a {
  display: inline-block;
  padding: 0.35em 1.1em;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 62, app/assets/stylesheets/header.css.scss */
.menu_cnt a.active {
  box-shadow: #bbb 0 1px 0px;
  color: black;
}

/* line 72, app/assets/stylesheets/header.css.scss */
.menu_cnt ul {
  list-style: none;
  position: relative;
  float: right;
  margin: 0;
  padding: 0;
}

/* line 78, app/assets/stylesheets/header.css.scss */
.menu_cnt ul a {
  display: block;
  font-weight: 300;
  font-size: 0.86rem;
  color: #444;
  font-family: "Futura-Book";
}

/* line 86, app/assets/stylesheets/header.css.scss */
.menu_cnt ul > li > a {
  text-transform: uppercase;
}

/* line 89, app/assets/stylesheets/header.css.scss */
.menu_cnt ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

/* line 94, app/assets/stylesheets/header.css.scss */
.menu_cnt ul li:hover {
  background: #f6f6f6;
}

/* line 96, app/assets/stylesheets/header.css.scss */
.menu_cnt ul li:hover > ul {
  display: block;
}

/* line 101, app/assets/stylesheets/header.css.scss */
.menu_cnt ul li.current-menu-item {
  background: #ddd;
}

/* line 104, app/assets/stylesheets/header.css.scss */
.menu_cnt ul ul {
  font-size: 0.8em;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: black;
  color: white;
  padding: 0;
  z-index: 5;
}

/* line 114, app/assets/stylesheets/header.css.scss */
.menu_cnt ul ul li {
  float: none;
  width: 200px;
}

/* line 117, app/assets/stylesheets/header.css.scss */
.menu_cnt ul ul li:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 121, app/assets/stylesheets/header.css.scss */
.menu_cnt ul ul a {
  padding: 0.5em 1em;
  color: white;
  text-align: left;
  cursor: pointer;
  text-transform: lowercase;
}

/* line 128, app/assets/stylesheets/header.css.scss */
.menu_cnt ul ul ul {
  top: 0;
  left: 100%;
}

@media only screen and (max-width: 600px) {
  /* line 137, app/assets/stylesheets/header.css.scss */
  .menu_cnt .menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  /* line 143, app/assets/stylesheets/header.css.scss */
  .social_cnt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  /* line 150, app/assets/stylesheets/header.css.scss */
  .title_cnt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
/* line 1, app/assets/stylesheets/home.css.scss */
.home_wrapper {
  background-color: black;
}

/* line 3, app/assets/stylesheets/home.css.scss */
.home_wrapper .home_pg {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

@media only screen and (max-width: 699px) {
  /* line 3, app/assets/stylesheets/home.css.scss */
  .home_wrapper .home_pg {
    padding: 1em 0.5em;
    width: calc(100% - 1em);
  }
}

@media only screen and (min-width: 700px) {
  /* line 14, app/assets/stylesheets/home.css.scss */
  .home_wrapper .home_pg:not(.perf_list),
  .home_wrapper .home_pg:not(.footer),
  .home_wrapper .home_pg:not(.misc) {
    margin-bottom: 1vh;
    height: 99vh;
  }
  /* line 18, app/assets/stylesheets/home.css.scss */
  .home_wrapper .home_pg.perf_list,
  .home_wrapper .home_pg.misc {
    margin: 0;
    height: 100vh;
  }
  /* line 22, app/assets/stylesheets/home.css.scss */
  .home_wrapper .home_pg.footer {
    margin: 0;
  }
}

/* line 27, app/assets/stylesheets/home.css.scss */
.home_wrapper .home_pg.intro {
  background-image: url("/img/sm/02.jpg");
  height: auto !important;
  min-height: 99vh !important;
}

@media only screen and (min-width: 700px) {
  /* line 27, app/assets/stylesheets/home.css.scss */
  .home_wrapper .home_pg.intro {
    background-position: left center;
  }
}

/* line 35, app/assets/stylesheets/home.css.scss */
.home_wrapper .home_pg.video {
  background-color: black;
}

/* line 39, app/assets/stylesheets/home.css.scss */
.home_wrapper .home_pg.slides {
  background-color: black;
  height: auto !important;
}

/* line 43, app/assets/stylesheets/home.css.scss */
.home_wrapper .home_pg.misc {
  background-image: url("/img/sm/04a.jpg");
}

/* line 46, app/assets/stylesheets/home.css.scss */
.home_wrapper .home_pg.perf_pics {
  background-image: url("/img/sm/04f.jpg");
}

/* line 49, app/assets/stylesheets/home.css.scss */
.home_wrapper .home_pg.perf_list {
  background-image: url("/img/sm/Tony Swept Away.jpg");
  height: auto !important;
}
/* line 1, app/assets/stylesheets/iframe.css.scss */
.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}

/* 16x9 Aspect Ratio */
/* line 8, app/assets/stylesheets/iframe.css.scss */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
/* line 13, app/assets/stylesheets/iframe.css.scss */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}

/* line 17, app/assets/stylesheets/iframe.css.scss */
.intrinsic-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 3, app/assets/stylesheets/intro.css.scss */
.intro_overlay {
  padding: 1em 2em;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  color: white;
  font-size: 0.9em;
  overflow-y: auto;
}

@media only screen and (max-width: 699px) {
  /* line 3, app/assets/stylesheets/intro.css.scss */
  .intro_overlay {
    line-height: 1.2em;
    text-align: left;
  }
}

@media only screen and (min-width: 700px) {
  /* line 3, app/assets/stylesheets/intro.css.scss */
  .intro_overlay {
    margin: 0 2em;
    padding: 2em;
    max-width: 600px;
    font-size: 1.1em;
    max-width: 500px;
    bottom: 2%;
    display: flex;
    flex-wrap: wrap;
  }
}

/* line 28, app/assets/stylesheets/intro.css.scss */
.intro_overlay .intro_text {
  font-size: 0.9em;
}
/* line 1, app/assets/stylesheets/lightbox.css.scss */
.lb-data .lb-close {
  width: 20px !important;
  height: 20px !important;
  background-size: cover !important;
}

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond");
/* line 21, app/assets/stylesheets/main.css.scss */
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Avenir", "EB Garamond", "Futura-Light", "EB Garamond",
    "Times New Roman", serif;
  color: #505050;
  line-height: 1.8em;
  color: white;
}

/* line 26, app/assets/stylesheets/main.css.scss */
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  display: none;
}

/* line 30, app/assets/stylesheets/main.css.scss */
body {
  background-color: black;
  font-weight: 300;
}

/* line 33, app/assets/stylesheets/main.css.scss */
body.no_scroll {
  overflow: hidden;
}

/* line 38, app/assets/stylesheets/main.css.scss */
.body_cnt {
  padding: 0;
}

/* line 42, app/assets/stylesheets/main.css.scss */
.pagew {
  max-width: 1080px;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  /* line 48, app/assets/stylesheets/main.css.scss */
  body {
    text-align: center;
  }
}

/* line 54, app/assets/stylesheets/main.css.scss */
hr {
  width: 90%;
  border-top: 0px;
  border-bottom: solid 1px #f0f0f0;
}

/* line 59, app/assets/stylesheets/main.css.scss */
.strong {
  font-weight: 700;
}

/* line 63, app/assets/stylesheets/main.css.scss */
.tal {
  text-align: left;
}

/* line 64, app/assets/stylesheets/main.css.scss */
.tac {
  text-align: center;
}

/* line 65, app/assets/stylesheets/main.css.scss */
.tar {
  text-align: right;
}

/* line 67, app/assets/stylesheets/main.css.scss */
.m05 {
  margin: 0.5em;
}

/* line 71, app/assets/stylesheets/main.css.scss */
.fr {
  float: right;
}

/* line 75, app/assets/stylesheets/main.css.scss */
.fl {
  float: left;
}

/* line 79, app/assets/stylesheets/main.css.scss */
.cp {
  cursor: pointer;
}
@media only screen and (min-width: 700px) {
  /* line 3, app/assets/stylesheets/misc.css.scss */
  .home_pg.misc {
    display: flex;
    justify-content: center;
  }
}

/* line 9, app/assets/stylesheets/misc.css.scss */
.home_pg.misc > div {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
}

@media only screen and (min-width: 700px) {
  /* line 9, app/assets/stylesheets/misc.css.scss */
  .home_pg.misc > div {
    padding: 1em;
    margin: 1em;
  }
}

@media only screen and (max-width: 699px) {
  /* line 9, app/assets/stylesheets/misc.css.scss */
  .home_pg.misc > div {
    padding: 0.25em;
    margin: 0.25em;
  }
}

@media only screen and (min-width: 700px) {
  /* line 22, app/assets/stylesheets/misc.css.scss */
  .home_pg.misc .testimonials {
    display: flex;
  }
  /* line 25, app/assets/stylesheets/misc.css.scss */
  .home_pg.misc .testimonials > div {
    width: 46%;
    margin: 2%;
  }
}

/* line 30, app/assets/stylesheets/misc.css.scss */
.home_pg.misc .testimonials .right img {
  max-width: 100%;
}

/* line 34, app/assets/stylesheets/misc.css.scss */
.home_pg.misc .the_goods {
  min-width: 20%;
}
/* line 3, app/assets/stylesheets/modal.css.scss */
.modal_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 15, app/assets/stylesheets/modal.css.scss */
.modal {
  background-color: white;
  color: black;
  padding: 1em 2em;
  max-height: 90%;
  overflow-y: auto;
}
/* line 1, app/assets/stylesheets/order.css.scss */
.order_wrapper {
  font-size: 0.9rem;
  max-width: 500px;
}

/* line 4, app/assets/stylesheets/order.css.scss */
.order_wrapper .opt_sel .formgroup {
  margin: 0;
}

/* line 6, app/assets/stylesheets/order.css.scss */
.order_wrapper .opt_sel .formgroup .extra_scores {
  flex-basis: 70%;
}

/* line 9, app/assets/stylesheets/order.css.scss */
.order_wrapper .opt_sel .formgroup .subtotal {
  flex-basis: 30%;
}

/* line 13, app/assets/stylesheets/order.css.scss */
.order_wrapper .opt_sel input[type="number"] {
  max-width: 60px;
  padding: 0.25em;
}

/* line 19, app/assets/stylesheets/order.css.scss */
.order_success {
  padding: 0.5em 0;
  font-size: 2em;
  line-height: 1.5em;
  text-align: center;
}

/* line 24, app/assets/stylesheets/order.css.scss */
.order_success .checkwrap {
  border-radius: 5em;
  border: solid 1px #e0e0e0;
  padding: 0.25em;
  width: 2em;
  height: 2em;
  margin: 0.25em auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 37, app/assets/stylesheets/order.css.scss */
.green {
  color: #77ef78;
}

/* line 41, app/assets/stylesheets/order.css.scss */
.error {
  color: #b30000;
  font-weight: bold;
}

/* line 44, app/assets/stylesheets/order.css.scss */
.error ul {
  list-style-type: none;
  padding: 0;
}

/* line 47, app/assets/stylesheets/order.css.scss */
.error ul li {
  padding: 0.25em 1em;
  border: solid 1px #b3000040;
}

/* line 51, app/assets/stylesheets/order.css.scss */
.error ul li:not(:first-child) {
  margin-top: 0.25em;
}
/* line 3, app/assets/stylesheets/perfs.css.scss */
.perf_list {
  background-color: white;
}

/* line 8, app/assets/stylesheets/perfs.css.scss */
.perfh {
  padding-top: 0.5em;
  text-align: left !important;
}

@media only screen and (max-width: 699px) {
  /* line 8, app/assets/stylesheets/perfs.css.scss */
  .perfh {
    padding: 0.5em 1em;
  }
}

/* line 15, app/assets/stylesheets/perfs.css.scss */
.perfs_wrapper {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  color: black;
}

@media only screen and (max-width: 699px) {
  /* line 15, app/assets/stylesheets/perfs.css.scss */
  .perfs_wrapper {
    padding: 0em;
  }
}

@media only screen and (min-width: 700px) {
  /* line 15, app/assets/stylesheets/perfs.css.scss */
  .perfs_wrapper {
    padding: 2em 0;
  }
}

/* line 26, app/assets/stylesheets/perfs.css.scss */
.perfs_wrapper p.perf_title {
  margin-bottom: 0;
  margin-top: 1em;
}

/* line 30, app/assets/stylesheets/perfs.css.scss */
.perfs_wrapper .perf {
  width: calc(100% - 2em);
  background-color: black;
  color: white;
  margin: 1em 0 2em;
  padding: 1em;
}

/* line 35, app/assets/stylesheets/perfs.css.scss */
.perfs_wrapper .perf .pdates {
  display: block;
}

@media only screen and (max-width: 699px) {
  /* line 30, app/assets/stylesheets/perfs.css.scss */
  .perfs_wrapper .perf {
    text-align: left;
  }
}

@media only screen and (max-width: 699px) {
  /* line 43, app/assets/stylesheets/perfs.css.scss */
  .home_wrapper .home_pg.perf_list {
    padding: 0 !important;
    width: 100%;
  }
}
/* line 1, app/assets/stylesheets/slides.css.scss */
.slides_wrapper {
  width: 100%;
}
.slides_wrapper .slide {
  width: 100%;
  /*height: 100vh;*/
}

/* line 4, app/assets/stylesheets/slides.css.scss */
.slides_wrapper img {
  width: 100%;
}

/* line 7, app/assets/stylesheets/slides.css.scss */
.slides_wrapper .img8wrap {
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: block;
}

/* line 16, app/assets/stylesheets/slides.css.scss */
.slides_wrapper .btnwrap {
  position: absolute;
  top: 2em;
  left: 2em;
  text-align: left;
}

/*.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
}*/
/* line 3, app/assets/stylesheets/video.css.scss */
.video_wrapper {
  width: calc(100% - 16vh);
  padding: 8vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

/* line 10, app/assets/stylesheets/video.css.scss */
.video_wrapper iframe {
  border: solid 4px black;
}

/* line 13, app/assets/stylesheets/video.css.scss */
.video_wrapper .video_wrapper_inner {
  width: 100%;
  height: 100%;
  padding: 3em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

/* line 23, app/assets/stylesheets/video.css.scss */
.video_wrapper .video_wrapper_inner .intrinsic-container {
  width: 100%;
}

@media only screen and (max-width: 699px) {
  /* line 3, app/assets/stylesheets/video.css.scss */
  .video_wrapper {
    width: 100%;
    padding: 0;
  }
  /* line 33, app/assets/stylesheets/video.css.scss */
  .video_wrapper .video_wrapper_inner {
    padding: 0.25em;
  }
}

@media only screen and (min-width: 700px) {
  /* line 3, app/assets/stylesheets/video.css.scss */
  .video_wrapper {
    height: calc(100vh - 16vh - 1vh);
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
