| 
									
										
										
										
											2020-03-09 23:47:06 +01:00
										 |  |  | h1 { | 
					
						
							|  |  |  |   font-family: $ext-sans; | 
					
						
							|  |  |  |   font-weight: $bold; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | h1, | 
					
						
							|  |  |  | h2, | 
					
						
							|  |  |  | h3, | 
					
						
							|  |  |  | h4 { | 
					
						
							|  |  |  |   margin-bottom: 0.5em; | 
					
						
							|  |  |  |   margin-top: 1em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | p { | 
					
						
							|  |  |  |   font-size: 1.25rem; | 
					
						
							|  |  |  |   line-height: 1.25; | 
					
						
							|  |  |  |   margin: 0.75rem 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .title__thicc { | 
					
						
							|  |  |  |   // a sensible base font size
 | 
					
						
							|  |  |  |   font-size: 3rem; | 
					
						
							|  |  |  |   line-height: 0.75; | 
					
						
							|  |  |  |   margin: 0.5rem 0rem; | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							|  |  |  |   // transform: rotateZ(90deg);
 | 
					
						
							|  |  |  |   // margin: 13rem -7rem;
 | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @media (min-width: 51rem) and (min-height: 400px) { | 
					
						
							|  |  |  |   // a dramatic font size
 | 
					
						
							|  |  |  |   .title__thicc { | 
					
						
							|  |  |  |     font-size: 12vh; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @media (min-width: 51rem) and (min-height: 850px) { | 
					
						
							|  |  |  |   // cap the max-height of the title
 | 
					
						
							|  |  |  |   // at the same size that 12vh computes to
 | 
					
						
							|  |  |  |   // when the viewport is 850px high
 | 
					
						
							|  |  |  |   .title__thicc { | 
					
						
							|  |  |  |     font-size: 6.75rem; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @media (min-width: 800px) { | 
					
						
							|  |  |  |   .title__thicc { | 
					
						
							|  |  |  |     grid-column: 1 / 3; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   .title__thicc + p { | 
					
						
							|  |  |  |     grid-column: 1 / 2; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .main-headline { | 
					
						
							|  |  |  |   font-family: orpheuspro, Palatino, Times, serif; | 
					
						
							|  |  |  |   font-size: 3.5rem; | 
					
						
							|  |  |  |   line-height: 1.2; | 
					
						
							|  |  |  |   margin: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-02-20 08:38:32 +11:00
										 |  |  | .subtitle { | 
					
						
							|  |  |  |   font-family: $ext-sans; | 
					
						
							| 
									
										
										
										
											2020-05-01 19:12:17 -07:00
										 |  |  |   font-size: 1.25rem; | 
					
						
							| 
									
										
										
										
											2020-02-20 08:38:32 +11:00
										 |  |  |   font-weight: $regular; | 
					
						
							|  |  |  |   grid-column: span 2; | 
					
						
							| 
									
										
										
										
											2020-03-07 11:23:05 -07:00
										 |  |  |   letter-spacing: 0.1; | 
					
						
							| 
									
										
										
										
											2020-05-01 19:12:17 -07:00
										 |  |  |   margin: .75rem 0; | 
					
						
							| 
									
										
										
										
											2020-03-07 11:23:05 -07:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2020-03-09 23:47:06 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | .small { | 
					
						
							|  |  |  |   font-size: 0.75em; | 
					
						
							|  |  |  | } |