/*

	Design & Development:
	
	Thrane.nu
	Spangevej 19
	DK-8700 Horsens
	Denmark
	
	http://thrane.nu

*/


:root {

    --color-tt-green-primary: 109,186,146;
    --color-tt-green-secondary: 17,146,110;
    --color-tt-brown: 176,124,97;
    --color-tt-brown-light: 238,218,188;
	
    --color-tt-grey-primary: 33,37,41;
    --color-tt-grey-secondary: 238,238,238;	
    --color-tt-white: 255,255,255;
    --color-tt-black: 0,0,0;

    --color-theme-light: 255,255,255;
    --color-theme-dark: 0,0,0;
    --margin-toggle: 0 0 0 1px;
    --content-toggle: "\e28f";
       
}

/* dark mode */
[data-theme="dark"] {

    --color-tt-green-primary: 17,146,110;
    --color-tt-green-secondary: ;
	
    --color-tt-grey-primary: 33,37,41;
    --color-tt-grey-secondary: 30,30,30;	
    --color-tt-white: 50,50,50;
    --color-tt-black: 0,0,0;

    --color-theme-light: 0,0,0;
    --color-theme-dark: 255,255,255;
    --margin-toggle: 0 0 0 1px;
    --content-toggle: "\f186";

	
}




/* Dark Mode Toggler */

#checkbox-theme {
  display: none;
}
#theme-switch {
	width: 24px;
	height: 24px;
	background-color: rgba(var(--color-theme-light),1.0);
	border: 1px solid rgba(var(--color-theme-dark),1.0);
	border-radius: 12px;
}
#theme-switch label:before {
	cursor: pointer!important;
}
#checkbox-theme + label:before {
	font-size: 16px;
	background-color: #FF0000;
	width: 22px;
	height: 22px;
	transition: all .2s ease-out;
	border-radius: 50%;
	padding: 2px;	color: rgba(var(--color-theme-dark),1.00);
	background-color: rgba(var(--color-theme-light),1.00);
	margin: var(--margin-toggle);
}
/* light mode icon */
#checkbox-theme + label:before {
	content: var(--content-toggle);
}
/* dark mode icon */
#checkbox-theme:checked + label:before {
	content: var(--content-toggle);
	font-weight: 300;
}

/* Dark Mode Toggler EO */



html {
	background-color: rgba(var(--color-tt-grey-secondary),0.60);
	transition: all .2s ease-out;
	
}
body {
	background-color: rgba(var(--color-tt-white),1.00);
}

.p:last-of-type {
	margin-bottom: 0;
}
.row {
	margin: 0;
}
.row > * {
	padding: 0;
}

p:last-of-type {
	margin-bottom: 0;
}


.t4-content {
	background-color: rgba(var(--color-tt-white),1.00);
}


.bodyWrapper {
	display: flex;
	flex-wrap: wrap;
}
.bodyWrapper .withSidebar {
	flex: 1 1 100%;
}
.bodyWrapper .sidebar-right {
	flex: 1 1 100%;
	padding: 30px;
}


.moduletable {
    border: 0 none transparent;
    padding: 0;
    border-radius: 0;
    margin: 0;
}



/* Header */
#t4-header {
	background-color: transparent;
	padding: 20px;
    border-bottom: 0 none transparent;
	display: block;
    min-height: 100px;
	position: fixed!important;
	width: 100%;
	top: 0;
	margin-top: 0px;
	transition: all .2s ease-out;
	z-index: 50;
	/*
	-webkit-box-shadow: 0px -2px 4px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px -2px 4px 3px rgba(0,0,0,0.3);
	box-shadow: 0px -2px 4px 3px rgba(0,0,0,0.3);
	*/
}

#t4-header .container {
	background-color: rgba(var(--color-tt-green-primary),1.00);
    min-height: 100px;
    border-radius: 10px;
}

