.caru-h{
max-height:800px;
}
.footer1{
margin-left:50px;
margin-top:100px;
}
.imgcolwidth1{
max-width: 640px;
}
.imgcolwidth2{
max-width: 840px;
max-height: 1000px:
}

.triangle {
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 100px solid lime;
   filter: drop-shadow(0 0 5px #000);
   margin: 0 auto;
}
.decor1 {
	width: 30px;
	height: 30px;
	background: yellow;
	border-radius: 15px;
	position:absolute;

	margin-left:360px;
}
.decor1-on {
	background: #FF0000 ;
    filter: drop-shadow(0 0 15px #FFD700);
}

.decor2 {
	width: 30px;
	height: 30px;
	background: red;
	border-radius: 15px;
	position:absolute;

	margin-left:240px;
}
.decor2-on {
	background: #FFFF00;
	filter: drop-shadow(0 0 15px #FF0000);


}
.decor3 {
	width: 30px;
	height: 30px;
	background: yellow;
	border-radius: 15px;
	position:absolute;

	margin-left:360px;
}
.decor3-on {
	background: #FF0000;
	filter: drop-shadow(0 0 15px #FF0000);
}
.decor4 {
	width: 30px;
	height: 30px;
	background: red;
	border-radius: 15px;
	position:absolute;

	margin-left:240px;
}
.decor4-on {
	background: #FFFF00;
	filter: drop-shadow(0 0 15px #FFD700);
}
.decor5 {
	width: 30px;
	height: 30px;
	background: yellow;
	border-radius: 15px;
	position:absolute;

	margin-left:360px;
}
.decor5-on {
	background: #FF0000;
	filter: drop-shadow(0 0 15px #FF0000);
}
.decor6 {
	width: 30px;
	height: 30px;
	background: red;
	border-radius: 15px;
	position:absolute;

	margin-left:240px;
}
.decor6-on {
	background: #FFFF00;
	filter: drop-shadow(0 0 15px #FFD700);
}
.stem {
	width: 50px;
	height: 50px;
	background: brown;
	margin: 0 auto;
}
#star-five {
   margin: 0 auto;
   position: relative;
   display: block;
   color: red;
   width: 0px;
   height: 0px;
   border-right:  100px solid transparent;
   border-bottom: 70px  solid #FFFF00;
   border-left:   100px solid transparent;
   -moz-transform:    rotate(35deg);
   -webkit-transform: rotate(35deg);
   -ms-transform:     rotate(35deg);
   -o-transform:      rotate(35deg);
}
#star-five:before {
   border-bottom: 80px solid #FFFF00;
   border-left: 30px solid transparent;
   border-right: 30px solid transparent;
   position: absolute;
   height: 0;
   width: 0;
   top: -45px;
   left: -65px;
   display: block;
   content: '';
   -webkit-transform: rotate(-35deg);
   -moz-transform:    rotate(-35deg);
   -ms-transform:     rotate(-35deg);
   -o-transform:      rotate(-35deg);

}
#star-five:after {
   position: absolute;
   display: block;
   color: red;
   top: 3px;
   left: -105px;
   width: 0px;
   height: 0px;
   border-right: 100px solid transparent;
   border-bottom: 70px solid #FFFF00;
   border-left: 100px solid transparent;
   -webkit-transform: rotate(-70deg);
   -moz-transform:    rotate(-70deg);
   -ms-transform:     rotate(-70deg);
   -o-transform:      rotate(-70deg);
   content: '';
}

@media (min-width: 1200px) and (max-width: 1400px){
    .decor1 {
        margin-left: 320px;
    }
    .decor2 {
        margin-left: 200px;
    }
     .decor3 {
        margin-left: 320px;
    }
    .decor4 {
        margin-left: 200px;
    }
     .decor5 {
        margin-left: 320px;
    }
    .decor6 {
        margin-left: 200px;
    }
}
@media (min-width: 1100px) and (max-width: 1200px){
    .decor1 {
        margin-left: 280px;
    }
    .decor2 {
        margin-left: 160px;
    }
     .decor3 {
        margin-left: 280px;
    }
    .decor4 {
        margin-left: 160px;
    }
     .decor5 {
        margin-left: 280px;
    }
    .decor6 {
        margin-left: 160px;
    }
}
@media (min-width: 1000px) and (max-width: 1100px){
   .decor1 {
        margin-left: 280px;
    }
    .decor2 {
        margin-left: 160px;
    }
     .decor3 {
        margin-left: 280px;
    }
    .decor4 {
        margin-left: 160px;
    }
     .decor5 {
        margin-left: 280px;
    }
    .decor6 {
        margin-left: 160px;
    }
}
@media (min-width: 900px) and (max-width: 1000px){
   .decor1 {
        margin-left: 220px;
    }
    .decor2 {
        margin-left: 100px;
    }
     .decor3 {
        margin-left: 220px;
    }
    .decor4 {
        margin-left: 100px;
    }
     .decor5 {
        margin-left: 220px;
    }
    .decor6 {
        margin-left: 100px;
    }
}