/* 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;}

h1 { font-family: 'Oswald', serif; font-size: 60pt; line-height:35pt; font-weight: 700; font-style: italic; text-shadow: 2px 2px 10px rgb(0,0,0,0.6); margin: 0;}
h2 { font-family: 'Oswald', serif; font-size: 24pt;line-height:28pt; letter-spacing: 3pt; text-shadow: 2px 4px 20px rgb(0,0,0,0.8); margin: 0;} 
.text { font-family: 'Oswald', sans-serif; font-size: 15pt; line-height:18pt; background: #d72c88; padding: 0.8% 3%; font-weight: 300; color: #fff; margin: 0; border-radius: 50px;}
#copy.text { font-family: 'Oswald', sans-serif; font-size: 10pt; line-height: 13pt; background: none;}


@media screen and (max-width: 581px) {
h1 { font-size: 36pt; line-height:38pt;}
h2 { font-size: 16pt;line-height: 17pt;} 
.text { font-size: 14pt; line-height:18pt; letter-spacing: 0.5px; padding: 3% 7%;}
#copy.text { font-family: 'Oswald', sans-serif; font-size: 8pt; line-height: 12pt; }
}



