| 
									
										
										
										
											2016-02-07 04:28:18 +08:00
										 |  |  | // scss-lint:disable ImportantRule
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-18 12:31:17 +08:00
										 |  |  | .bd-pageheader { | 
					
						
							| 
									
										
										
										
											2016-09-09 12:48:17 +08:00
										 |  |  |   padding: 2rem ($grid-gutter-width-base / 2); | 
					
						
							| 
									
										
										
										
											2015-08-18 12:31:17 +08:00
										 |  |  |   margin-bottom: 1.5rem; | 
					
						
							|  |  |  |   color: $bd-purple-light; | 
					
						
							|  |  |  |   text-align: center; | 
					
						
							|  |  |  |   background-color: $bd-purple; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   .container { | 
					
						
							|  |  |  |     position: relative; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   h1 { | 
					
						
							|  |  |  |     font-size: 3rem; | 
					
						
							|  |  |  |     font-weight: normal; | 
					
						
							|  |  |  |     color: #fff; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   p { | 
					
						
							|  |  |  |     margin-bottom: 0; | 
					
						
							| 
									
										
										
										
											2015-08-19 15:07:59 +08:00
										 |  |  |     font-size: 1.25rem; | 
					
						
							|  |  |  |     font-weight: 300; | 
					
						
							| 
									
										
										
										
											2015-08-18 12:31:17 +08:00
										 |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   @include media-breakpoint-up(sm) { | 
					
						
							|  |  |  |     padding-top: 4rem; | 
					
						
							|  |  |  |     padding-bottom: 4rem; | 
					
						
							|  |  |  |     margin-bottom: 3rem; | 
					
						
							|  |  |  |     text-align: left; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     .carbonad { | 
					
						
							|  |  |  |       margin: 2rem 0 0 !important; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   @include media-breakpoint-up(md) { | 
					
						
							|  |  |  |     h1 { | 
					
						
							|  |  |  |       font-size: 4rem; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2015-08-19 15:07:59 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  |     p { | 
					
						
							|  |  |  |       font-size: 1.5rem; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2015-08-18 12:31:17 +08:00
										 |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   @include media-breakpoint-up(lg) { | 
					
						
							|  |  |  |     h1, | 
					
						
							|  |  |  |     p { | 
					
						
							|  |  |  |       margin-right: 380px; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     .carbonad { | 
					
						
							|  |  |  |       position: absolute; | 
					
						
							|  |  |  |       top: 0; | 
					
						
							|  |  |  |       right: .75rem; // offset from the .container's padding
 | 
					
						
							|  |  |  |       margin: 0 !important; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } |