html,body {

padding-top: 2rem;



}


.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}


html,body.bgindex{

  padding-top: 2rem;
  
  background-image: url('img/bg4.png');

height: 100%;


background-size: 100% 100%;

background-repeat: repeat;


}

body.bgsub{

  padding-top: 2rem;
  
  background-image: url('img/bg4.png');
  height: auto;

background-size:100% 100%;
background-repeat: no-repeat;

}



body.bgservice1{

  padding-top: 2rem;
  
  background-image: url('img/bg4.png');






}


body.bgservice2{

  padding-top: 2rem;
  
  background-image: url('img/paint_wood.jpg');



color: black;




}


body.bgservice3{

  padding-top: 2rem;
  
  background-image: url('img/winter.jpg');



color: black;

}


body.bgservice4{

  padding-top: 2rem;
  
  background-image: url('img/bg4.png');
  height: auto;

background-size:100% 100%;
background-repeat: no-repeat;

}


body.bgall{

  padding-top: 2rem;
  
  background-image: url('img/bg_all.png');




}

p{

	padding-top: 2rem;
}