.not-at-top #t4-header.t4-sticky {
	background-color: transparent;
	box-shadow: 0px -2px 4px 3px rgba(0,0,0,0.0);
}
.frontpage #t4-header {
}
.frontpage.not-at-top #t4-header.t4-sticky {
	box-shadow: 0px -2px 4px 3px rgba(0,0,0,0.0);
}

#t4-header .logo {
	flex: 0 1 100%;
}
#t4-header .logo img {
    height: 100px;
    width: auto;
	transition: all .2s ease-out;
}
/* Header EO */






/* Off-Canvas menu */
.sm-logo.sm-logo {
	background-color: rgba(var(--color-black),1.00);
    padding: 40px;
	padding-bottom: 30px;
    text-align: center!important;
}
.sm-logo img {
    width: 100%;
    height: auto;
}
.menu-icon-cont {
	top: 5px!important;
}

.menu-icon3 span {
	background-color: rgba(var(--color-tt-brown-light),1.0)!important;
	transition: all .2s ease-out;
	right: 0!important;
	left: auto!important;
	height: 3px!important;
}
.menu-icon3 span:nth-child(1) {
	width: 30px;
	transition: all .2s ease-out;
}
.menu-icon3 span:nth-child(2) {
	width: 22px;
	transition: all .2s ease-out;
}
.menu-icon3 span:nth-child(3) {
	width: 14px;
	transition: all .2s ease-out;
}

.menu-icon3:hover span:nth-child(1) {
	width: 14px;
}
.menu-icon3:hover span:nth-child(2) {
	width: 22px;
}
.menu-icon3:hover span:nth-child(3) {
	width: 30px;
}

.sm-close .menu-icon3 span,
.sm-close .menu-icon3:hover span {
	width: 30px;
}

/* Off-Canvas menu EO */


.convertforms.contactform h2 {
	font-weight: 700;
	margin-bottom: 0;
}
.convertforms.contactform .cf-label h5 {
	display: inline-block;
	margin: 0;
	font-size: 16px;
}
.convertforms.contactform .cf-form-wrap {
	padding: 0;
}


/* Article */

.page-header-main {
    background-color: rgba(var(--color-tt-blue),1.00);
	min-height: 25vw;
	position: relative;
	margin-top: 70px;
}
.page-header-main .container {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 30px 5vw;
}
.page-header-main h1 {
	margin: 0;
	font-size: 7.5vw;
    color: rgba(var(--color-tt-white),1.00);
}
.page-header-main h2 {
	margin: 0 0 0 0;
	font-weight: 300;
	font-size: 2.3vw;
    color: rgba(var(--color-tt-white),1.00);
}
.page-header-main img {
	float: right;
	max-height: 30vw;
	width: auto;
}


/* Article EO */


/* Category */

/* Category EO */


/* Slider */
#t4-slider {
	margin: 0 -30px;
}
/* Slider EO */



/* Intro */

/* Intro EO */




/* Contact Form */
#t4-contact {
    padding: 80px 50px 90px 50px;
	font-size: 15px;
	color: rgba(var(--color-tt-brown-light),1.00);
    background-color: rgba(var(--color-tt-blue-light),1.00);
}
#t4-contact .convertforms {
    margin-top: 20px;
}
#t4-contact .convertforms .cf-form-wrap {
    padding: 0!important;
}

#t4-contact .cf-control-group {
    padding: 0px;
}
#t4-contact .cf-fields {
    display: grid;
    grid-template-columns: 1;
    grid-template-rows: auto;
    grid-gap: 10px;
    padding: 0px;
    margin: 0!important;
	
}
#t4-contact .cf-control-group.name {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
}
#t4-contact .cf-control-group.phone {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
}
#t4-contact .cf-control-group.consent {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 3;
    grid-row-end: 3;
}  
#t4-contact .cf-control-group.send {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 4;
    grid-row-end: 4;
}
#t4-contact .cf-control-group.consent .cf-checkbox-group {
    justify-content: flex-end;
}

