<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
@import url(https://fonts.googleapis.com/css?family=Patrick+Hand);
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.active {width:80%;  border: solid 0px #CCC;}
p {
 margin:0 8px; /* Set margins around the links */
 color:#333; /* Text colors for the links */
 font-family: 'Patrick Hand', cursive;
 font-size:17px;
 padding:10px;
 line-height:20px;
}
h1 {
 margin:0 8px; /* Set margins around the links */
 color:#333; /* Text colors for the links */
 font-family: 'Patrick Hand', cursive;
 font-size:25px;
 padding-left: 10px;
 border-top:0px solid transparent;
 border-bottom:15px solid transparent;
 border-image:url(../images/footer-border.png)  50 stretch;
 width:15%;

}
#logo {
	clear: both;
	float: none;
	margin: 0px auto;
	width: 50%;
	display: block;
}
.logo-wraper {
	margin: 0px auto;
	width: 50%;
	display:block;
	padding-bottom:10px;
}
	.home-button-wraper {
	float: left;
	/*height: 378px;*/
	width: 25%;
	
}

	.inner-button-wraper {
	float: left;
	/*height: 378px;*/
	width: 30%;
	
}
	.inner-button-wraper2 {
	float: left;
	/*height: 378px;*/
	width: 45%;
	
}
	/* 2. Left Column
-----------------------------*/
.sidebar { width: 25%; /*max-height:50%;*/  float: left;background-color: none; border-right:#CCC solid 0px; }

/* Main Content Area */
.main-content {
  margin-top: 0px;
  overflow-x: hidden;
  /*padding:10px;*/
  border:25px solid transparent;
}

#round
{
-moz-border-image:url("http://s3.amazonaws.com/dfc_attachments/images/3247065/sketchy_web.png") 30 30 round; /* Old Firefox */
-webkit-border-image:url("http://s3.amazonaws.com/dfc_attachments/images/3247065/sketchy_web.png") 30 30 round; /* Safari and Chrome */
-o-border-image:url("http://s3.amazonaws.com/dfc_attachments/images/3247065/sketchy_web.png") 30 30 round; /* Opera */
border-image:url("http://s3.amazonaws.com/dfc_attachments/images/3247065/sketchy_web.png") 30 30 round;
}

#stretch
{
-moz-border-image:url("../images/border.png") 30 30 stretch; /* Old Firefox */
-webkit-border-image:url("../images/border.png") 30 30 stretch; /* Safari and Chrome */
-o-border-image:url("../images/border.png") 30 30 stretch; /* Opera */
border-image:url("../images/border.png") 30 30 stretch;
}
#stretch-footer
{
-moz-border-image:url("../images/footer-border.png") 30 30 stretch; /* Old Firefox */
-webkit-border-image:url("../images/footer-border.png") 30 30 stretch; /* Safari and Chrome */
-o-border-image:url("../images/footer-border.png") 30 30 stretch; /* Opera */
border-image:url("../images/footer-border.png") 30 30 stretch;
}
	
	/* make keyframes that tell the start state and the end state of our object */

@-webkit-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }

.fade-in {
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

.fade-in.one {
-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
animation-delay: 0.7s;
}

.fade-in.two {
-webkit-animation-delay: 1.2s;
-moz-animation-delay:1.2s;
animation-delay: 1.2s;
}

.fade-in.three {
-webkit-animation-delay: 1.6s;
-moz-animation-delay: 1.6s;
animation-delay: 1.6s;
}

.fade-in.four {
-webkit-animation-delay: 1.8s;
-moz-animation-delay: 1.8s;
animation-delay: 1.8s;
}
.fade-in.five {
-webkit-animation-delay: 2s;
-moz-animation-delay: 2s;
animation-delay: 2s;
}
.fade-in.six {
-webkit-animation-delay: 2.2s;
-moz-animation-delay: 2.2s;
animation-delay: 2.2s;
}
	/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* google map section */
#map-canvas {
	border: none;
	width: 100%;
	height: 200px;
	background-color:#CCC;
}
/* contact section */
#contact {
	color: #ffffff;
	width: 80%;
	margin:0 auto;
	
}


