/* VARIABLES
-------------------------------------------------- */
/* GLOBAL STYLES
-------------------------------------------------- */
/* line 6, ../sass/home.scss */
body {
  padding-bottom: 40px;
  color: #5a5a5a;
  background: url("/static/img/backgradient.jpg") repeat-x;
}

/* MASTHEAD
-------------------------------------------------- */
@media (max-width: 1199px) {
  /* line 18, ../sass/home.scss */
  .imgcell img {
    width: 80%;
    height: 80%;
  }
}
@media (max-width: 1170px) {
  /* line 30, ../sass/home.scss */
  .imgcell img {
    width: 80%;
    height: 80%;
  }
}
@media (max-width: 991px) {
  /* line 41, ../sass/home.scss */
  .imgcell img {
    width: 70%;
    height: 70%;
  }
}
/* line 49, ../sass/home.scss */
.masthead {
  padding-left: 15px;
  height: 200px;
}
/* line 54, ../sass/home.scss */
.masthead p {
  font-size: 18px;
}

.thinpadding {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 61, ../sass/home.scss */
#frontimage {
  margin-bottom: 60px;
  height: 260px;
  position: relative;
  width: 100%;

}
/* line 67, ../sass/home.scss */
#frontimage hr {
  margin: 45px 0 60px 0;
}
/* line 71, ../sass/home.scss */
#frontimage .imgcell {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* MARKETING CONTENT
-------------------------------------------------- */
/* Pad the edges of the mobile views a bit */
/* line 83, ../sass/home.scss */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
/* line 89, ../sass/home.scss */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}

/* line 93, ../sass/home.scss */
.marketing h2 {
  font-weight: normal;
}

/* line 96, ../sass/home.scss */
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}

/* Featurettes
------------------------- */
/* line 105, ../sass/home.scss */
.featurette-divider {
  margin: 50px 0;
  /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* line 110, ../sass/home.scss */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
/* Remove the edge padding needed for mobile */
/* line 122, ../sass/home.scss */
.marketing {
  padding-left: 0;
  padding-right: 0;
}

/* line 127, ../sass/home.scss */
.featurette-heading {
  font-size: 30px;
}

/* line 131, ../sass/home.scss */
.tr-section {
  text-align: center;
}
