/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    background: url('../img/background.jpg') center top repeat-x;
    }


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

a[href^=tel]{
    color:inherit;
    text-decoration:none;
}


.bold {
	font-weight: 700;
}

p {
	font-size: 14px;
	margin: 5px 0;
}

#header-wide {
	width:100%;
	background: #110041 url('../img/header-back.jpg') center bottom no-repeat ;
	height:175px;
}

#header-inner {
	width:1400px;
	height:100px;
	margin: 0 auto;
}





#header-logo {
	width:450px;
	height:130px;
	float: left;
	margin-top: 20px;
}

#header-info {
	width:550px;
	height:130px;
	float: right;
}

#header-social {
	width:550px;
	float: right;
	margin-top: 8px;
	position: relative;
	z-index: 999;
}

#header-social i {
	float: right;
	margin-left: 10px;
}

#header-social a {
	color: #f7f7f7;
	}
#header-social a:hover {
	color: #ba00d1;
}

#header-contact {
	width:575px;
	height: 60px;
	float: right;
	margin-top: 15px;
	color: #f7f7f7;
	text-align: right;
}

#header-contact h1 {
	border-bottom: 1px solid #f7f7f7;
	font-size: 14px;
	padding-bottom: 3px;
	margin: 0;
}

#header-contact p {
	font-size: 24px;
	font-weight: 700;
	margin: 0;
}

.phone-number {
	font-size: 34px;
	line-height: 36px;
	font-weight: 700;
}

#wrapper {
	width:1400px;
	margin: 0 auto;
	position: relative;
}

#heading {
	position: absolute;
	width:350px;
	height:50px;
	top:300px;
	left:250px;
}

#heading p {
	font-size: 32px;
	color: #f7f7f7;
}

#house {
	width:1317px;
	height: 754px;
	position: absolute;
	top:40px;
	margin: 0 auto;
	right: 0;
	left: 0;
}


#buttons-wrapper {
	width:1400px;
	margin: 375px auto 0 auto;
	height: 336px;
	position: relative;
	z-index: 99;
}

.button {
	width:375px;
	height: 380px;
	background-image: url('../img/button.png');
	float: left;
	margin-right: 135px;
	position: relative;
}

.no-margin {
	margin-right: 0 !important;
}

.button-inner {
text-align: center;
}

.button-inner a {
	font-weight: 700;
	font-size: 28px;
	text-align: center;
	color: #f7f7f7;
	text-decoration: none;
}

.button-inner p {
	font-weight: 700;
	font-size: 28px;
	text-align: center;
	color: #f7f7f7;
}

.button-inner a:hover {
	color: #ba00d1;
}

.btn-services {
	padding: 155px 0 0 95px;
    width: 175px;
}

.btn-testimonials {
	padding: 175px 0 0 82px;
    width: 200px;
}

.btn-about {
	padding: 175px 0 0 95px;
    width: 175px;
}

#home-text {
	width:960px;
	margin: 0 auto;
	color: #f7f7f7;
	text-align: center;
	margin-top:50px;

}

#home-text p {
	font-size: 36px;
}

#outstanding {
	width:538px;
	height:147px;
	margin: 0 auto;
	margin-top: -50px;
}

#footer-wide {
	width:100%;
	background: #110040;
	height:125px;
	padding-top: 25px;
	background: #110041 url('../img/footer.jpg') center bottom no-repeat ;
	margin-top: 150px;
}

#footer-inner {
	width:1400px;
	margin: 0 auto;
	margin-top: 20px;
	color: #f7f7f7;
}

#footer-inner p {
	font-size: 17px;
}

#footer-inner a {
	color: #f7f7f7;
	text-decoration: underline;
}

.small {
	font-size: 12px;
}


.page-wrapper {
	width: 750px;
	display: none;
	background: url('../img/background.jpg') center top repeat-x;
	padding:25px;
}


.page-image {
	width: 750px;
	float: left;
}

.page-text-heading {
	width: 750px;
	float: left;
	color: #f7f7f7;
}

#page-text-heading h1 {
	margin: 20px 0 0 0;
}

.page-text-heading h3 {
	margin: 0 0 20px 0;
}

.page-text {
	width: 750px;
	float: left;
	color: #f7f7f7;
}

.page-text-column {
	width:365px;
	margin-right: 20px;
	float: left;
}

.page-text-column li {
	font-size: 14px;
}

.page-text-column p {
	margin: 10px 0;
}

.page-text-column h2 {
	margin: 15px 0 0 0;
	font-size: 20px;

}

.page-text-signoff {
	width: 700px;
	float: left;
	background-color: #3E007E;
	color: #f7f7f7;
	padding: 10px 25px;
	margin-top: 25px;
}

.page-text-signoff p {
	font-size: 18px;
	text-align: center;
	font-weight: 700;
}

.quote {
	width: 750px;
	font-size: 18px;
	font-style: italic;
	margin-top: 25px;
}

.quote-name {
	width: 750px;
	font-size: 16px;
	font-weight: 700;
	color: #3E007E;
	margin-top: 5px;
}







/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* Added 2026 --------------- */

#top-banner {
	width: 100%;
	background-color: #ba00d1;
	padding: 5px 0;
	text-align: center;
}

#top-banner p {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

/* E/O Added 2026 --------------- */

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
