html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
html,body {
  height: 100%;
  margin:0;
}
#menufix{
  display:inline;
  width:20%;
  background: white;
/*  float:left; */
  position:fixed;
  top: 0;
  left: 5%;
}
.leftcolumn{
  display:inline;
  height: 100%;
  min-height: 100%;
  width:20%; /* was 33% */
  background: white;
  float:left;
}
.heightzero {
    height: 0;
}
.rightcolumn{
  display:inline;
  height: 100%;
  min-height: 100%;
  width:60%;
  background: white;
  float:left;
  padding-right: 10%;
  padding-left: 30%;
}
.midcolumn {
  display:inline;
  height: 100%;
  min-height: 100%;
  width: 50%;
  background: white;
  float:left;
  padding: 5%;
}
.rightcolumn-service{
  display:inline;
  height: 100%;
  min-height: 100%;
  width: 18%;
  background: white;
  float:left;
  font-size: 1.2em;
  padding-top: 3%;
}

.page-title {
    font-size: 2em;
    font-family: 'Jost', sans-serif;
    color: darkgrey;
    text-align: center;
 }
.list-title {
    font-size: 1.5em;
    font-family: 'Jost', sans-serif;
    color: darkgrey;
    padding-left: 5%;
    text-align: center;
}
.border-left {
    border-left: #babfbd 2px solid;
}
.stacy-pic {
    float: left;
    padding: 7% 5%;
}

.center {
/*	height:auto !important;  real browsers 
	height:100%; /* IE6: treaded as min-height

	min-height:100%; /* real browsers */
	width: 90%;
	margin: 0 auto;
	background: white;
}
.service-height {
    min-height: 1300px;
}
.padtop3 {
    padding-top: 3%;
}
.padtop5 {
    padding-top: 5%;
}
h1 img {
    height: 1em;
    max-width: 50px;
}

.intro p {
    text-align: center;
    font-size: 1.2em;
    color: #8f8e8e; 
}
.home-text p {
    font-size: 1.2em;
    color: #8f8e8e;
    padding: 0 2% 2%;
}
.about-text p {
    font-size: 1.2em;
    color: #8f8e8e;
    padding: 5% 2% 0;
}
.phil-text p {
    font-size: 1.2em;
    color: #8f8e8e;
    padding: 0 2% 2%;
}
.phil-text h1, .home-text h1 {
    color: #8f8e8e;
}
.pinkmenu {
    transform:rotate(0deg); /* was -2deg */
    background-color: #fcd8dc;
    padding: 2%;
    margin-top: 5%;
}
.pinkmenuname {
    float:left;
}
.pinkmenuname img {
    position: absolute;
    bottom: 40px;
    max-height: 80%;
    max-width: 15%;
}
.verticaltext {
  transform: rotate(-90deg);
    color: white;
    font-size: 6em;
    transform-origin: left top;
    margin-top: 6em;
    font-family: 'Jost', sans-serif;
}
.services {
  transform: rotate(-90deg);
    transform-origin: left top;
    margin-left: 8em;
}
.services-text {
  color: #777777;
}
.services-text h1, .services-text h4 {
    text-align: left;
    padding-left: 25%;
    padding-top: 5px;
}
.services-text p {
    text-align: left;
    padding-left: 28%;
}
.nobreak {
    white-space: nowrap;
}

.menutitle {
    font-size: 3em;
    text-align: center;
}
.call-line {
    width: 90%;
    margin: auto;
}
.call-text {
    font-family: 'Bilbo', cursive;
    font-size: 3em;
    font-weight: bold;
    color: #f39eb3;
    float: left;
}
.call-text2{
    font-family: 'Shadows Into Light', cursive;
    font-size: 3em;
    font-style:italic;
    font-weight: bold;
    color: #f39eb3;
}
.sig {
    font-family: 'Mrs Saint Delafield', cursive;
    font-size: 3em;
    color: pink;
    text-align: center;
}
.sig img {
    max-width: 300px;
}
.test {
    font-family: 'Jost', sans-serif;
    color: darkgrey;
    padding: 10% 0 10% 10%;
    font-size: 0.9em;
    font-style: italic;
}
.test-pic {
    text-align: center;
    opacity: 0.6;
}
.test-pic img {
    max-width: 86px;
}

