  @charset "UTF-8";
/* CSS Document */


@media (min-width:970px) {
	.firsttomow {
 	 height: 320px; 
 	 text-align:center;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center center;
	}
	.firsttomow h2 {
 	 padding-top:8%;
     font-size:2.4em;
     text-shadow: 2px 2px 4px #000, 0 0 18px #000; 
	}
  	.firsttomow a {
      padding-top:5px;
    }
  	.subcaption {
      font-size:24px;
      text-shadow: 2px 2px 4px #000, 0 0 18px #000;
    }
}
 

 @media (max-width:970px) {
	.firsttomow {
 	 height: 280px; 
 	 text-align:center;
      background-size: 150%;
      background-repeat: no-repeat;
      background-position: center center;
	}
	.firsttomow h2 {
 	 padding-top:15%;
     font-size:1.9em;
      text-shadow: 2px 2px 4px #000, 0 0 18px #000;
    }
  .subcaption {
      font-size:18px;
    text-shadow: 2px 2px 4px #000, 0 0 18px #000;
    }
}


