/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/*** CSS for Nav bar and Content to stop being so padded ***/
/* line 2, templates/rt_remnant/custom/scss/custom.scss */
#g-above {
  padding-top: 0px;
}
/*#g-page-surround{
 min-height: 800px;
 }*/
/* line 10, templates/rt_remnant/custom/scss/custom.scss */
.fp-slideshow-contentarray {
  padding-top: 0px;
}
/* line 12, templates/rt_remnant/custom/scss/custom.scss */
#g-header {
  padding-bottom: 0px;
}
/*** CSS to make home page slideshow text padded far left (increased margin-right, lowered font size) ***/
/* line 18, templates/rt_remnant/custom/scss/custom.scss */
.fp-slideshow-contentarray .g-content-array .g-content .g-array-item-text {
  font-weight: 200;
  font-size: 3vw;
  line-height: 1.3;
  margin-right: 55%;
}
/*** Shorten Homepage Custom CSS Slideshow Height ***/
/* line 26, templates/rt_remnant/custom/scss/custom.scss */
#g-page-surround {
  min-height: 0;
}
/*** CSS for Menu and Home Content to have black stroke to be read over light background***/
/* line 31, templates/rt_remnant/custom/scss/custom.scss */
#cssmenu ul {
  white-space: nowrap;
  color: black;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
/* line 38, templates/rt_remnant/custom/scss/custom.scss */
#textstroke p {
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
/*** Home page button smaller fontsize ***/
/* line 48, templates/rt_remnant/custom/scss/custom.scss */
.fp-slideshow-contentarray .g-content-array .g-content .g-array-item-read-more .button {
  font-size: 1rem;
}
/*** Changes Nav Bar Padding when Screen Size Changes ***/
@media screen and (max-width: 1360px) {
  /* line 54, templates/rt_remnant/custom/scss/custom.scss */
  #g-navigation {
    padding-left: 2%;
  }
}
/*** Show only on mobile ***/
/* line 60, templates/rt_remnant/custom/scss/custom.scss */
.mobileShow {
  display: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px) {
  /* line 62, templates/rt_remnant/custom/scss/custom.scss */
  .mobileShow {
    display: inline;
  }
}
/*** Box-Grey Button to still be blue ***/
/* line 68, templates/rt_remnant/custom/scss/custom.scss */
.box-grey .button {
  background: -webkit-linear-gradient(#0088f3, #4048b9);
  background: linear-gradient(#0088f3, #4048b9);
}
/* line 73, templates/rt_remnant/custom/scss/custom.scss */
grey.widget, .box-grey.g-outer-box, .box-grey > .g-content {
  background: #95a5bf;
}
/*** Make box-grey have black text ***/
/* line 78, templates/rt_remnant/custom/scss/custom.scss */
.box-grey, .box-pink, .box-red, .box-purple, .box-blue, .box-orange {
  color: #000;
}
/*** Make Login Input Text White ***/
/* line 83, templates/rt_remnant/custom/scss/custom.scss */
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  color: #fff;
}
/*# sourceMappingURL=custom_13.css.map */