* {
    box-sizing: border-box;
}

body {
	margin: 0;
	background-color: #FFF;
	color: #4d4d4d;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2a2a2a;
}
h1 {
	font-size: 30px;
	margin-top: 30px;
}
h2 {
	font-size: 20px;
}
h3 {
	margin: 0;
}
#header {
	background-image: url(images/headerbak.jpg);
	background-repeat: repeat-x;
	background-size: contain;
	text-align: center;
}

.masthead {
	background-image: url(images/gray-wood.jpg);
	background-repeat: repeat;
  background-size: contain;
	text-align: center;
	height: 174px;
}
.slide {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.center {
	margin-right: auto;
	margin-left: auto;
}
.new-nav {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	background-color: #f7f7f7;
	border: solid 1px black;
	border-radius: 15px;
	padding: 0;
	margin: 10px 15px 15px;
  list-style-type: none;
  text-align: center;
}
.new-nav a {
  color: #2a2a2a;
	text-decoration: none;
  display: block;
}
.new-nav li {
	color: #2a2a2a;
	padding: 15px 0;
}
.new-nav li:hover {
  background-color: #2a2a2a;
}
.new-nav li:hover a {
  color: #fff;
}
.new-nav li.first:hover {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.new-nav li.last:hover {
  border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#nav {
	float: left;
	width: 200px;
	color: #030;
}
#nav img {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content {
	float: right;
	width: 745px;
	color: #272727;
}
#content a {
	font-weight: bold;
	color: #3467ff;
	text-decoration: underline;
}
#content a:hover {
	color: #2cc6ff;
}
#main {
  background-color: #fff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/topbar.jpg);
	background-repeat: repeat-x;
	color: #030;
}
#shade {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	background-color: #030;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 10px;
	clear: both;
	text-align: center;
}
#footer a {
	font-weight: bold;
	color: #0C0;
}
#footer a:hover {
	color: #FF0;
}

#top-bar {
	height: 40px;
	background-color: #2a2a2a;
	text-align: right;
	padding-top: 10px;
}
#top-bar h3 {
	color: #fff;
	letter-spacing: 1px;
	padding-right: 20px;
}

#content p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin-right: 10px;
	line-height: 150%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin-right: 10px;
}
#content li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin-right: 10px;
	line-height: 135%;
}
#shade img {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header img {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/*height: 175px;*/
}
#sl {
	float: left;
	width: 400px;
	margin-right: 10px;
	border: 1px solid #000;
	margin-bottom: 10px;
	background-color: #000;
}
#nav p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2a2a2a;
	font-style: italic;
	margin: 10px;
}
.w25 {
	width: 25%;
}
.w33 {
	width: 33%;
}
#main #nav #text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 10px;
	font-style: italic;
}

.marble {
  background-image: url(images/marble2b.jpg);
  background-size: contain;
  background-repeat: repeat;
}

.gallery {
	display: block;
	padding-bottom: 50px;
	margin: 0 20px 50px 0;
  background-color: #98999B;
  border: solid 2px #000;
}
.gallery img {
	width: 100%;
}
.gallery h2 {
	padding: 15px;
}

.slider-for {
	height: 350px;
}
.slider-nav {
	height: 150px;
	padding: 20px 60px;
}

.slick-prev {
	left: 25px !important;
}
.slick-next {
	right: 25px !important;
}

.slick-next::before, .slick-prev::before {
	color: #2a2a2a !important;
}

.slick-list, .slick-track {
	height: 100%;
}

.slick-dots {
  left: 0;
}

.slick-slide img {
	height: 100%;
	margin: auto;
	width: auto;
}
.slider-nav .slick-slide img {
  max-width: 100%;
  padding: 0 15px;
}

.footer--mod {
  background-color: #2a2a2a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FFF;
  padding: 10px;
  clear: both;
  text-align: center;
}
.footer--mod a {
  color: #fff;
  font-weight: bold;
}
.footer--mod a:hover {
  color: #2cc6ff;
}
.footer--mod img {
  text-align: center;
  width: 150px;
  height: auto;
  margin: -15px 0 -25px 0;
}

.featured img {
  max-width: 700px;
  height: auto;
  padding: 20px;
}

/*Mercer Island Home Remodeling page*/
.image {
  padding-top: 20px;
}
.image img {
  box-shadow: 0px 5px 15px rgba(0,0,0, 0.5);
}
.testimonial {
  padding: 20px 0;
  max-width: 675px;
  border-bottom: solid 1px rgba(0,0,0,0.2);
  margin-bottom: 40px;
}
.testimonial > p {
  font-style: italic;
}
.testimonial .reviewer {
  font-size: 12px;
  font-style: normal;
}