#t4-contact .cf-control-input input,
#t4-contact .tf-phone-control {
    background-color: rgba(var(--color-tt-brown-light),1.00);
    border-color: rgba(var(--color-tt-brown-light),1.00);
	color: rgba(var(--color-tt-blue),1.00);
}



#t4-contact .cf-control-group.consent label {
    color: rgba(var(--color-tt-brown-light),1.00)!important;
    font-size: 12px;
    
}
#t4-contact .cf-control-group.consent label a {
    color: rgba(var(--color-tt-brown-light),1.00);
	transition: all .2s ease-out;
    text-decoration: underline;
}
#t4-contact .cf-control-group.consent label a:hover {
    text-decoration:  none;
}
#t4-contact .cf-control-group.consent .cf-checkbox-group {
    justify-content: center;
}
#t4-contact .cf-control-group.consent .cf-list-auto-columns {
    justify-content: center;
}


#t4-contact .cf-control-group.message textarea {
    height: 90px;
}
#t4-contact .cf-control-group.send button {
	background-color: rgba(var(--color-tt-brown),1.00);
	font-weight: 700!important;
}

#t4-contact .convertforms.cf-success.cf-success-hideform .cf-fields,
#t4-contact .convertforms.cf-success.cf-success-hideform .cf-footer {
    display: none;
}

.convertforms.cf-success .cf-response {
	color: rgba(var(--color-tt-brown-light),1.00);
	font-weight: 700;
	font-size: 18px;

    background-color: transparent!important;
	line-height: 1.4;
}

.checkbox_styled {
    width: 1px !important;
    height: 1px !important;
    opacity: 0;
}
.checkbox_styled + label::before {
    content: "";
    display: inline-block;
    background: rgba(var(--color-tt-brown-light),1.00);
    border-radius: 3px;
    border: 1px solid rgba(var(--color-tt-brown-light),1.00);
    height: 14px;
    width: 14px;
    position: absolute;
    top: 2px;
    left: 0;
}
.checkbox_styled:checked + label::after {
    height: 14px;
    width: 14px;
    background-color: transparent;
    position: absolute;
    left: 0px;
    top: -3px;
    border-radius: 0px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f00c";
    color: rgba(var(--color-tt-blue),1.00);
    font-size: 18px;
}
.checkbox_styled + label {
    cursor: pointer;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    padding-left: 20px!important;
}
/* Contact Form EO */





/* Call to action */


/* Call to action EO */



/* Samtykke */

/* Samtykke EO */


/* Footer */

/* Footer EO */




.container {
    width: 100%!important;
	max-width: 100%!important;
	margin: auto;
	padding: 0;
}	

.linkbutton {
    color: rgba(var(--color-tt-white),1.00)!important;
    background-color: rgba(var(--color-tt-brown),1.00);
    border-radius: 5px;
    padding: 7px 16px 6px 16px;
    display: inline-block;
    text-decoration: none!important;
    font-weight: 700;
}
.linkbutton:hover {
    color: rgba(var(--color-tt-white),1.00);
    background-color: rgba(var(--color-tt-blue),1.00);
    text-decoration: none;
    transition: transform 1.0s cubic-bezier(0.2, 3, 0.4, 1);
    transform: scale(1.1);
}
.linkbutton i {
	margin-right: 8px;
}



/* -----------------------------------------------------------------------------

  Media Query: min-width: 576px - from 576px to 767px (inclusive)
  
----------------------------------------------------------------------------- */

@media (min-width: 576px) {
	
/* Header */

/* Header EO */	



/* Contact Form */

#t4-contact .cf-fields {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-gap: 10px;
    padding: 0px;
    margin: 0!important;
	
}
#t4-contact .cf-control-group.name {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 1;
}
#t4-contact .cf-control-group.phone {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
}
#t4-contact .cf-control-group.consent {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
}  
#t4-contact .cf-control-group.send {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 3;
}
/* Contact Form EO */





	
}