.logos {
    text-align: center;
    padding-top: 4%;
}
.logos img {
    max-width: 160px;
    width: 75%;
}
.logosmall img {
    max-width: 85px;
    width: 35%;
    padding: 10% 33px 0;
}
body {
	font-size: 1.0em;
	background-color:#8f8e8e;
}
.phone a {
	font-size: 40px;
	color:#FFF;
}
.phone a:link {
	color: #FFF;
}
#wrapper, #wrapper-home, #wrapper-new, #wrapper-phil, #wrapper-serv { 
    background:#8f8e8e;
    position:relative;
    height: 100%;
	min-height:100%; /* real browsers */
}
h1 {
	text-align:center;
}
.address {
	padding-top: 10%;
	padding-bottom: 3%;
}
.address a.ui-link {
	color:#333;
	text-decoration:none;
}
.address a.ui-link:hover {
	color:#000;
	text-decoration:none;
}

/************************************************************************************
MENU
*************************************************************************************/

#menu {
/*	width: 100%; */
	max-width: 300px;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
}
#menu ul {
  text-align: center;
  margin: 0;
  padding: 1% 0 1% 0;
  list-style: none;
}
#menu ul li {
  position: relative;
  padding: 20px 20px;
/*  background: #fff; */
  cursor: pointer;
/*  border-top: inset;
  border-color:#FF9; */
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#menu ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
#menu ul li ul li { 
/*  background: #555; */
	background: #123C5C;
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
  width: 150%; /* was 125% */
}
#menu ul li ul li:hover {  background: #36657d; /*#666;*/ }
#menu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  color:#666;
  z-index:10;
}
#menu {
	text-align:justify;
	padding-left: 7px;
	padding-right: 7px;
		/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#menu a {
	display:inline-block;
    position: relative;
	color:#666;
	text-decoration:none;
	font-size: 1.2em;
}
#menu a.c_link {
	color:#ec9faf;
	font-weight:bold;
	text-decoration:none;
}
#menu li:hover a.h_link {
	color:#ec9faf;
	font-weight:bold;
	text-decoration:none;
	width: 100%; /* makes link work for entire highlighted area */
}
a.sub_link {
	color:#FFF;
}
li:hover a.sub_link {
	color:#FFF;
	text-decoration:none;
	z-index:10;
}
/************************************************************************************
HEADER
*************************************************************************************/
#header {
	max-width: 700px;
/*	height: 100%; */
	float:left;
/*	position:fixed; */
	background-color:#FFF;
/*	font: .81em/150% Arial, Helvetica, sans-serif; */
}

/* site logo */
#site-logo {
	width: 100%; 
	margin-left: auto;
	margin-right: auto;
	max-width: 570px;
	min-width: 88px;
}
/************************************************************************************
CONTENT
*************************************************************************************/
/* post image */
.post-image, .post-image-home {
	margin: 1.3em 0 20px 0 ;
	text-align:center;
}
.post-image img {
	width: 90%;
	max-width: 512px;
}
.post-image-home img {
	width: 90%;
}
.service-list {
	padding-left: 15px;
	font-family: 'Carrois Gothic SC', sans-serif;
}
.service-list ul {
	padding-left: 5%;
	padding-right: 5%;
	width: 40%;
	list-style:none;
	float:left;
}
/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 100%;
/*	max-width: 900px; 
	min-height: 841px;*/
	float: right;
/*	margin: 10px 3%; */
	margin: 10px 3% 0px; 
}
.widget {
	background: #fff;
	margin: 0 0 0;
	padding: 10px 0px;
	border: 10px;
	border-color:#F3C;
	/* rounded corner 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
	/* box shadow 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	border: 10px;
	border-color:#F3C;*/
}
.widget ul {
	margin: 20px 50px 0px 50px;
}
.widget li {
	margin-bottom: 10px;
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
}
.widget p {
	-webkit-margin-after: 1.2em;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.ui-btn-hidden {
	display:none;
}
/************************************************************************************
FOOTER
*************************************************************************************/
.social {
	display:block;
	width: 80%;
	margin: 0 auto;
}
.smb {
	width: 33%; 
	float:left;
	padding-top: 2%;
	text-align:center;
/*	padding-left: 15%; */
}
.smb2 {
	padding-top: 4%;
}
.smb img {  /* reduce size of social media buttons */
	width: 40%;
	max-width: 50px;
	height: auto;
} 
.social-m {
	display:none;
	width: 80%;
	margin: 0 auto;
}
.copyright, .copyright3col, .copyright3col-mobile {
	font-size: 0.7em;
	text-align:center;
	width: 90%;
	margin: 0 auto;
	padding: 0.5% 0 0.5%;
	color: #999;
	background-color:#FFF;
}
.copyright3col-mobile {
    display: none;
}
.copyright {
	padding-top: 5%;
    padding-bottom: 10%;
}
.aboutcopy {
    width: 60%;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 10%;
}
.copyright a, .copyright3col a, .copyright3col-mobile a {
	color: #999;
}
.brands {
	font-family: 'Carrois Gothic SC', sans-serif; font-weight:400; font-size: 0.7em;
	padding-top: 100px;
/*	width: 1000px; */
}
.brand-pic {
	float:left;
	padding-left: 10%;
	padding-right: 5%;
	width: 15%;
	height:auto;
}
.brand-pic1 {
    float: none;
    text-align: center;
    margin: auto;
    padding-left: 0;
}
.brand-pic1 img {
    max-width: 180px;
}
.brand-pic2 {
	float:left;
	padding-left: 25%;
	padding-right: 5%;
	width: 15%;
	height:auto;
}

@media screen and (min-width: 3000px) {
    .smb {
        width: 100%;
        max-width: 450px;
    }
}
@media screen and (min-width: 1600px) {
.services-text {
    font-size: 1.3em;
}
}
@media screen and (min-width: 1051px) {
    .list-title, .logos img {
        padding-top: 10%;
    }
    .logos p {
        padding-bottom: 5%;
    }
}

@media screen and (max-width: 2200px) {
.about-height {
    min-height: 130%;
}
}

@media screen and (max-width: 1800px) {
#site-logo {
	max-width: 450px;
}
}
@media screen and (max-width: 1400px) {

body {
	font-size: 0.8em;
}
img {
	width: 100%;
	height: auto;
}
  h1 img {
    max-width: 20px;
}

}
@media screen and (max-width: 1200px) {
.stacy-pic {
    float: none;
    text-align: center;
    padding-bottom: 0;
}
    .stacy-pic img {
        max-width: 50%;
    }
}
@media screen and (max-width: 1050px) {
#menu ul li {
  padding: 10px;
}
.midcolumn {
  width: 70%;
  float:right;
    padding-bottom: 0;
    }
