/*! 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
   ========================================================================== */
   
   ::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
body{
	background: #FFF;
	font-family: 'Quicksand', "Century Gothic", Arial, Helvetica, sans-serif ;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5em;
	color: #FFF;
}
h1, h2, h3, h4, h5, h6 {  font-family: 'Prata', "Bodoni MT", "Book Antiqua", Palatino, serif;}
#left{
	width: 325px;
	position: fixed;
	left: 0;
	top: 0;
	background: #FFF;
	background: rgba( 255,255,255,0.1);
	height: 100%;
}

#logo{ 
padding: 300px 20px 0px 20px;
background: #FFF;
}
#logo img{
	position: relative;
	bottom: -50px;
	width: 100%;
	height: auto;
}
#nav ul{
	margin: 30px 0 0 0;
	padding: 0;
}
#nav ul li{
	margin: 0px 0px 20px 0px;
	display: inline-block;
}
#nav li a{
	padding: 8px 8px 8px 100px;
	background: #FFF;
	display: block;
	color: brown;
	color: #000;
	text-decoration: none;
}
#nav li a.nav-red {background: #EE3524;}
#nav li a.nav-vanilla{background: #FFF1BF;}
#nav li a.nav-grey{background: #8D8A83;}
#nav li a.nav-orange{background: #EC7952;}
		
#nav li a:hover{
	background: #FFF;
	padding-left: 120px;
	 transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 1s ease-in-out; /** Firefox **/
    -o-transition: all 1s ease-in-out; /** Opera **/
	
	 -moz-box-shadow:    0px 0px 3px 3px rgba(0,0,0,0.2);
 	 -webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.2);
	 box-shadow:         0px 0px 3px 3px rgba(0,0,0,0.2);
}
#footer{
	position: absolute;
	bottom: 0;
	padding: 20px;
	
}
#footer ul{
	padding: 0;
}
#footer li{
	list-style-type: none;
	display: inline-block; 
	font-size: .7em;

}
#footer li:after{
	content: ' | ';
}
#footer li:last-child:after{
	content: ' ';
}
#footer a{ color: #FFF; text-decoration: none;}
#right{
	display: block;
}
#right section{
	padding: 80px 80px 80px 400px;
}
#right #location section{
	padding: 0px;
}
#nav{
	
}

.nav{
	
}
#about, #services, #appointments, #contact h1{
	text-align: center;
}
#about{
	background: url(../images/bg-flower.jpg) top center no-repeat #242A01;
}
#about{
	font-size: 22px;
}
#about section.wrap{
	padding: 120px 140px 120px 500px;
}
#about strong{
	font-size: 34px;
	font-weight: 400;
}
#services{
	background: #160501;
}
#appointments p{
	font-size: 1.3em;
}
#appointments{
	background: url(../images/bg-sand.png) #F8C89E repeat;
	color: #000;
		 -moz-box-shadow:    0px 0px 3px 3px rgba(0,0,0,0.2);
 	 -webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.2);
	 box-shadow:         0px 0px 3px 3px rgba(0,0,0,0.2);
}
#location{
}
#contact{
	background: url(../images/bg-burlap.png) #A32009 repeat;
}

#services ul{
	padding: 0;
}
#services li{
	display: inline-block;
	padding: 2%;
	margin: 0px 4% 3% 0px;
	width: 18%;
	float: left;
	background: rgba(0,0,0,0.4);
	font-size: 1.3em;
	min-height: 50px;
}
#services li.second{
}
#services li.fourth{
	margin-right: 0;
}

#services li.one{background: #381406;}
#services li.two{background: #040100;}
#services li.three{background: #876750;}
#services li.four{background: #813F2A;}
#services li.five{background: #B8261B;}
#services li.six{background: #1A1A1A;}
#services li.seven{background: #5D1305;}
#services li.eight{background: #270D04;}



input:not([type]), input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], textarea {
padding: 3px;
display: block;
background: #F8C89E;

-moz-box-shadow:    inset 0 0 10px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
   box-shadow:         inset 0 0 10px rgba(0,0,0,0.3);
   border: 1px solid #A32009;
   margin-bottom: 10px;
}

.btn{
	clear: both;
}

.toggleMenu {
    display:  none;
    background: url(../images/mobile-nav-btn-white.png) transparent center no-repeat;
    padding: 20px;
    color: #fff;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.nav {
    list-style: none;
     *zoom: 1;
}

.flex-img{ width: auto; max-width: 100%; height: auto;}

.left{float: left;}
.right{float: right;}
.one-half, .one-third, .one-fourth{ margin-right: 5%;}

.one-half{width: 47.5%;}
.one-third{width: 30%;}
.one-fourth{width: 21.25%;}
.full-width {width: 100%;}

.last{ margin-right: 0;}
	
.clear{ width: 100%; clear: both;}









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

/*
 * 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 screen and (max-width: 980px) {
#about section.wrap{ padding: 80px 80px 80px 400px;}
	#services li{
	display: inline-block;
	padding: 3%;
	margin: 0px 4% 3% 0px;
	width: 42%;
	float: left;
	background: rgba(0,0,0,0.4);
	font-size: 1.3em;
	min-height: 100px;
	

}
#services li.second{
	margin-right: 0;
}
#services li.fourth{
	margin-right: 0;
}

	
	.one-half, .one-third, .one-fourth{ margin-right: 5%;}

.one-half{width: 47.5%;}
.one-third{width: 100%;}
.one-fourth{width: 47.5%;}
.full-width {width: 100%;}	

.second{
	margin-right: 0;
}
.fourth{
	margin-right: 0;
}
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
	#left {
width: 100%;
background: none;
	}
#logo {
padding: 0px 20px 0px 50px;
background: rgba(255,255,255,0.8);
height: 80px;
}	
#logo img {
	bottom: 0px;
	width: auto;
	max-width: 100%;
	height: auto;
}
#nav{
	position: absolute;
top: 10px;
left: 0px;
background: rgba(255,255,255,0.3);

}
#nav ul{padding-right: 20px;
}
#nav ul li {
float: left;
clear: left;
}
#footer{
	width: 98%;
	background: rgba(0,0,0,0.6);
	padding: 1%;
}
#footer ul{
	margin: 0;
}
#about section.wrap{
padding: 100px 20px 40px 20px;

}

#right section {
padding: 40px 20px;

}
	
	
}

@media screen and (max-width: 600px) {
	
#services li{
	display: inline-block;
	padding: 5%;
	margin: 0px 0px 15px 0px;
	width: 90%;
	float: left;
	background: rgba(0,0,0,0.4);
	font-size: 1.3em;
	min-height: inherit;
	

}

.one-half, .one-third, .one-fourth{ margin-right: 5%;}
.one-half{width: 100%;}
.one-third{width: 100%;}
.one-fourth{width: 100%;}
.full-width {width: 100%;}
	
}
@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 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;
    }
}
