
/* h1.red-button {
  color:red;
} */

.hero {
  font-size:65px;
}
.huge {
  font-size:100px;
}

/* Award Styles */
.award-recipient { font: normal 25px/1.2 'Tungsten', 'Open Sans', Arial, sans-serif;  color: inherit; padding-top: 0; padding-bottom: 10px; text-transform: none; letter-spacing: 0.1px; }
.award-title 	 { font-family: 'Lyon', Arial, sans-serif; font-size: 16px; }
.award-kind 	 { font-family: 'Lyon', Arial, sans-serif; font-size:20px; text-transform: uppercase; }
.awd-gold 		 { color:#c4aa6d; }
.awd-silver 	 { color:#4d4d4d; }
.awd-merit 		 { color:#94341e; }
.awd-ital		 { font-family: 'Lyon', Arial, sans-serif; font-size:16px; font-style: italic; line-height: 20px; }


/* h1.grey, h2.grey, h3.grey, h4.grey, h5.grey, h6.grey, p.grey, div.grey, span.grey { color: #4d4d4d; } */

img.alignleft, img.alignright {
  width: 60%;
  height:auto;
  margin: 0 20%;
}

@media (min-width:480px){
  img.alignleft, img.alignright {
    width: auto;
    max-width: 45%;
    height:auto;
    margin: 0;
  }
}

@media (min-width:980px){
  img.alignleft, img.alignright {
    width: auto;
    margin: auto;
  }
}
.Newspaper-Subtitle {
	font-family: 'Tungsten' !important;
	text-transform: uppercase;
	text-align: inherit;
	font-size: 2em !important;
	letter-spacing: 6px !important;
}
.feature-readstory{
   font-family:'Tungsten' !important;
   font-size: 26px !important;
   text-transform: uppercase!important;
   cursor: pointer;
   letter-spacing: normal !important;
}
