/* @import url('https://fonts.googleapis.com/css?family=Alex+Brush|Overpass+Mono:600,700');
@import url('https://fonts.googleapis.com/css?family=PT+Sans');

$OverpassMonoFont: 'Overpass Mono', monospace;
$PTSansFont: 'PT Sans', sans-serif;
$AlexBrushFont: 'Alex Brush', cursive;
$lightbrown: rgb(190, 128, 64);
$white: rgb(255,255,255);
$black: rgb(0,0,0);
$darkgray: rgb(20,20,20);
$lightgray: rgb(35,35,35); */
body {
  font-family: "Arial", Serif;
  /* background-color: #f7edf6; */
  background-color: #f7edf633;
  overflow-x: hidden;
}

/* ----- Global Section Begins ----- */
.responsive {
  max-width: 100%;
}
/* ----- Global Section Begins ----- */

/* ----- ----- ----- Home Page Section Begins ----- ----- ----- */
.homepage_logo {
  width: 6em;
  height: 1em;
  background: url(../img/SHD_logo.jpg);
  background-size: 100% 100%;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  position: fixed;
  padding: 40px;
  left: 1em;
  top: 0em;
}

.homepage_bkgd {
  background-image: url(../img/apartment-architecture-ceiling-lamp-269262.jpg);
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  position: absolute;
  top: 0em;
  left: 0em;
  z-index: 0;
  visibility: visible;
  opacity: 1;
  display: block;
}
/* ----- ----- ----- Home Page Section Ends ----- ----- ----- */

/* ----- ----- ----- About Page Section Begins ----- ----- ----- */
.top-center {
  height: 800px;
  background: url(../img/classy-living-room.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.aboutus_logo {
  height: 6em;
  background: url(../img/SHD_logo.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  background-color: #f4f4f4;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 11em;
}

.banner {
    margin: 51em 0em 6em 0em;
}

.ribbon {
  font-size: 22px !important;
  width: 12em;
  position: relative;
  background: #ba89b6;
  color: #fff;
  text-align: center;
  padding: 1em 2em;
  margin: 4em auto 2em;
}

.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -1em;
  border: 1.5em solid #986794;
  z-index: -1;
}

.ribbon:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
}

.ribbon:after {
  right: -2em;
  border-left-width: 1.5em;
  border-right-color: transparent;
}

.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #804f7c transparent transparent transparent;
  bottom: -1em;
}

.ribbon .ribbon-content:before {
  left: 0;
  border-width: 1em 0 0 1em;
}

.ribbon .ribbon-content:after {
  right: 0;
  border-width: 1em 1em 0 0;
}

/* .add-padding{padding:25px;}
.add-flex{display:flex;flex-direction:column;align-items:center;.bluehome{background:url('../img/architecture-beautiful-exterior-106399.jpg')no-repeat center center;background-size:cover;height:315px;width:320px;}}
.center-text {text-align:center;margin-bottom:40px;margin-top:30px;color:rgb(77, 77, 77);h2{margin-top:25px;line-height:0;} p {margin-top:0; font-family: $PTSansFont; line-height:1.5;}a{font-family: $PTSansFont;color:$lightbrown;text-transform:uppercase;font-size:12px;font-weight:600;letter-spacing:1px;border-bottom:solid 2px $lightbrown;}} */

.SHD_Section1 {
  padding: 3em 1em 5em 1em;
}

.SHD_Section1::after {
  content: "";
  clear: both;
  display: table;
}

.SHD_Section1_Column1 {
  float: left;
  width: 50%;
  padding: 3% 1% 3% 1%;
}