/* -----------------------------------------------------------------------------

  Media Query: min-width: 768px - from 768px to 991px (inclusive)
  
----------------------------------------------------------------------------- */

@media (min-width: 768px) {

body {
	margin: 0 auto!important;
	padding: 0 30px;
}	

	


#t4-header {
	margin: 0 -30px;
}
#t4-header .logo {
	flex: 1 1 33.33%;
}


/* Header EO */	


/* Navigation Menu */	

#t4-header .t4-navbar {
	display: flex;
	justify-content: center;
}
#t4-header .mainnav {
	background-color: rgba(var(--color-tt-blue-light),1.0);
}
	
/* Main Menu Items */
#t4-header .nav > li > a,
#t4-header .nav > li > .separator,
#t4-header .nav > li > span {
	padding: 10px 25px 10px 25px;
	margin: 0;
	text-decoration: none;
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	height: 50px;
	transition: all .2s ease-out;
}
.not-at-top #t4-header .nav > li > a,
.not-at-top #t4-header .nav > li > .separator,
.not-at-top #t4-header .nav > li > span {
	font-size: 14px;
	padding: 10px 15px 10px 15px;
	height: 36px;
}
/* Color Main Menu Items */
#t4-header .nav > li > a,
#t4-header .nav > li > span {
    color: rgba(var(--color-tt-white),1.0);
}
/* Color on Hover on Main Menu Items */
#t4-header .nav > li > a:hover, 
#t4-header .nav > li > a:focus,
#t4-header .nav > li > .separator:hover, 
#t4-header .nav > li > .separator:focus,
#t4-header .nav > li > span:hover, 
#t4-header .nav > li > span:focus {
	background-color: rgba(var(--color-tt-blue),1.0);
    color: rgba(var(--color-tt-white),1.0);
}
	


#t4-header .nav > .open > a,
#t4-header .nav > .open > a:hover,
#t4-header .nav > .open > a:focus,
#t4-header .nav > .open > .separator,
#t4-header .nav > .open > .separator:hover,
#t4-header .nav > .open > .separator:focus,
#t4-header .nav > .open > span,
#t4-header .nav > .open > span:hover,
#t4-header .nav > .open > span:focus {
	background-color: rgba(var(--color-tt-blue),1.0);
    color: rgba(var(--color-tt-white),1.0);
}
/* Color on Active Main Menu Item */
#t4-header .nav > .active > a,
#t4-header .nav > .active > .separator,
#t4-header .nav > .active > span {
	background-color: rgba(var(--color-tt-blue),1.0);
    color: rgba(var(--color-tt-white),1.0);
}
/* Color Hover on Active Main Menu Item */
#t4-header .nav > .active > a:hover,
#t4-header .nav > .active > a:focus {
	background-color: rgba(var(--color-tt-blue),1.0);
    color: rgba(var(--color-tt-white),1.0);
}
/* Color on Current Main Manu Item */
#t4-header .nav > .current > a {
	background-color: rgba(var(--color-tt-blue),1.0);
    color: rgba(var(--color-tt-white),1.0);
}
/* Color on Hover on Current Main Menu Item */
#t4-header .nav > .current > a:hover,
#t4-header .nav > .current > a:focus {
	background-color: rgba(var(--color-tt-blue),1.0);
    color: rgba(var(--color-tt-white),1.0);
}
/* Arrow when submenues are present */
#t4-header .nav > .dropdown > a .item-caret::before,
#t4-header .nav > .dropdown > .separator .item-caret::before {
	border-color: transparent!important;
    border-top-color: rgba(var(--color-tt-brown-light),1.0)!important;
	border-bottom-color: rgba(var(--color-tt-brown-light),1.0)!important;
	position: absolute;
	top: auto!important;
	right: 0!important;
	bottom: 0!important;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 0 0 8px 8px;
}
#t4-header .nav > .dropdown > a .item-caret,
#t4-header .nav > .dropdown > .separator .item-caret {
	height: 0;
	width: 0;
}
/* Color on Caret on Active Main Menu Item */
#t4-header .nav > .active > a .item-caret::before, 
#t4-header .nav > .active > .separator .item-caret::before {
	background-color: rgba(255,130,186,0.00);
    color: rgba(255,255,255,1.00);
    border-top-color: rgba(var(--color-tt-brown-light),1.0)!important;
	border-bottom-color: rgba(var(--color-tt-brown-light),1.0)!important;
}	
/* Hover on submenues */
#t4-header .nav > .open > a .item-caret::before,
#t4-header .nav > .open > .separator .item-caret::before {
    border-top-color: rgba(var(--color-tt-brown-light),1.0)!important;
	border-bottom-color: rgba(var(--color-tt-brown-light),1.0)!important;
}