.rightcolumn-service {
  width: 80%;
  float:right;
  padding-top: 0;
}
.list-title {
    padding-left: 0;
}
    .logos img {
        padding: 0 20px;
    }
.test {
    padding: 5% 10% 5% 15%;
    font-size: 1em;
}

.copyright3col-mobile {
    display: block;
    padding-left: 20%;
    padding-bottom: 10px;
    width: 75%;
    }
    
.copyright3col {
    display: none;
    }
.service-height {
    min-height: 120%;
}
.logosmall img {
    max-width: 45px;
    padding: 0 78px 25px;
}
.border-left {
    border-left: none;
}


}

@media screen and (max-width: 870px) {
.service-list ul {
	width: 90%;
	float:none;
}
#wrapper { 
    height: 300%;
	min-height: 300%; /* real browsers */
}
#wrapper-home { 
    height: 175%;
	min-height: 175%; /* real browsers */
}
}

@media screen and (min-width: 601px) and (max-width: 780px) {
    .pinkmenuname img {
        max-width: 15%;
    }
    .services-text {
        font-size: 0.7em;
    }
}

@media screen and (max-width: 600px) {
#menufix{
  position:relative;
}
#header {
	float:none;
	width: 90%;
}
#sidebar {
	width: 100%;
	float: none;
	margin-bottom: 0;
}
.leftcolumn{
	width: 100%;
	float: none;
}
.midcolumn {
  width: 100%;
  float: none;
}

.rightcolumn{
	width: 100%;
	float: none;
}
.rightcolumn p {
	-webkit-margin-after: 1em;
	padding-bottom: 3%;
}
.rightcolumn-service {
  float: none;
}
.home-text p {
    padding: 0 5% 2%;
}
.phil-text p {
    padding: 0 5% 2%;
}

.social {
	display:none;
	width: 80%;
	margin: 0 auto;
}
.social-m {
	display:block;
	width: 80%;
	height: 200px;
	background-color:#FFF;
	margin: 0 auto;
}
.copyright3col-mobile {
    display: inline-table;
    padding: 50px 0 10px 30px;
    }
.service-list ul {
	width: 40%;
	float:left;
}

}
@media screen and (max-width: 620px) {
    .brand-pic {
        width: 50%;
        padding-left: 25%;
    }
    .brand-pic img {
        max-width: 180px;
    }
    .pad-top50 img {
        padding-top: 50px;
    }
    .copyright {
        padding-top: 10%;
    }
}
@media screen and (max-width: 530px) {
.service-list ul {
	width: 90%;
	float:none;
}
#wrapper { 
    height: 225%;
	min-height: 225%; /* real browsers */
}
.services-text h1, .services-text h4 {
    padding-left: 15%;
}
.services-text p {
    padding-left: 18%;
}
.pinkmenuname img {
    max-width: 10%;
}


}
@media screen and (max-width: 465px) {
    .logosmall img {    
        padding-top: 15px;
        padding-bottom: 10px;
    }
}