.SHD_Sect1_Image {
  background-image: url(../img/architecture-beautiful-exterior-106399.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 475px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 5px 5px 20px 5px #662D91;

}

.SHD_Section1_Column2 {
  float: right;
  width: 45%;
  padding: 5% 5% 15% 0%;
  font-size: 120%;
}

.Section1_Desc{
  /* Enter Text Here */
}

.SHD_Section2 {
  padding: 3em 1em 5em 1em;
}

.SHD_Section2::after {
  content: "";
  clear: both;
  display: table;
}

.SHD_Section2_Column1 {
  float: left;
  width: 50%;
  padding: 0% 5% 5% 5%;
  font-size: 120%;
}

.Section2_Desc{
  /* Enter Text Here */
}

.SHD_Section2_Column2 {
  float: right;
  width: 45%;
  padding: 0% 2% 0% 0%;
  font-size: 120%;
}

.SHD_Sect2_Image {
  background-image: url(../img/apartment-architecture-beautiful-261426.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 400px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: -5px 5px 20px 5px #662D91;
}

.contact_ribbon {
  font-size: 22px !important;
  width: 12em;
  position: relative;
  background: #ba89b6;
  color: #fff;
  text-align: center;
  padding: 1em 2em;
  margin: 2em auto 4em;
}

.contact_ribbon:before, .contact_ribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -1em;
  border: 1.5em solid #986794;
  z-index: -1;
}

.contact_ribbon:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
}

.contact_ribbon:after {
  right: -2em;
  border-left-width: 1.5em;
  border-right-color: transparent;
}

.contact_ribbon .ribbon-content:before, .contact_ribbon .ribbon-content:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #804f7c transparent transparent transparent;
  bottom: -1em;
}

.contact_ribbon .ribbon-content:before {
  left: 0;
  border-width: 1em 0 0 1em;
}

.contact_ribbon .ribbon-content:after {
  right: 0;
  border-width: 1em 1em 0 0;
}

.mini-contact-row {
  display: inline;
}

.tighten {
  padding: 0.25em 0em 0em 0em;
  margin: 0em 0em 0em 0em;
}

.mini-contact-column {
  width: 33.33%;
  height: 100px;
  float: left;
  text-align: center;
}

