@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(Montserrat_Bold.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* line 11, /apps/mweb/app/assets/stylesheets/mweb.scss */
body {
  width: 100%;
  height: 100%;
  font-family: 'Lato',sans-serif;
  font-weight: 300;
  color: #666;
  background-color: #fff;
  margin: 0;
}

/* line 21, /apps/mweb/app/assets/stylesheets/mweb.scss */
html {
  width: 100%;
  height: 100%;
}

/* line 26, /apps/mweb/app/assets/stylesheets/mweb.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 30px;
  text-transform: uppercase;
  font-family: Montserrat,sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

/* line 33, /apps/mweb/app/assets/stylesheets/mweb.scss */
.intro {
  width: 100%;
  position: relative;
  background: url(bg.jpg) no-repeat top center;
  height: 100%;
  background-size: 100% 100%;
}

/* line 40, /apps/mweb/app/assets/stylesheets/mweb.scss */
.intro .slogan {
  text-align: center;
  padding-top: 23%;
}

/* line 44, /apps/mweb/app/assets/stylesheets/mweb.scss */
.intro .slogan h2 {
  color: #FFF;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-transform: uppercase;
  border-width: 0px;
  border-color: #000;
  border-style: none;
  text-shadow: -1px 0 1px #000;
}

/* Media queries */
@media (max-width: 600px) {
  /* line 61, /apps/mweb/app/assets/stylesheets/mweb.scss */
  .intro .slogan h2 {
    font-size: 36px;
  }
}
@media (max-width: 1190px) {
  /* line 66, /apps/mweb/app/assets/stylesheets/mweb.scss */
  .intro {
    height: 100%;
    padding: 0;
    background-size: 100%;
  }
}
/*
 * 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 styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *



 */

@import "bootstrap-sprockets";
@import "bootstrap";
@import "font-awesome";
.rails-bootstrap-forms-date-select select,
.rails-bootstrap-forms-time-select select,
.rails-bootstrap-forms-datetime-select select {
  display: inline-block;
  width: auto;
}

.rails-bootstrap-forms-error-summary {
  margin-top: 10px;
}
