@charset "utf-8";
/**
  File: hero.css

  This file is for styles relating to the Rice main web theme hero image. Stellar.js provides parallax.
*/

.hero {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px; }

/* This is the hero image at the top of the homepage */
.hero-bg1 {
  background-color: #036;
  background-image: url();
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% -140px;
  background-size: auto; }
  /* This is the hero image at the top of the homepage on iPad */
  .ipad .hero-bg1 {
     }

/* This is the blurred background in the text box in the top hero panel */
.hero-title {
  background-color: transparent;
  background-image: url();
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% -140px;
  background-size: auto;
  margin-top: 70px;
  width: 80%; }
  .hero-title h2 {
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: left;
    font-size: 1.9em;
    padding-top: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    word-spacing: .2em; }
  .hero-title p {
    margin-top: 20px;
    margin-bottom: 20px; }
    .hero-title h2 + p {
      margin-top: -0.4em;
      font-size: 1.1em;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 1); }
  .hero-title a:link,
  .hero-title a:active,
  .hero-title a:hover,
  .hero-title a:visited{
    color: #FFFFFF; }

.hero-title.no-blur,
.hero-slim .hero-title {
  background: none; }

.hero-medium .hero-right .hero-title,
.hero-slim .hero-right .hero-title {
  width: auto; }
.hero-medium .hero-right .hero-title h2,
.hero-slim .hero-right .hero-title h2 {
  margin: 0.3em;
  text-align: right;
  padding:0; }

.hero-slim {
  background: #0071E1;
  padding: 1.2em 0;
  background-position: 50% -460px; }
  .hero-slim .hero-title {
    margin: 0;
    padding: 0; }
  .hero-slim .hero-title h2 {
    margin: 0.2em 0; }
  .hero-slim #heroinforow {
    position: absolute;
    left: -9999px; }
.hero-medium {
  min-height: 240px;
  height: 300px;
  padding: 0; }
.hero-large {
  min-height: 400px;
  height: 520px; }
  .hero-large .hero-title-lower {
    margin-top: 240px; }

/* This modifies the image caption */

/* To hide image caption simple add  display: none; */
#heroinforow{
  min-height: 75px;
  display: block;
  position: absolute;
  bottom: 0px; }

#heroinfo{
  /*cursor: pointer;*/
  color: #FFF;
  text-align: left; }
  #heroinfo a{
    color: #FFF;
    text-decoration: underline; }

#heroicon{
  cursor: pointer;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  font-size: .9em; }
  #heroinfo p{
    display: none;
    margin: 0px;
    padding: 9px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    background-color: rgba(0, 48, 96, 0.7);
    font-size: .9em;
    width: 100%; }


/*|||||||||||||||||||||
**||  RETINA SCREENS ||
**|||||||||||||||||||||
*/

@media (min-width: 1921px) {

  .hero-bg1 {
    background-image: url();
    background-size: cover;}
    .hero-title {
      background-size: cover; }

  .hero-large {
    min-height: 800px; }

} /* End @media 1921+px */


/*|||||||||||||||
**||  DESKTOP  ||
**|||||||||||||||
*/

@media (max-width: 1024px) {

  .hero-slim,
  .hero-medium {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-title h2 {
    text-transform: uppercase;
    margin-bottom: 0.25em;
    text-align: left;
    font-size: 1.4em;
    padding-top: 0px;
    margin-top: 25px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); }

} /* End @media <=1024px */


/*|||||||||||||||
**||  TABLETS  ||
**|||||||||||||||
*/

@media (max-width: 780px) {

  .hero-slim,
  .hero-medium {
    padding-left: 0;
    padding-right: 0; }

  .hero-title {
    background-image: url();
    width: auto; }
    .hero-title h2 {
      text-transform: uppercase;
      margin-bottom: 0.25em;
      text-align: left;
      font-size: 1.7em;
      padding-top: 0px;
      margin-top: 25px;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); }

  .hero-title-lower {
    margin-top: 2em; }

} /* End @media <=780px */


/*||||||||||||||
**||  PHONES  ||
**||||||||||||||
*/

@media(max-width:400px){

  .hero-title {
    color: #fff;
    display: block;
    position: relative;
    padding: 5px 15px 15px; }
    .hero-title h2{
      text-transform: uppercase;
      margin-bottom: 0.25em;
      text-align: center;
      font-size: 1.4em;
      padding-top: 0px;
      margin-top: 25px;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); }
    .hero-title p{
      font-size: 1em;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 1); }

} /* End @media <=400px */
