html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    color: black;
    
}
#page-content {
  flex: 1 0 auto;
}

#sticky-footer {
  flex-shrink: none;
}

.blockquote {
	font-size: 14px;
}
.blockquote > p:before, .blockquote > p:after {
    content: '\201C';
    font-family: 'Sanchez';
    font-size: 16px;
    color: black;
}
.quotecard {
    margin-bottom: 5px;
    margin-left: 10px;
}
.sociallinks {
	height: 44px;
}

/* Other Classes for Page Styling */

body {
  background: #ece9e6; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #ece9e6,
    #ffffff
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #ece9e6,
    #ffffff
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.hidden {
  display: none;
}

.carousel-item {
  height: 80vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a.align-middle-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
}

#sticky-footer {
  position: absolute;
  bottom: 0;
}

.spacecontainer {
  padding-top: 100px;
}
.testimonials {
	margin-top: 12vh;
}
.fa,.contactus {
  padding: 14px;
  font-size: 46px;
  width: 100px;
  text-align: center;
  text-decoration: none;
   background: #3B5998;
   margin-right 10px;
}

.fa:hover,.contactus:hover {
    opacity: 0.7;
}

.contactus {
    color: white;
    text-decoration: none;
    background-color: rgb(18, 86, 136);
}

.contactus:hover, .contactus:focus {
    color: white;
    text-decoration: none;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}


.fa-instagram {
  background: #125688;
  color: white;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.card-img-top {
	display: none;
}

.tintbg {
  background: rgba(0, 0, 0, 0.65);
  color: white;
}
a:hover
{
	color:white;
	background-color: black;
}
a.carousel-control-next:hover,a.carousel-control-prev:hover {
	background-color: rgba(255, 255, 255, 0.57);
	
}
.carousel-caption {
	opacity: .4;
}
.row-max-height {
	max-height: 80vh;
}

.carousel-caption-active {
	opacity: 1;
}
#sticky-footer {
	position: fixed;
    bottom: 0;
    width: 100%;
    max-height: 10vh;
}
#page-content {
	height: 80vh;
    margin-top: 2vh;
}
.maincontent { height: 80vh;}


#houzz-logo {
	margin-left: 30px;
}

.gallerycontainer {
	margin-bottom: 10vh;
}


 #img01   {width: 60vw;
    margin-left: 20vw;}

.navbar-brand {
	margin-left: 10px;
}
