/* General Blueprint Style */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;700&display=swap');

a:link { color: #fff; text-decoration:none; }
a:visited { color: #fff }
a:active { color: #f37721; }


.yell { color:#f29100;}
.whi { color:#fff;}
.black { color: #353d3c;}
.bold { font-weight:500;}
.fa-facebook-square { font-size: 22pt;}

.title { font-family: 'Oswald', "sans-serif"; font-size:35pt; font-weight:700; line-height:35pt; text-shadow: 3px 3px 18px #000;
}
.text {
  font-family: 'Oswald', sans-serif; font-weight:300; letter-spacing:1px; font-size: 17pt; line-height:18pt; text-transform:uppercase; text-shadow: 3px 3px 18px #000;}
.text a , .text a:active { font-weight:700; color:#fff;}

@media screen and (max-width: 769px) {

.title {
  font-family: 'Oswald', cursive;
	font-size: 35pt;
	line-height:40pt;}
	}
@media screen and (max-width: 481px) {
.title {
	font-size: 25pt; line-height: 30pt; }