#contact h2 {
	color: #ffffff;
}
#contact .form-control {
	font-family: 'Patrick Hand', cursive;
	letter-spacing:2px;
	box-shadow: none;
	margin-top: 12px;
	margin-bottom: 14px;
	margin-right:50px;
	-moz-border-image:url("../images/input-border.png") 10 12 stretch; /* Old Firefox */
	-webkit-border-image:url("../images/input-border.png") 10 12 stretch; /* Safari and Chrome */
	-o-border-image:url("../images/input-border.png") 10 12 stretch; /* Opera */
	border-image:url("../images/input-border.png") 10 12 stretch;
	
}
#contact input {
	height: 50px;
}
#contact input[type="submit"] {
	color: #333;
	height: 60px;
	font-weight: bold;
	transition: all 0.4s ease-in-out;
	-moz-border-image:url("../images/input-border.png") 10 12 stretch; /* Old Firefox */
	-webkit-border-image:url("../images/input-border.png") 10 12 stretch; /* Safari and Chrome */
	-o-border-image:url("../images/input-border.png") 10 12 stretch; /* Opera */
	border-image:url("../images/input-border.png") 10 12 stretch;


}
#contact input[type="submit"]:hover {
	background-color: #202020;
	color: #fff;
}
/* ========================================================================
                                START FOOTER
========================================================================= */
/* footer section */
footer {
	background: #fff;
	color: #999;
	/*border-bottom: 10px solid #ffffff;*/
	border-top: 10px solid transparent;
	border-bottom:none;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top:15px;
	border-image:url(../images/footer-border.png)  50 stretch ;
}
footer h2 {
	padding-top: 40px;
	padding-bottom: 20px;
}
footer ul { margin:0; padding:0;
 color:#000; /* Base text color for the menu */
}
footer ul li { float:left; list-style:none; /* Makes the list items go horizontally in lieu of default vertical display */ }
ul li:after {
 content:"|"; /* Or go Facebook style and use "·" (the interpunct character) for separators */
 color:#666; /* You may want to make the separators a bit more subtle than the base text color */
 font-family: 'Covered By Your Grace', cursive;
}
footer ul li:last-child:after { content:""; /* No separator for the last item in the list */ }
footer ul li a {
 margin:0 8px; /* Set margins around the links */
 color:#999; /* Text colors for the links */
}
footer a {
 margin:0 8px; /* Set margins around the links */
 color:#999; /* Text colors for the links */
 font-family: 'Patrick Hand', cursive;
 font-size:16px;
}
footer a:visited {
 margin:0 8px; /* Set margins around the links */
 color:#999; /* Text colors for the links */
 font-family: 'Patrick Hand', cursive;
 font-size:16px;
}
footer p {
	line-height: 20px;
	font-size:12px;
}
footer .copyright a {
	color: #999;
	text-align:left;
	font-size:16px;
	font-family: 'Patrick Hand', cursive;
}
.social-icon {
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	float: right;
}
.social-icon li {
	list-style: none;
	display: inline-block;
}
.social-icon li a {
/*	background: #f8f8f8;
border-radius: 100%;
color: #029e93;
font-size: 21px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
text-decoration: none;
transition: all 0.4s ease-in-out;
margin: 0 6px 32px 6px;*/

    border-radius: 100%;
    color: #029e93;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease-in-out;

}
.social-icon li a:hover {
	background: #080808;
}
/* ========================================================================
                                END FOOTER
========================================================================= */


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (max-width : 480px){
.gridContainer {
	width: 100%;
	/*padding-left: 1.1625%;
	padding-right: 1.1625%;*/
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	clear: both;
	float: none;
	margin: 0px auto;
	width: 100%;
	display: block;
}
.logo-wraper {
		clear: both;
	float: none;
	margin: 0px auto;
	width: 40%;
	display: block;
	
}

.home-button-wraper {
	
	float: left;
	/*height: 378px;
	width: 354px;*/
	
}
.sidebar { width: 100%;  float: left;background-color: none; border-bottom:#CCC solid 1px; border-right:#CCC solid 0px; }
/* Main Content Area */
.main-content {
  margin-top: 50px;
  min-height: 600px;
  padding: 0;  
  overflow-x: hidden;
  /*background-color:#ccc;*/
  border:15px solid transparent;
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
h1 {
 margin:0 8px; /* Set margins around the links */
 color:#333; /* Text colors for the links */
 font-family: 'Patrick Hand', cursive;
 font-size:25px;
 padding-left: 10px;
 border-top:0px solid transparent;
 border-bottom:15px solid transparent;
 border-image:url(../images/footer-border.png)  50 stretch;
 width:50%;

}
#contact {
    color: #ffffff;
    width: 98%;
    margin: 0 auto;
}
footer {
	background: #fff;
	color: #999;
	/*border-bottom: 10px solid #ffffff;
	border-top: 1px solid  #CCC;*/
	border-bottom:none;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top:15px;
	width:100%;
}
.copyright {display: initial;}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 1232px;
	padding-left: 0.1%;
	padding-right: 0.1%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
}
.logo-wraper {
		clear: both;
	float: none;
	margin: 0px auto;
	width: 35%;
	display: block;
	
}
}

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