/*! HTML5 Boilerplate v4.3.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,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * 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 images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* Brown #5f2e0a */
/* Scribble Box is licensed to Dunedin Flat Movers by KC Fonts (http://www.kcfonts.com) #1337 */
@font-face {
    font-family: 'scribble_boxregular';
    src: url('font/scribbleboxdunedin_flat_movers.eot');
    src: url('font/scribbleboxdunedin_flat_movers.eot?#iefix') format('embedded-opentype'),
         url('font/scribbleboxdunedin_flat_movers.woff2') format('woff2'),
         url('font/scribbleboxdunedin_flat_movers.woff') format('woff'),
         url('font/scribbleboxdunedin_flat_movers.ttf') format('truetype'),
         url('font/scribbleboxdunedin_flat_movers.svg#scribble_boxregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*Background from subtlepatterns.com */
body {
	background-image: url("/img/cbg.jpg");
}

section {
	margin: 40px 0;
}

#headerIcon {
	display: block;
	margin: 20px auto;
}

#lineHolder {
	height: 0;
	width: 100%;
	width: 95%;
	margin: -123px auto 130px auto;
	position: relative;
}

.headerLine {
	border-bottom: solid 8px #5f2e0a;
	height: 0;
	width: calc( 50% - 120px );
	float:left;
}

#headerSpacer {
	float:left;
	height: 0;
	width: 240px;
	border-bottom: solid 8px #5f2e0a;
}

h1 {
	text-align: center;
	font-family: 'scribble_boxregular', Arial;
	font-size: 58px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #5f2e0a;
}

#navBar {
	width: 60%;
	max-width: 850px;
	height: 40px;
	margin: 0 auto;
	border-bottom: solid 2px black;
	border-top: solid 2px black;
	position: relative;
	padding: 0;
}

#navBar li {
	float:left;
	width: 25%;
	height:40px;
	overflow:hidden;
	text-align: center;
	list-style-type: none;
	line-height: 44px;
	font-family: "scribble_boxregular", sans-serif;
	font-weight: 500;
	font-size: 25px;
	position: relative;
}

#navBar a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	color: black;
-webkit-transition: all 150ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition: all 150ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: all 150ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition: all 150ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}

#navBar a:hover {
	background-color: #5f2e0a;
	color:white;
}

#quote {
	width: 60%;
	max-width: 850px;
	display: table;
	margin: 0 auto;
	position: relative;
	height: 200px;
}

.quotation {
	width: 100%;
	display: table-cell; 
	vertical-align: middle; 
	margin: 40px auto;
	position: absolute;
	top: 0;
	left:0;
	opacity: 0;
	font-family: "adelle";
	font-weight: 400;
	font-style: italic;
	font-size: 26px;
-webkit-transition: opacity 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition: opacity 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: opacity 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition: opacity 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}

h2 {
	text-align: center;
	font-family: scribble_boxregular, monospace;
	font-size: 48px;
	font-weight: normal;
	margin: 0 auto;
	color: #5f2e0a;
}

#bodyLineHolder {
	height: 0;
	width: 100%;
	width: 95%;
	margin: -40px auto 50px auto;
	position: relative;
}

.bodyLine {
	border-bottom: solid 8px #5f2e0a;
	height: 0;
	width: calc( 50% - 140px );
	float:left;
}

.bodySpacer {
	float:left;
	height: 0;
	width: 280px;
	border-bottom: solid 8px #5f2e0a;
}

.pageSection p {
	font-family: "Lato",sans-serif;
	font-size: 18px;
display: block;
float:left;
margin-top:0;
}

#about p {
	font-size: 20px;
}

#servicae {
	list-style-type:none;
	width:60%;
	margin: 0 auto;
	position:relative;
	padding: 0;
}

#servicae li {
	display: block;
	float:left;
	width:50%;
	font-family: scribble_boxregular, monospace;
	font-size: 28px;
	margin: 30px 0;
	color: black;
}

#servicae li:nth-child(even) {
	text-align: right;
}

#priceCont {
	width:60%;
	margin: 0 auto;
	
}