/* Hover on Arrow when submenues are present */
#t4-header .nav > .dropdown > a:hover .item-caret::before,
#t4-header .nav > .dropdown > a:focus .item-caret::before,
#t4-header .nav > .dropdown > .separator:hover .item-caret::before,
#t4-header .nav > .dropdown > .separator:focus .item-caret::before {
    border-top-color: rgba(var(--color-tt-brown-light),1.0)!important;
	border-bottom-color: rgba(var(--color-tt-brown-light),1.0)!important;
}	
/* Dropdown */
#t4-header .nav .dropdown-menu {
	background-color: rgba(var(--color-tt-blue-light),1.0);
    border: 0px none rgba(0, 0, 0, 0.00);
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.176);
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 0 0;
    min-width: 160px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
/* Padding on Dropdown */
#t4-header .nav .mega-inner,
#t4-header .nav .mega-col-nav {
	padding: 0;
}

/* Padding on submenu items */
#t4-header .nav .dropdown-menu li > a {
	padding: 9px 15px 8px 15px;
	text-decoration: none;
}
/* Color on submenu items */
#t4-header .nav .dropdown-menu li > a {
	color: rgba(var(--color-tt-white),1.0);
	transition:            all .2s ease-out;
}
/* Hover on submenu items */
#t4-header .nav .dropdown-menu li > a:hover,
#t4-header .nav .dropdown-menu li > a:focus {
	background-color: rgba(var(--color-tt-blue),1.0);
    color: rgba(var(--color-tt-white),1.0);
}
/* Color on active dropdown parent */
#t4-header .nav > li.dropdown.show > a {
	background-color: rgba(var(--color-tt-blue),1.0);
    color: rgba(var(--color-tt-white),1.0);
}	
/* Hover on Arrow when submenues are present */
#t4-header .nav > li.dropdown.show > a .item-caret::before {
    border-top-color: rgba(var(--color-tt-brown-light),1.0)!important;
	border-bottom-color: rgba(var(--color-tt-brown-light),1.0)!important;
}		
/* Color on Active dropdown item */
#t4-header .nav > li.dropdown .current.active a {
	background-color: rgba(var(--color-tt-blue),1.0);
    color: rgba(var(--color-tt-white),1.0);
}	
/* Navigation Menu EO */		
	

	
/* Intro */


/* Intro EO */
	



/* Call to action */

/* Call to action EO */
	

.page-header-main {
	min-height: 13vw;
	margin-top: 0px;
	margin-left: -30px;
	margin-right: -30px;
}

.page-header-main h1 {
	font-size: 3.2vw;
	transition: all .2s ease-out;
}
.page-header-main h2 {
	font-size: 1.0vw;
}	
.page-header-main img {
	max-height: 18vw;
}	

	
	
/* Footer */

/* Footer EO */	

	

/* Contact Form */

