/* General Blueprint Style */
@import url('https://fonts.googleapis.com/css2?family=Kavoon&family=Noto+Sans:ital,wght@0,300;0,800;1,300&family=Smokum&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;}
.whi { color:#fff;}
.black { color: #353d3c;}
.bold { font-weight:500;}

.title { font-family: 'Kavoon', serif; font-size: 38pt; line-height:55pt;}
.sub { font-family: 'Kavoon', "sans-serif"; font-size:20pt;line-height:26pt; background: #e55940; padding: 1% 2.5%;} 
.text { font-family: 'Noto Sans', sans-serif; font-size: 14pt; line-height:18pt; letter-spacing: 0.5px;}
#copy.text { font-family: 'Noto Sans', sans-serif; font-size: 10pt; line-height: 13pt; }


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



