.caru-h {
max-height: 800px;
}
.footer1{
margin-left: 50px;
margin-top:100px
}
.imgcolwidth1 {
max-width: 640px;
}
.triangle {
width: 0;
	height: 0;
	border-left: 150px solid transparent;
	border-right: 150px solid transparent;
	border-bottom: 100px solid lime;
	filter: drop-shadow(0 0 5px #000);
	margin: 0 auto;


}
.stem {
	background: #8B4513;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	filter: drop-shadow(0 0 5px #000);
}
#star-five {
   margin: 0 auto;
   position: relative;
   display: block;
   color: #FFFF00;
   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);
   filter: drop-shadow(0 0 5px #000);
}
#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: #FFFF00;
   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: '';
}
.decor1 {
background: #F0E68C;
width:50px;
height:50px;
border-radius: 25px;
position:absolute;
margin-top: -100px;
margin-left: 330px;
}
.decor1-on{
    background: #FF0000;
}
.decor2 {
background: #F0E68C;
width:50px;
height:50px;
border-radius: 25px;
position:absolute;
margin-top: -80px;
margin-left: 240px;
}
.decor2-on {
    background: #FF1493;
}
.decor3 {
background: #F0E68C;
width:50px;
height:50px;
border-radius: 25px;
position:absolute;
margin-top: -60px;
margin-left: 340px;
}
.decor3-on {
    background: #FFFF00;
}

.decor4 {
background: #F0E68C;
width:50px;
height:50px;
border-radius: 25px;
position:absolute;
margin-top: -80px;
margin-left: 240px;
}
.decor4-on {
    background: #0000FF;
}
.decor5 {
background: #F0E68C;
width:50px;
height:50px;
border-radius: 25px;
position:absolute;
margin-top: -60px;
margin-left: 370px;
}
.decor5-on {
    background: #4B0082;
}
.decor6 {
background: #F0E68C;
width:50px;
height:50px;
border-radius: 25px;
position:absolute;
margin-top: -60px;
margin-left: 240px;
}
.decor6-on {
    background: #D2691E;
}

@media (min-width: 1200px) and (max-width: 1396px) {
     .decor1 {
     margin-left: 300px;
     }
     .decor2 {
     margin-left: 200px;
     }
     .decor3 {
     margin-left: 300px;
     }
     .decor4  {
     margin-left: 200px;
     }
     .decor5 {
     margin-left: 300px;
     }
     .decor5 {
     margin-left: 200px;
     }
     .decor6 {
     margin-left: 300px;
     }
 }
 @media (max-width: 1200px) {
     .decor1 {
     margin-left: 260px;
     }
     .decor2 {
     margin-left: 150px;
     }
     .decor3 {
     margin-left: 270px;
     }
     .decor4  {
     margin-left: 150px;
     }
     .decor5 {
     margin-left: 300px;
     }
     .decor5 {
     margin-left: 160px;
     }
     .decor6 {
     margin-left: 270px;
     }
 }
 @media (max-width: 1000px) {
     .decor1 {
     margin-left: 200px;
     }
     .decor2 {
     margin-left: 100px;
     }
     .decor3 {
     margin-left: 220px;
     }
     .decor4  {
     margin-left: 120px;
     }
     .decor5 {
     margin-left: 250px;
     }
     .decor5 {
     margin-left: 120px;
     }
     .decor6 {
     margin-left: 230px;
     }
 }