.circle {
  height: 5em;
  width: 5em;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.footer_column1 {
  float: left;
  text-align: center;
  display: inline-flex;
  padding: 2em 0em 0em 4em;
  margin: 0em 0em -4em 0em;
  width: 65%;
}

.SHD_rights{
  text-align: left;
  padding: 0em 0em 0em 1em
}

.user-awareness {
  display: inline;
  width: auto;
  height: 100px;
  padding: 1em 1em;
}

.SHD_privacy {
  color: #000;
  text-decoration: none;
  width: 100px;
  height: 100px;
  padding: 5px;
}

.SHD_terms {
  color: #000;
  text-decoration: none;
  width: 100px;
  height: 100px;
  padding: 5px;
}

.footer_column2 {
  display: inline;
  text-align: center;
  width: 25%;
  height: 0em;
  float: right;
  padding: 3em 0em 0em 0em;
}
/* ----- ----- ----- About Page Section Ends ----- ----- ----- */

/* ----- ----- ----- Pricing Page Section Begins ----- ----- ----- */
.pricing_logo{
  height: 7em;
  background: url(../img/SHD_logo.jpg);
  background-size: 100% 100%;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-color: #fdfbfd;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 12em;
}

.pricing_sect1{
  height: 300px;
}

.pricing_col1{
  position: absolute;
  height: 400px;
  float: left;
  width: 60%;
  align-items: center;
  padding: 3% 5% 5% 1%;
}

.overlayCaption {
  text-align: center;
  background-color: white;
  width: 23em;
  height: 27em;
  padding: 1% 0% 1% 0%;
}

.overlap_header {
  text-align: center;
  margin-left: 11%;
  margin-right: 11%;
}

.overlap_subtext {
  text-align: center;
  margin-left: 10%;
  margin-right: 10%
}

.pricing_col2{
  width: 75%;
  height: 400px;
  float: right;
  z-index: -2;
}

.design{
  width: 100%;
  height: 500px;
  background-image: url(../img/architecture-contemporary-couch-279607.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.price_packages{
  padding: 250px 0px 0px 0px;
  text-align: center;
}

.pricingGrid1{
  text-align: center;
  width: 100%;
  height: 40em;
  color: #eee;
  z-index: -1;
}

.differ {
padding-right: 10px;
  }

.pricingGrid1 > div:nth-child(odd){
  background: linear-gradient(-45deg, #808080, #a9a9a9);
  border-radius: 15px;
  /* margin: 0 auto; */
  padding: 10px 10px;
  transition: .5s;
  box-shadow: 0 10px 15px rgba(0,0,0);
  position: relative;
  max-width: 1000px;
}



.pricingGrid1 > div:nth-child(even){
  background: linear-gradient(-45deg, #8059A2, #f2f2f2);
  box-shadow: 0 10px 15px rgba(0,0,0);
  position: relative;
  max-width: 1000px;
  transition: .5s;
  padding: 10px 0px;
  border-radius: 15px;
}

.pricingGrid1: hover{
  transform: scale(2);
}

/* .button{
  display: block;
  text-align: center;
  position: relative;
  width: 150px;
  height: 40px;
  border-radius: 40px;
  cursor: pointer;
  background: #fff;
  margin: 20px auto; 0;

} */
.start{
  text-align: center;
  margin-top: 2em;
}

.bonusContacttext{
  text-align: center;
}

@media only screen and (min-width: 600px) and (max-width:1000px){
  .pricingGrid1{
    width: 1000px;
  }
}

/* .pricingGrid2{
  display: inline-block;
  height: 300px;
  width: 70%;
  float: right;
  text-align: center; */

/* ----- ----- ----- Pricing Page Section Ends ----- ----- ----- */


/* ----- ----- ----- Furniture Page Section Begins ----- ----- ----- */
.furniture_logo{
  height: 7em;
  background: url(../img/SHD_logo.jpg);
  background-size: 100% 100%;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-color: #fdfbfd;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 12em;
}

.furniture_page {
  margin: 10px auto;
  width: 100%;
  font-family: 'Lato';
}

h2 {
  margin: 25px;
  margin-bottom: 50px;
  font-size: 2em;
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  padding: 0.5em;
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.img_sizing {
  max-height: 650px;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.feature-heading {
  padding: 0em 0em 0em 0.2%;
  margin: 1em 0em 0.5em 1em;
}

.container_1 {
  height: inherit;
  font-family: 'Lato';
  text-align: center;
  font-size: 1.5em;
  margin: 0em 1em;
  padding: 1em 0em 1em 0em;
  justify-content: space-around;
  background: #e2c2de1a;
  align-content: space-evenly;
}

.living_room_thumbnail {
  background-color: #fff;
  background-image: url(../img/sofa_thumbnail.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 105% 105%;
  height: 5em;
  width: 5em;
  border-radius: 50%;
  display: inline-block;
}

.bedroom_thumbnail {
  background-color: #fff;
  background-image: url(../img/bedroom_thumbnail.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 110% 110%;
  height: 5em;
  width: 5em;
  border-radius: 50%;
  display: inline-block;
}

.kitchen_thumbnail {
  background-color: #fff;
  background-image: url(../img/kitchen_dining_thumbnail.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90% 90%;
  height: 5em;
  width: 5em;
  border-radius: 50%;
  display: inline-block;
}

.custom_thumbnail {
  background-color: #fff;
  background-image: url(../img/custom_thumbnail.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 65% 65%;
  height: 5em;
  width: 5em;
  border-radius: 50%;
  display: inline-block;
}

.office_thumbnail {
  background-color: #fff;
  background-image: url(../img/office2_thumbnail.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90% 90%;
  height: 5em;
  width: 5em;
  border-radius: 50%;
  display: inline-block;
}

.accent_thumbnail {
  background-color: #fff;
  background-image: url(../img/accent_thumbnail.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  height: 5em;
  width: 5em;
  border-radius: 50%;
  display: inline-block;
}

.bathroom_thumbnail {
  background-color: #fff;
  background-image: url(../img/bathroom_thumbnail1.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  height: 5em;
  width: 5em;

  border-radius: 50%;
  display: inline-block;
}

.outdoor_thumbnail {
  background-color: #fff;
  background-image: url(../img/architecture-backsplash-cabinets-279648.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 5em;
  width: 5em;
  border-radius: 50%;
  display: inline-block;
}



.item {
  padding: 10px 10px 10px 10px;
  font-size: 1.25em;
  /* border: 1px solid black; */
}

.item-header {
  padding: 0.15em 0em 0em 0em;
  margin: 0.25em 0em 0em 0em;
  font-size: 0.65em;
}

.a, .b, .c, .d {
  padding: 1.25em 0em 0.55em 0em;
  font-size: 1.25em;
}

.e, .f, .g, .h {
  padding: 0.55em 0em 1.25em 0em;
  font-size: 1.25em;
}

.d, .e {
  align-items: center;
}

.bonus-heading {
  padding: 0em 0em 0em 0.2%;
  margin: 0.25em 0em 1.5em 0.25em;
  font-size: 4em;
}

/* ----- ----- ----- Furniture Page Section Ends ----- ----- ----- */


/* ----- ----- ----- Contact Page Section Begins ----- ----- ----- */
.contact-menu-btn {
/* Enter Text Here */
}

.background-contact {
  border-style: solid;
  border-radius: 20px;
  border-color: #926daf;
  padding: 6% 0 6% 0%;
  border-right: 20px;
  border-left: 20px;
}

.contact_sect1{
  /* Enter Text Here */
}

.contact_logo{
  width: 12em;
  height: 6em;
  background: url(../img/SHD_logo.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: 45%;
  top: 0px;
  position: unset;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  background-color: #fdfbfd;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contact_horiz{;
  width: 15em;
  padding: 0em 0em 0em 0em;
  text-align: center;
}

.menu_header {
  text-align: center;
}

.menuCaption {
  text-align: center;
  font-size: 1.5em;
  padding: 0em 0em 0.35em 0em;
  margin: 0em 0em 0em 0em;
}

.contact_text {
  text-align: center;
  padding: 1.25em 0em 0.2em 0em;
}

.contact_caption {
  margin: auto;
  text-align: center;
}

.contact_captionText {
  /* width: 50%;
  margin: 1.35em 0em 1.35em 25%;
  font-size: 1.15em; */
  width: 70%;
  margin: 1% 15% 1% 15%;
  font-size: 1.35em;
}

.contact_info_section {
  width: 100%;
  text-align: center;
  display: inline;
}

.CallOrEmail {
  text-align: center;
  padding: 3em 0em 1em 0em;
}

.info {
  display: inline;
  width: 10%;
  padding: 0em 0em 0em 2em;
}

.locaddress {
  text-align: center;
  padding: 1em 0em 2em 0em;
}

.address {
  display: inline;
  width: 10%;
  padding: 0em 0.25em 0em 0.25em;
}

.social{
  margin: 0em 0em 0em 0em;
  text-align: center;
  padding: 0em 0em 0em 0em;
}
/* Previously Defined: .social_media(Sidebar Menu) */
/* ----- ----- ----- Contact Page Section Ends----- ----- ----- */

/* ----- ----- ----- Menu Button for Sidebar Section Begins ----- ----- ----- */
.menu-btn{
  width: auto;
  right: 0;
  text-decoration: none;
  color: #000;
}

.shd-button{
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.shd-top{
  top: 30px;
  position: fixed;
  z-index: 1;
}

.shd-2XL{
  font-size: 36px;
}

.shd-text-grey{
  color: #757575;
}
/* ----- ----- ----- Menu Button for Sidebar Section Ends ----- ----- ----- */

/* ----- ----- ----- Sidebar Menu Section Begins Here ----- ----- ----- */
.side-nav{
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111111;
  opacity: 0.9;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}

.side-nav a{
  padding: 10px 10px 25px 10px;
  text-decoration: none;
  text-align: center;
  font-size: 22px;
  color: #cccccc;
  display: block;
  transition: 0.3s;
}

.side-nav .side-subnav a:hover{
    text-decoration: line-through;
}

.side-nav a:hover{
  color: #fff;
  text-decoration: none;
}

.side-nav .btn-close{
  position: absolute;
  top: 0;
  right: 22px;
  font-size: 36px;
  margin-left: 50px;
}

.social-media-sidebar{
  width: 100%;
  height: 0px;
  text-align: center;
  display: inline-flex;
  margin: 25% 30%;
}

.social_media{
  text-decoration: none;
  color: #673091;
  padding: 0em 0.5em 0em 0.25em;
}
/* ----- ----- ----- Sidebar Menu Section Ends Here ----- ----- ----- */

/* Page IDs Begin Here*/
#main{
  transition:margin-right 0.5s;
  overflow: hidden;
  width: 100%;
}

#main_about{
  transition:margin-right 0.5s;
  overflow: hidden;
  width: 100%;
}

#main_pricing{
  transition:margin-right 0.5s;
  overflow: hidden;
  width: 100%;
}

#main_furniture{
  transition: : margin-right 0.5s;
  overflow: hidden;
  width: 100%;
}

#main_contact{
  transition:margin-right 0.5s;
  overflow: hidden;
  width: 100%;
}

#about_page_footer {
  background: #e4e4e452;
  bottom: 0em;
  opacity: 0.6;
  height: 7em;
  margin: 3em 0em 0em 0em;
}

#pricing_page_footer {
  background: #e4e4e452;
  bottom: 0em;
  opacity: 0.6;
  height: 7em;
  margin: 3em 0em 0em 0em;
}
/* Page IDs End Here*/


/* ----- ----- ----- ----- ----- Media Queries Begin Here ----- ----- ----- ----- ----- */



/* ----- ----- ----- Home Media Queries Begin Here ----- ----- ----- */

/* -- Home Page Mobile Query Section Begins Here -- */
/* --  Home Page Mobile Query Section Ends Here -- */

/* -- Home Page Tablet Query Section Begins Here -- */
/* --  Home Page Tablet Query Section Ends Here -- */

/* -- Home Page Desktop Query Section Begins Here -- */
/* --  Home Page Desktop Query Section Ends Here -- */

/* ----- ----- ----- Home Media Queries End Here ----- ----- ----- */


/* ----- ----- ----- About Media Queries Begin Here ----- ----- ----- */

/* --  Page Mobile Query Section Begins Here -- */
/* --   Page Mobile Query Section Ends Here -- */

/* --  Page Tablet Query Section Begins Here -- */
/* --   Page Tablet Query Section Ends Here -- */

/* --  Page Desktop Query Section Begins Here -- */
/* --  Page Desktop Query Section Ends Here -- */

/* ----- ----- -----  About Media Queries End Here ----- ----- ----- */


/* ----- ----- -----  Pricing Media Queries Begin Here ----- ----- ----- */

/* -- Pricing Page Mobile Query Section Begins Here -- */
/* -- Pricing Page Mobile Query Section Ends Here -- */

/* -- Pricing Page Tablet Query Section Begins Here -- */
/* -- Pricing Page Tablet Query Section Ends Here -- */

/* -- Pricing Page Desktop Query Section Begins Here -- */
/* -- Pricing Page Desktop Query Section Ends Here -- */

/* ----- ----- ----- Pricing Media Queries End Here ----- ----- ----- */


/* ----- ----- ----- Furniture Media Queries Begin Here ----- ----- ----- */

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* -- Furniture Page Mobile Query Section Begins Here -- */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
/* -- Furniture Page Mobile Query Section Ends Here -- */

/* -- Furniture Page Tablet Query Section Begins Here -- */
@media only screen and (max-width: 760px) {
  .a .living_room_thumbnail{
    font-size:
}
/* -- Furniture Page Tablet Query Section Ends Here -- */

/* -- Furniture Page Desktop Query Section Begins Here -- */
/* -- Furniture Page Desktop Query Section Ends Here -- */

/* ----- ----- ----- Furniture Media Queries End Here ----- ----- ----- */


/* ----- ----- ----- Contact Media Queries Begin Here ----- ----- ----- */

/* -- Contact Page Mobile Query Section Begins Here -- */
/* -- Contact Page Mobile Query Section Ends Here -- */

/* -- Contact Page Tablet Query Section Begins Here -- */
/* -- Contact Page Tablet Query Section Ends Here -- */

/* -- Contact Page Desktop Query Section Begins Here -- */
/* -- Contact Page Desktop Query Section Ends Here -- */

/* ----- ----- ----- Contact Media Queries End Here ----- ----- ----- */



/* ----- ----- ----- ----- ----- Media Queries End Here ----- ----- ----- ----- -----*/