#pricing h3, #pricing h4 {
	font-family: scribble_boxregular, monospace;
	color: black;
	font-weight: normal;
margin-bottom:0;
padding-bottom:0;
}

#pricing h3 {
	width:60%;
	float:left;
	font-size: 36px;
}
#pricing h4 {
	width:40%;
	float:left;
	font-size: 30px;
	text-align: right;
}

#pHolder {
	width: 60%;
	margin: 0 auto;
}

.formInput {
	box-sizing: border-box;
	display: block;
	width: 500px;
	margin:10px auto;
	border-radius: 4px;
	height: 30px;
	border: none;
	padding: 5px;
}

.formText {
	height: 60px;
}

.formInput::-webkit-input-placeholder {
   color: grey;
   font-size: 12px;
   padding-top: 2px;
}

.formInput:-moz-placeholder { /* Firefox 18- */
   color: grey;  
   font-size: 12px;
   padding-top: 2px;
}

.formInput::-moz-placeholder {  /* Firefox 19+ */
   color: grey;  
   font-size: 12px;
   padding-top: 2px;
}

.formInput:-ms-input-placeholder {  
   color: grey;  
   font-size: 12px;
   padding-top: 2px;
}

.formSub {
	display: block;
	width:250px;
	margin:20px auto;
	border-radius: 4px;
	height: 35px;
	border: solid 2px #5f2e0a;
	background: none;
	color: #5f2e0a;
}

.formSub:hover {
	border: none;
	background: #5f2e0a;
	color: white;
}

.footLinks {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.footLinks li {
	width: 50%;
	float:left;
	text-align: center;
	line-height: 24px;
}

.phic {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url('../img/ph.png');
	background-size: 24px;
}

.fbic {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url('../img/fb.png');
	background-size: 24px; 
}


.callUs {
	display: block;
	width: 100%;
	text-align: center;
	color: white;
	margin-top: 10px;
}

.callUsOr {
	display: block;
	width: 100%;
	text-align: center;
	color: white;
	font-size:8px;
	opacity:0.9;
	margin-top: 0;
}

.footTx {
	height: 24px;
	display: inline-block;
	line-height: 24px;
	margin-left: 5px;
	position: relative;
	top: -5px;
}

.ph1 {
	font-size: 20px;
}

.callUs span:hover {
	opacity: 1;
	text-decoration: underline;
}

.cl {
	clear: both;
	height: 15px;
}

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

.progress {
	color: white;
}
   
/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.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: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, 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;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

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

@media (max-width: 1000px) {
    /* Style adjustments for viewports that meet the condition */
	#headerIcon {
		height: 80px;
		width: 80px;
	}
	
	#lineHolder {
	margin: -62px auto 102px auto;
	}

	.headerLine {
		border-bottom: solid 4px #603813;
		width: calc( 50% - 60px );
	}

	#headerSpacer {
		width: 120px;
		border-bottom: solid 4px #603813;
	}
	
	h1 {
		font-size: 25px;
	}
	
	#navBar li {
		font-size: 20px;
	}
}

@media (max-width: 700px) {
	#navBar {
		display: none;
	}
	
	.formInput, .formSub {
		width: 90%;
	}
	
	#quote {
		width: 95%;
		font-size: 14px;
		height: 300px;
	}
	#pHolder {
		width: 95%;
	}
}

@media (max-width: 800px) {
	#servicae {
		width:95%;
	}
	#servicae li {
		float:left;
		width:95%;
		margin: 30px auto; 
		text-align: center;
	}
	#servicae li:nth-child(even) {
		text-align: center;
	}
	#pricing h3 {
		width:95%;
		margin: 0 auto;
		float:left;
		font-size: 36px;
		text-align: center;
	}
	#pricing h4 {
		width:95%;
		margin: 0 auto;
		float:left;
		font-size: 30px;
		text-align: center;
	}
	#priceCont {
		width:95%;
	}
	#priceCont p {
		clear: both;
	}
}

@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 required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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 for images, or javascript/internal links
     */

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

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

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

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