#t4-contact {
	margin-left: -30px;
	margin-right: -30px;
	padding: 80px 20vw 90px 20vw;
	background-size: 50vw auto;
}
#t4-contact .container {
	max-width: 600px!important;
}
#t4-contact .cf-fields {
    grid-template-columns: 50% 50%;
}
#t4-contact .cf-control-group.name {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
}
#t4-contact .cf-control-group.phone {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
}
#t4-contact .cf-control-group.consent {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
}
#t4-contact .cf-control-group.send {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 3;
}
/* Contact Form EO */	




.page-header-main h1 {
	font-size: 4.0vw;
	transition: 		all .2s ease-out;
}
.page-header-main h2 {
	font-size: 1.4vw;
}		

	
	
}





/* -----------------------------------------------------------------------------

  Media Query: min-width: 992px - from 992px to 1199px (inclusive)
  
----------------------------------------------------------------------------- */

@media (min-width: 992px) {

.bodyWrapper .withSidebar {
	flex: 1 1 65%;
}
.bodyWrapper .sidebar-right {
	flex: 1 1 35%;
}





/* Contact Form */	
#t4-contact .container {
    flex-wrap: wrap;
	display: flex;
}
#t4-contact .moduletable.text {
	flex: 1 1 40%;
	flex: 1 1 100%;
}
#t4-contact .moduletable.form {
	flex: 1 1 60%;
	flex: 1 1 100%;
}	
#t4-contact .cf-fields {
    grid-gap: 10px;
    padding: 0px;
    margin: 0!important;
}
#t4-contact .cf-control-group.name {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 2;
}
#t4-contact .cf-control-group.phone {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 1;
}
#t4-contact .cf-control-group.consent {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
    justify-self: center;
}
#t4-contact .cf-control-group.send {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 3;
    justify-self: center;
}

#t4-contact .cf-control-group.send button {
    width: 180px;
}
/* Contact Form EO */	

	
	
	
	
/* Call to action */


/* Call to action EO */	
	
	
	
/* Intro */

#t4-intro .container {
	padding: 80px 150px;
}
#t4-intro .container > .text {
	padding: 0 100px;
}
#t4-intro .container > .logo {
	padding: 0 0px;
}

/* Intro EO */	



/* Footer */

#t4-footer .container > div {
	flex: 0 1 33.33%;
}
/* Footer EO */	



	
}






/* -----------------------------------------------------------------------------

  Media Query: min-width: 1200px -  - from 1200px to 1399px (inclusive)
  
----------------------------------------------------------------------------- */

@media (min-width: 1200px) {


	

/* Intro */


#t4-intro .container > .text {
	padding: 0 100px;
}
#t4-intro .container > .logo {
	padding: 0 50px;
	text-align: right;
}
#t4-intro .container > .logo img {
	max-width: 350px ;
}

/* Intro EO */	

/* Footer */

#t4-footer .container > div {
	flex: 0 1 25%;
}
/* Footer EO */	

}




/* -----------------------------------------------------------------------------

  Media Query: min-width: 1400px - from 1400px and up
  
----------------------------------------------------------------------------- */

@media (min-width: 1400px) {

/* Contact Form */


/* Contact Form EO */

}



/* -----------------------------------------------------------------------------

  Media Query: min-width: 1680px - from 1680px and up
  
----------------------------------------------------------------------------- */

@media (min-width: 1680px) {



	
}



/* -----------------------------------------------------------------------------

  Media Query: min-width: 1920px - from 1920px and up
  
----------------------------------------------------------------------------- */

@media (min-width: 1920px) {

body {
	max-width: 1920px!important;
}	

/* Header */	
#t4-header {
	max-width: 1920px;
}
/* Header EO */		


	
	
/* Contact Form */

#t4-contact {
	background-size: 768px auto;
}
/* Contact Form EO */

.page-header-main {
	height: 250px;
	min-height: 250px;
}
.page-header-main h1 {
	font-size: 76px;
}
.page-header-main h2 {
	font-size: 27px;
}	
.page-header-main .container {
	padding: 30px 96px;
}
.page-header-main img {
	max-height: 250px;
}	
	




}

