<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'BazarMedium';
	src: url('bazar-webfont.eot');
	src: url('bazar-webfont.eot?#iefix') format('embedded-opentype'),  url('bazar-webfont.woff') format('woff'),  url('bazar-webfont.ttf') format('truetype'),  url('bazar-webfont.svg#BazarMedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: url(../images/home_top_1_bg.jpg) repeat;
}

label {
	color: #f6edd8;
}

.btn {
	background: #f7eace;
}

.form-control {
	background: #f7eace;
}

.ah-nav {
	background: url(../images/body_bg.png) repeat-x;
	height: 130px;
}

.ah-brand {
	padding-top: 60px;
}

.ah-toggler {
	margin-bottom: 52px;
}

.ah-item {
	padding-left: 20px; 
	padding-right: 20px;
}

.ah-link {
	font-family: 'BazarMedium'; 
	color: #f6edd8 !important;
	font-size: 32px; 
	text-transform: uppercase;
}

.ah-home-container {
	z-index: 0; 
	margin-top: -3px; 
	position: relative; 
	padding-top: 200px;
}

.ah-h2-quote {
	font-family: 'BazarMedium'; 
	color: #f6edd8; 
	text-transform: uppercase; 
	font-size: 40px; 
	margin-top: 20px;
	font-weight: normal; 
	padding-bottom: 2px; 
	padding-left: 48px; 
	background:url(../images/h_lft_bg.jpg) left top no-repeat;
}

.ah-h3-quote {
	font-family: 'BazarMedium'; 
	color: #f6edd8; 
	font-size: 22px; 
	font-weight: normal; 
	margin-bottom: 20px; 
	text-transform: uppercase; 
	text-align: right; 
	padding-right: 34px; 
	background:url(../images/h_rit_bg.jpg) right bottom no-repeat; 
	font-weight: normal;
}

.ah-overmij-top {
	background: url(../images/home_top_botm_bg.jpg) bottom center repeat-x; 
	padding-bottom: 23px;
}

.ah-overmij-bg {
	background: url(../images/home_about_bg.jpg) repeat;
}

.ah-overmij-p {
	 font-size: 20px;
}

.ah-top {
	height: 58px;
	padding-bottom: 5px; 
	position: relative; 
	z-index: 10; 
	padding-bottom: 2px;
}

.ah-overmij-ribbon {
	width: 44px; 
	height: 67px; 
	display: block; 
	position: absolute; 
	left: 0px; 
	top: -9px; 
	background: url(../images/top_ribbons.png) 0px -9px no-repeat; 
	-webkit-transition: background-position 0.5s ease-out; 
	-moz-transition: background-position 0.5s ease-out; 
	-o-transition: background-position 0.5s ease-out; 
	text-decoration: none;
}

.ah-overmij-ribbon:hover {
	background: url(../images/top_ribbons.png) 0px 0px no-repeat;
	text-decoration: none;
}

.ah-h3 {
	color: #383838; 
	font-weight: normal; 
	/* font-size: 120px;  */
	font-size: 6vw;
	font-family: 'BazarMedium'; 
	margin-bottom: 35px; 
	text-transform: uppercase;
}
@media screen and (min-width: 1000px) {
	.ah-h3 {
		font-size: 120px;
	}
}

.ah-h3-contact {
	color: #f6edd8; 
	font-weight: normal; 
	/* font-size: 120px;  */
	font-size: 6vw; 
	font-family: 'BazarMedium'; 
	margin-bottom: 35px; 
	text-transform: uppercase;
}
@media screen and (min-width: 1000px) {
	.ah-h3-contact {
		font-size: 120px;
	}
}

.ah-portfolio-top {
	background: url(../images/home_about_botm_bg.jpg) bottom center repeat-x; 
	padding-bottom: 23px;
}

.ah-portfolio-bg {
	background: url(../images/portfolio_bg.jpg) repeat;
}

.ah-porfolio-ribbon {
	width: 44px; 
	height: 67px; 
	display: block; 
	position: absolute; 
	left: 0px; 
	top: -12px; 
	background: url(../images/top_ribbons.png) -88px -9px no-repeat; 
	-webkit-transition: background-position 0.5s ease-out; 
	-moz-transition: background-position 0.5s ease-out; 
	-o-transition: background-position 0.5s ease-out; 
	text-decoration: none;
}

.ah-porfolio-ribbon:hover {
	background: url(../images/top_ribbons.png) -88px 0px no-repeat;
	text-decoration: none;
}

.ah-contact-top {
	background: url(../images/portfolio_botom_bg.jpg) bottom center repeat-x; 
	padding-bottom: 27px;
}

.ah-contact-bg {
	background: url(../images/contact_me_bg.jpg) repeat;
}

.ah-contact-ribbon {
	width: 44px; 
	height: 67px; 
	display: block; 
	position: absolute; 
	left: 0px; 
	top: -13px; 
	background:url(../images/top_ribbons.png) -132px -9px no-repeat; 
	-webkit-transition: background-position 0.5s ease-out; 
	-moz-transition: background-position 0.5s ease-out; 
	-o-transition: background-position 0.5s ease-out; 
	text-decoration: none;
}

.ah-contact-ribbon:hover {
	background: url(../images/top_ribbons.png) -132px 0px no-repeat;
	text-decoration: none;
}

.card {
	background-color: #f6edd8;
}

.ah-portfolio-img {
	object-fit: cover; 
	height: 15vw;
}

@media screen and (min-width: 1000px) {
	.ah-portfolio-img {
		height: 250px;
	}
}

.form_success {
	color: #383838;
	font-family: 'BazarMedium';
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 70px;
	margin: 10px;
}
</pre></body></html>