<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	07/27/11
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;
	max-height:723px !important; 

}

.tp-banner{
	width:100%;
	position:relative;
	max-height:723px !important; 
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
		max-height:723px !important; 
}



.tp-banner h1 {
    margin: 20 0 20px;
    font: 300 100px/1 "open sans", sans-serif;
    letter-spacing: -3px;
    color: #fff;
    text-shadow: black 0.01em 0.01em 0.5em
}
</pre></body></html>