.main-nav{
    background: #000;;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    
    
    
}





.nav-item{
    text-decoration: none;
    color: #fff;
}

.lux{
  padding-right: 3.5px;
}

.trends{
  padding-left: 3.5px;
}


#home{
    background-image: url('../images/siting-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 500px; 
    text-transform: capitalize;
  }


 

  #contact{

    background-image:url(../images/luxury-formal-living-room-furniture.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 500px; 
  }


  #service{
    background-image: url('../images/Interior.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 500px; 
    text-transform: capitalize;
  }




  .mt_5{
    margin-top: 5rem;
  }

  .mb_5{
    margin-bottom: 5rem;
  }


.jpg{
    padding-right: 10px;
}
.kit{
    padding-left: 10px;
}
.p{
  font-style: italic;
}


* {box-sizing: border-box}

/* Add padding to containers */
.container {
  padding: 16px;
}

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Overwrite default styles of hr */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* Set a style for the submit/register button */
.registerbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.registerbtn:hover {
  opacity:1;
}

/* Add a blue text color to links */
a {
  color: dodgerblue;
}

/* Set a grey background color and center the text of the "sign in" section */
.signin {
  background-color: #f1f1f1;
  text-align: center;
}



@media (max-width:768px){
  #main-body{
    background: yellow;
  }
  .mt_mob_5{
    margin-top: 3rem;
  }
  .show_desktop{
    display: none;
  }
}

@media (min-width:768px){
  .my_center{
    display: flex;
    justify-content: center;
  }

  .show_mobile{
    display: none;
  }


.px_desktop_3{
  padding-left: 3rem;
  padding-right: 3rem;
}

}

.logo{
  margin-top: 6px;
}

.svg-inline--fa{
  font-size: 25px;
  
}
.fa-map-marker-alt{
  font-size: 23px;
}

.bg_light{
  background: rgba(248, 249, 250, .6);
}

.joe{
  fill: rgb(255, 255, 255);
  vertical-align: text-top;
}


.joe:hover{
  fill: rgba(255, 255, 255, 0.75);
}

.footer_link{
  text-decoration: none;
  color: #000;
}

.footer_link:hover{
  text-decoration: none;
  color: #000;
}

.va_t{
  vertical-align: top;
}
.va_b{
  vertical-align: text-bottom;
}
.mai_1{
  color: #000;
  text-decoration: none;
}