/* line 3, ../sass/common.scss */
body {
  font-family: 'Open Sans', sans-serif;
  /* In webkit only */
}
/* line 24, ../sass/partials/_base.scss */
body ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
/* line 28, ../sass/partials/_base.scss */
body ::-webkit-scrollbar-track {
  background: #bbccdd;
}
/* line 31, ../sass/partials/_base.scss */
body ::-webkit-scrollbar-thumb {
  background: #556677;
}
/* line 34, ../sass/partials/_base.scss */
body ::-webkit-scrollbar-corner {
  background: #aabbcc;
}

/* line 7, ../sass/common.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
}

/* Custom bootstrap */
/* line 12, ../sass/common.scss */
.modal-content {
  border-radius: 0px;
}

/* line 15, ../sass/common.scss */
.modal-backdrop {
  z-index: 1020;
}

/* line 20, ../sass/common.scss */
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0px;
}

/* line 23, ../sass/common.scss */
.btn, .form-control {
  border-radius: 0px;
}

/* line 26, ../sass/common.scss */
.navbar-default {
  background-color: #ffffff;
  border-bottom: 1px solid skyblue;
}

/* end custom bootstrap */
/** Sticky footer **/
/* line 34, ../sass/common.scss */
html,
body {
  width: 100%;
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
/* line 40, ../sass/common.scss */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 55px;
  outline: none;
}

/* Set the fixed height of the footer here */
/* line 50, ../sass/common.scss */
footer {
  height: 60px;
  border-top: 1px solid #ededed;
}

/** end sticky footer **/
/* line 3, ../sass/home.scss */
.customText {
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* line 10, ../sass/home.scss */
.tagline {
  text-align: center;
}

/* line 13, ../sass/home.scss */
#quoteText {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 300px;
}

/* line 19, ../sass/home.scss */
#compName {
  text-align: center;
}

/* line 23, ../sass/home.scss */
#heroImageContainer {
  width: 300px;
}

/* line 26, ../sass/home.scss */
.heroImage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* line 33, ../sass/home.scss */
.center-cropped {
  margin-left: auto;
  margin-right: auto;
  width: 460px;
  height: 310px;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* line 43, ../sass/home.scss */
.center-cropped img {
  min-height: 100%;
  min-width: 100%;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* modern browsers */
  opacity: 0;
}

/* line 55, ../sass/home.scss */
.v-spacer {
  margin-top: 100px;
}
