/* General Blueprint Style */
@import url('https://fonts.googleapis.com/css2?family=Irish+Grover&family=Ranchers&family=Short+Stack&family=Smokum&display=swap');

a:link { text-decoration:none; }
a:active { color: inherit; }

.red { color:#de0640;}
.ora { color:#ee7316;}
.whi { color:#fff;}
.bla { color: #1d1d1a;}

h1 { font-family: 'Short Stack', serif; font-size: 30pt; line-height:32pt; font-weight: 900; margin: 0;}
h2 { font-family: 'Ranchers', sans-serif; font-size: 60pt; line-height: 60pt; margin: 0;}
p, p a { font-family: 'Short Stack', sans-serif; font-size: 14pt; line-height:18pt; letter-spacing: 0.5px; color: #1d1d1a;}
p b { font-weight: 900; font-size: 40pt; font-family: "Smokum", serif; color:#ee7316;}
#copy p, #copy p a { font-family: 'Short Stack', sans-serif; font-size: 10pt; line-height: 13pt; font-weight: 300; color:#fff;}



@media screen and (max-width: 581px) {
h2 { font-size: 50pt; line-height: 40pt;}
h1 { font-size: 20pt; line-height: 20pt;}
p, p a { font-size: 13pt; line-height:16pt;}
p b { font-size: 35pt; line-height: 35pt;}
#copy p, #copy p a { font-size: 8pt; line-height: 12pt; }
h2 { font-size: 30pt;line-height: 30pt;}
}