a { color: #C4B7AE; }
a:visited { color: #C4B7AE; }
a:hover { color: #2b95ce; }
a { text-decoration: none; }

h1 {
  color: #E4E4DA;
font-size: 1.8em;
}

.testimonial blockquote {
color: white;
background: transparent;
}

.testimonial {
padding: 5px;
background: #222;
border-radius: 8px;
}

span.hmenu {
color: white;
margin-right: 15px;
}

.testimonial cite {
color: white;
}

.panel-overlay-inner {
color: white;
text-align: left;
padding: 35px 15px 15px;
}

#gallery-slideshow {
background: black !important;
}

#main-image-thumb {
width: 67% !important;
}

.image-thumb-container {
float: left;
padding: 2px;
margin-bottom: .5em;
border: 0px solid #A6B3BD;
}

.image-thumb-container:hover {
border: 0px solid #747BD4;
}

.required {
color: #C4B7AE;
}

img {
   padding:5px;
   border:1px solid #C4B7AE;
}

#menu {
height: 36px;
padding-top: 0px;
clear: both;
background: url('https://s3.amazonaws.com/siteninja/site-ninja1-com/1349984212/original/menu-wood-peek.jpg');
}

p {
color: #E4E4DA;
}



#menu {
border-bottom: 1px solid #C4B7AE;
margin-bottom: 24px;
}

/*makes the color of text on some pages white, angainst the black background */
#wrapper {
color: white;
font-size: 1em;
line-height: 1.4em;
}

.inquiry-form {
  display: none;
}

/* Responsive Styles*/

/* Mobile size */
@media screen and (max-width: 559px) {
/*#exp-menu {
  display: block;
}*/ 
}

/* Tablet size */
@media screen and (min-width: 560px) and (max-width: 769px) {
   
}

/* Narrow size */
@media screen and (min-width: 770px) and (max-width: 999px) {
   
}

/* Wide size */
@media screen and (min-width: 1000px) {
   
}