<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin-top: 50px; /* 50px is the height of the navbar - change this if the navbarn height changes */
 background: white;

}

.header-image {
	background: url('http://www.lifterstoolbox.com/images/icon1024x1024.png') no-repeat center;/* Use a tiling background image or a full width image - if you're using full width you will need to change no-repeat center center cover  */
	background-position: top;
	height: 1024px;
	display: block;
	width: 100%;
	text-align: center;
}

.headline {
	padding: 120px 0;
}

.headline &gt; .container &gt; h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 130px;
	color: white;
	text-shadow: black 0em 0.1em 0.2em;
/*	background: #ffffff;
	background: rgba(255, 255, 255, 0.9);
*/
}

.headline &gt; .container &gt; h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 77px;
	color: white;
/*	background: #ffffff;
	background: rgba(255, 255, 255, 0.9);
*/
	text-shadow: black 0em 0.1em 0.2em;
}

.navbar {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
}

.featurette-divider {
	margin: 80px 0;
}
.featurette {
	font-family: 'Open Sans Condensed', sans-serif;
	overflow: hidden; 
}

.featurette-image.pull-left {
	margin-right: 40px;
}
.featurette-image.pull-right {
	margin-left: 40px;
}

.featurette-heading {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 50px;
        font-weight: bold;
}

footer {
	margin: 50px 0;
}

/* RESPONSIVE CSS */

@media (max-width: 1200px) {

.headline &gt; .container &gt; h1 {font-size: 140px;}
.headline &gt; .container &gt; h2 {font-size: 63px;}
.featurette-divider {margin: 50px 0;}
.featurette-image.pull-left {margin-right: 20px;}
.featurette-image.pull-right {margin-left: 20px;}
.featurette-heading {font-size: 35px;}

}

@media (max-width: 991px) {

.headline &gt; .container &gt; h1 {font-size: 105px;}
.headline &gt; .container &gt; h2 {font-size: 50px;}
.featurette-divider {margin: 40px 0;}
.featurette-image {max-width: 50%;}
.featurette-image.pull-left {margin-right: 10px;}
.featurette-image.pull-right {margin-left: 10px;}
.featurette-heading {font-size: 30px;}

}

@media (max-width: 768px) {
	
.container {margin: 0 15px;}
.featurette-divider {margin: 40px 0;}
.featurette-heading {font-size: 25px;}

}


@media (max-width: 668px) {

.headline &gt; .container &gt; h1 {font-size: 70px;}
.headline &gt; .container &gt; h2 {font-size: 32px;}
.featurette-divider {margin: 30px 0;}

}

@media (max-width: 640px) {

.headline {padding: 75px 0 25px 0;}
.headline &gt; .container &gt; h1 {font-size: 60px;}
.headline &gt; .container &gt; h2 {font-size: 30px;}

}

@media (max-width: 375px) {

.featurette-divider {margin: 10px 0;}
.featurette-image {max-width: 100%;}
.featurette-image.pull-left {margin-right: 0; margin-bottom: 10px;}
.featurette-image.pull-right {margin-left: 0; margin-bottom: 10px;}

}
</pre></body></html>