/**
 * Theme Name: Heidruns theme
 * Template:   extendable
 * ...other header fields
 */
 
 
 h1.wp-block-site-title{ 
	font-size: 3rem !important;	 
	text-transform: none !important;
 }
 
 
 main{
	 padding-top:0 !important;
 }
 nav{
	 display:none !important;
 }
 
 .pitch-block{
	 background:#f1f7ff  !important;
 }
 
 .linkedin-logo svg{
height: 60px !important;
    width: 60px !important;
 }
 .quote-box{
	color: white;
    background: #003274 !important;
 }
 
 @media only screen and (max-width: 768px) {
	 
	 h1.wp-block-site-title{ 
		font-size: 2.8rem !important;	 
	 }
	 h3{
		font-size:1.6rem !important;
	 }
	 
	 p{
		font-size: 1.125rem  !important;

	 }
	 p.has-small-font-size{
		 	font-size: 1.125rem !important;
	 }
	 div:has(> .block-fp-om-mig-tekst){
	
		 order:1 !important;
	 }
	  div:has(> .block-fp-om-mig-billede){
  
		 order:0 !important;
	 }
	 
	.has-global-padding{
		 padding-left:20px !important;
		 padding-right:20px !important;
	 }
 }