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

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


.oran { color:#ec2e2b;}
.whi { color:#fff;}
.blue { color:#71cfeb;}
.black { color: #353d3c;}
.bold { font-weight:500;}

.title { font-family: 'Oswald', serif; font-size: 50pt; line-height:35pt; font-weight: 700; font-style: italic; text-shadow: 2px 2px 10px rgb(0,0,0,0.6);}
.sub { font-family: 'Oswald', serif; font-size: 19pt;line-height:32pt; letter-spacing: 3pt; text-shadow: 2px 2px 10px rgb(0,0,0,0.6);} 
.text { font-family: 'Oswald', sans-serif; font-size: 15pt; line-height:18pt; background: #ffd360; padding: 0.5% 2%; font-weight: 300; color: #353d3c;}
#copy.text { font-family: 'Oswald', sans-serif; font-size: 10pt; line-height: 13pt; background: none;}


@media screen and (max-width: 581px) {
.title { font-size: 26pt; line-height:30pt;}
.sub { font-size:15pt;line-height:22pt;} 
.text { font-size: 14pt; line-height:18pt; letter-spacing: 0.5px;}
#copy.text { font-family: 'Oswald', sans-serif; font-size: 8pt; line-height: 12pt; }
}



